Editing DataFetch
Revision as of 22:16, 15 February 2026 by Sharkie (talk | contribs) (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...")
Revision as of 22:16, 15 February 2026 by Sharkie (talk | contribs) (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...")
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
Retrieved from "https://projectrebearth.com/index.php/Module:DataFetch"