You may also check out our sister site SoyPlace.

Main public logs

From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search

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

Logs
  • 23:42, 18 August 2025 Sawoot talk contribs created page Module:Location map (Created page with "require('strict') local p = {} local getArgs = require('Module:Arguments').getArgs local function round(n, decimals) local pow = 10^(decimals or 0) return math.floor(n * pow + 0.5) / pow end function p.getMapParams(map, frame) if not map then error('The name of the location map definition to use must be specified', 2) end local moduletitle = mw.title.new('Module:Location map/data/' .. map) if not moduletitle then error(string.format('%q is not a valid name...")