Main public logs
Combined display of all available logs of Project Rebearth. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:16, 15 February 2026 Sharkie talk contribs created page Module:DataFetch (Created page with "-- Written with ❤️ by fshark (initially, at least) local p = {} local cache local function load() if not cache then local title = mw.title.new("Module:DataFetch/data.json") if title and title.exists then cache = mw.text.jsonDecode(title:getContent()) else cache = {} end end return cache end local data = load() function p.BuildingCost(f) local args = f.args local name = args.name loca...")