Main public logs

From PS:1 Wiki Dev
Jump to navigationJump to search

Combined display of all available logs of PS:1 Wiki Dev. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 00:09, 2 December 2025 Rubin110 talk contribs created page Module:Coordinates (Created page with "local p = {} function p.coord(frame) local args = frame:getParent().args local lat = tonumber(args[1]) local lon = tonumber(args[2]) local display = args.display or args[3] or 'inline' local name = args.name or '' if not lat or not lon then return '<span class="error">Error: Invalid coordinates</span>' end -- Format coordinates for display local function formatCoord(value, isLat) local direction if is...")