Actions

Special

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).

Logs
  • 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...")