All public logs
From Jcastle.info
Combined display of all available logs of Jcastle.info. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:02, 19 July 2025 Eric talk contribs created page Module:CastleLD (Created page with "local p = {} function p.getJSONLD(frame) local castleData = frame:getParent().args -- Split GPS local lat, lon = string.match(castleData["GPSLocation"] or "", "([%d%.%-]+)[,%s]+([%d%.%-]+)") -- Build alternate names local altNames = {} if castleData["Japanese Name"] then table.insert(altNames, castleData["Japanese Name"]) end if castleData["Romaji Name"] then table.insert(altNames, castleData["Romaji Name"]) end if castleData["Alternate Names"] then table.inse...")