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).
- 19:34, 16 February 2026 Sharkie talk contribs created page Template:BuildingData (Created page with "{{#invoke:DataFetch|GetBuildingData|name={{{name}}}|data={{{data}}}|biome={{{biome}}}|resource={{{resource}}}|res={{{res}}}}")
- 18:08, 16 February 2026 Sharkie talk contribs created page 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...")
- 22:19, 15 February 2026 Sharkie talk contribs created page Ghfdsughdhkfgsdg (Created page with "{{#invoke:DataFetch|BuildingCost|name=Hut|biome=w|resource=stone}}")
- 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...")
- 18:56, 15 February 2026 Sharkie talk contribs created page Test (Created page with "# This page exists for testing purposes ### Please do not remove this text, or the text above")
- 18:54, 15 February 2026 Sharkie talk contribs created page Module:Test (Created page with "local p = {} function p.Foo() return "Bar" end return p")
- 18:46, 15 February 2026 Sharkie talk contribs created page User:Sharkie (Created page with "Wassup I'm Sharkie, known by the Project Rebearth community as fshark.")
- 17:25, 15 February 2026 User account Sharkie talk contribs was created