User contributions for Sharkie
19 February 2026
- 20:4020:40, 19 February 2026 diff hist +123 User:Sharkie No edit summary current
- 19:4719:47, 19 February 2026 diff hist +26 Template:BuildingData No edit summary
- 19:4219:42, 19 February 2026 diff hist +360 Module:DataFetch FIX okay??!??! :/
- 19:3819:38, 19 February 2026 diff hist −260 Module:DataFetch revert Tag: Manual revert
- 19:3619:36, 19 February 2026 diff hist +6 m Module:DataFetch Fixed error "Lua error in Module:DataFetch at line 28: bad argument #1 to 'lower' (string expected, got nil)."
- 19:3419:34, 19 February 2026 diff hist +254 Module:DataFetch Updated to support field crop types. Also, arguments shouldn't be case sensitive anymore.
16 February 2026
- 20:5220:52, 16 February 2026 diff hist −906 Module:DataFetch First functional version (I hope)
- 20:5020:50, 16 February 2026 diff hist −5 Template:BuildingData No edit summary Tag: Manual revert
- 20:5020:50, 16 February 2026 diff hist +415 Module:DataFetch No edit summary
- 20:4720:47, 16 February 2026 diff hist +13 Module:DataFetch Test No edit summary current
- 20:4620:46, 16 February 2026 diff hist −4 Module:DataFetch Test No edit summary
- 20:4520:45, 16 February 2026 diff hist +30 Module:DataFetch Test No edit summary
- 20:4420:44, 16 February 2026 diff hist +986 Module:DataFetch Test No edit summary
- 20:4220:42, 16 February 2026 diff hist +5 Template:BuildingData No edit summary
- 20:4220:42, 16 February 2026 diff hist +122 Module:DataFetch Test No edit summary
- 19:5719:57, 16 February 2026 diff hist +739 Module:DataFetch No edit summary
- 19:3919:39, 16 February 2026 diff hist +897 Module:DataFetch new version
- 19:3819:38, 16 February 2026 diff hist +1 m Template:BuildingData No edit summary
- 19:3419:34, 16 February 2026 diff hist +124 N Template:BuildingData Created page with "{{#invoke:DataFetch|GetBuildingData|name={{{name}}}|data={{{data}}}|biome={{{biome}}}|resource={{{resource}}}|res={{{res}}}}"
- 19:2519:25, 16 February 2026 diff hist +43 Module:DataFetch Test No edit summary
- 19:2319:23, 16 February 2026 diff hist +290 Module:DataFetch Test No edit summary
- 18:0818:08, 16 February 2026 diff hist +1,114 N Module:DataFetch Test Created page with "local title = mw.title.new("Module:DataFetch/data.json") local data = title and title.exists and mw.text.jsonDecode(title:getContent()) assert(data, "Data failed to load. Please check \"Module:DataFetch/data.json\" exists.") local biomeKeys = { wood = "w", stone = "s", earth = "e", arctic = "a", } -- if the biome argument is the name of the biome rather than its letter, return the corresponding letter. local function getBiomeKey(biomeName) return b..."
- 17:2217:22, 16 February 2026 diff hist −5,248 Module:DataFetch/data.json new formatting, based on original
15 February 2026
- 22:3622:36, 15 February 2026 diff hist −182 Module:DataFetch No edit summary
- 22:2022:20, 15 February 2026 diff hist +5 Module:DataFetch No edit summary
- 22:1622:16, 15 February 2026 diff hist +727 N 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..."
- 18:5418:54, 15 February 2026 diff hist +61 N Module:Test Created page with "local p = {} function p.Foo() return "Bar" end return p" current
- 18:4618:46, 15 February 2026 diff hist +70 N User:Sharkie Created page with "Wassup I'm Sharkie, known by the Project Rebearth community as fshark."