Main public logs

From The Seven Sages of Rome

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

Logs
  • 12:36, 16 February 2026 Noeth talk contribs created page Module:LocationMap (Created page with "local p = {} function p.displayMap(frame) local mw = require('mw') local smw = require('smw') local pageName = frame.args.pageName or mw.title.getCurrentTitle().text local hasCoordinates = frame.args.hasCoordinates or '' local hasGeoJson = frame.args.hasGeoJson or '' -- Get all child locations local query = { string.format('Is Located In::%s', pageName), '?Has Coordinates', 'limit=500' } loca...")