Tip of the day
Being overencumbered only slows down your activities, but doesn't affect travel.
Main public logs
From Walkscape Walkthrough
Combined display of all available logs of Walkscape Walkthrough. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:13, 5 October 2025 Bonez565 talk contribs created page Module:LangHelper/doc (Created page with "This helper provides a path to support multiple languages where the contents of the requested language might be missing.")
- 13:12, 5 October 2025 Bonez565 talk contribs created page Module:LangHelper (Created page with "-- Module:LangHelper -- Normalize language codes and provide fallback order (REGION → BASE → EN). local p = {} -- Return canonical code and base (e.g., "es-mx" → "ES_MX","ES") function p.normalize(lang) if not lang or lang == "" then return "EN", "EN" end local L = tostring(lang):gsub("-", "_"):upper() local base = L:match("^([A-Z][A-Z])_") or L return L, base end -- Return ordered list of codes to try: region → base → EN (deduped) function p.fallbackOrd...")
- 13:02, 5 October 2025 Bonez565 talk contribs created page Module:DataLoader (Created page with "-- Module:DataLoader -- Centralizes version-aware loads and Items-specific helpers. local PageCache = require('Module:PageCache') local p = {} local _vkey -- memoized Data:Version string -- Read Data:Version once; return a short string key function p.getVersion() if _vkey ~= nil then return _vkey end local ver = PageCache.load('Data:Version', nil) -- Expecting { "dataVersion": "YYYY-MM-DD-NN", ... } local v = (type(ver) == 'table' and ver.dataVersion) or "0" _vkey...")
- 12:59, 5 October 2025 Bonez565 talk contribs created page Module:PageCache (Created page with "-- Module:PageCache -- Tiny, safe, memoized JSON loader. Version key (string) can be used to bust cache. local p = {} local store = {} local function key(title, vkey) return vkey and (title .. "@" .. vkey) or title end function p.load(title, vkey) local k = key(title, vkey) if store[k] ~= nil then return store[k] end local ok, data = pcall(mw.loadJsonData, title) if ok and data ~= nil then store[k] = data return data else -- Cache the miss to avoid repea...")
- 12:58, 5 October 2025 Bonez565 talk contribs deleted page Data:PageCache
- 12:57, 5 October 2025 Bonez565 talk contribs created the page Data:PageCache using a non-default content model "JSON"
- 12:57, 5 October 2025 Bonez565 talk contribs created page Data:PageCache (Bonez565 created the page Data:PageCache using a non-default content model "JSON")
- 12:44, 5 October 2025 Bonez565 talk contribs deleted page Data:Config (content was: "{}", and the only contributor was "Bonez565" (talk))
- 12:40, 5 October 2025 Bonez565 talk contribs created the page Data:Version using a non-default content model "JSON"
- 12:40, 5 October 2025 Bonez565 talk contribs created page Data:Version (Bonez565 created the page Data:Version using a non-default content model "JSON")
- 12:36, 5 October 2025 Bonez565 talk contribs created the page Data:Config using a non-default content model "JSON"
- 12:36, 5 October 2025 Bonez565 talk contribs created page Data:Config (Bonez565 created the page Data:Config using a non-default content model "JSON")
- 12:29, 5 October 2025 Bonez565 talk contribs created the page Data:Items/YAML/ES MX using a non-default content model "JSON"
- 12:29, 5 October 2025 Bonez565 talk contribs created page Data:Items/YAML/ES MX (Bonez565 created the page Data:Items/YAML/ES MX using a non-default content model "JSON")
- 12:28, 5 October 2025 Bonez565 talk contribs created the page Data:Items/YAML/EN US using a non-default content model "JSON"
- 12:28, 5 October 2025 Bonez565 talk contribs created page Data:Items/YAML/EN US (Bonez565 created the page Data:Items/YAML/EN US using a non-default content model "JSON")
- 12:28, 5 October 2025 Bonez565 talk contribs created the page Data:Items/YAML/DE using a non-default content model "JSON"
- 12:28, 5 October 2025 Bonez565 talk contribs created page Data:Items/YAML/DE (Bonez565 created the page Data:Items/YAML/DE using a non-default content model "JSON")
- 12:28, 5 October 2025 Bonez565 talk contribs created the page Data:Items/YAML/DA using a non-default content model "JSON"
- 12:28, 5 October 2025 Bonez565 talk contribs created page Data:Items/YAML/DA (Bonez565 created the page Data:Items/YAML/DA using a non-default content model "JSON")
- 12:28, 5 October 2025 Bonez565 talk contribs created the page Data:Items/YAML/CS using a non-default content model "JSON"
- 12:28, 5 October 2025 Bonez565 talk contribs created page Data:Items/YAML/CS (Bonez565 created the page Data:Items/YAML/CS using a non-default content model "JSON")
- 12:04, 5 October 2025 Bonez565 talk contribs created the page Data:Items/Loot/Split04 using a non-default content model "JSON"
- 12:04, 5 October 2025 Bonez565 talk contribs created page Data:Items/Loot/Split04 (Bonez565 created the page Data:Items/Loot/Split04 using a non-default content model "JSON")
- 12:04, 5 October 2025 Bonez565 talk contribs created the page Data:Items/Loot/Split03 using a non-default content model "JSON"
- 12:04, 5 October 2025 Bonez565 talk contribs created page Data:Items/Loot/Split03 (Bonez565 created the page Data:Items/Loot/Split03 using a non-default content model "JSON")
- 12:04, 5 October 2025 Bonez565 talk contribs created the page Data:Items/Loot/Split02 using a non-default content model "JSON"
- 12:04, 5 October 2025 Bonez565 talk contribs created page Data:Items/Loot/Split02 (Bonez565 created the page Data:Items/Loot/Split02 using a non-default content model "JSON")
- 12:04, 5 October 2025 Bonez565 talk contribs created the page Data:Items/Loot/Split01 using a non-default content model "JSON"
- 12:04, 5 October 2025 Bonez565 talk contribs created page Data:Items/Loot/Split01 (Bonez565 created the page Data:Items/Loot/Split01 using a non-default content model "JSON")
- 12:03, 5 October 2025 Bonez565 talk contribs created the page Data:Items/Crafted/Split05 using a non-default content model "JSON"
- 12:03, 5 October 2025 Bonez565 talk contribs created page Data:Items/Crafted/Split05 (Bonez565 created the page Data:Items/Crafted/Split05 using a non-default content model "JSON")
- 12:03, 5 October 2025 Bonez565 talk contribs created the page Data:Items/Crafted/Split04 using a non-default content model "JSON"
- 12:03, 5 October 2025 Bonez565 talk contribs created page Data:Items/Crafted/Split04 (Bonez565 created the page Data:Items/Crafted/Split04 using a non-default content model "JSON")
- 12:03, 5 October 2025 Bonez565 talk contribs created the page Data:Items/Crafted/Split03 using a non-default content model "JSON"
- 12:03, 5 October 2025 Bonez565 talk contribs created page Data:Items/Crafted/Split03 (Bonez565 created the page Data:Items/Crafted/Split03 using a non-default content model "JSON")
- 12:03, 5 October 2025 Bonez565 talk contribs created the page Data:Items/Crafted/Split02 using a non-default content model "JSON"
- 12:03, 5 October 2025 Bonez565 talk contribs created page Data:Items/Crafted/Split02 (Bonez565 created the page Data:Items/Crafted/Split02 using a non-default content model "JSON")
- 12:03, 5 October 2025 Bonez565 talk contribs changed the content model of the page Data:Items/Crafted/Split01 from "wikitext" to "JSON"
- 12:03, 5 October 2025 Bonez565 talk contribs created page Data:Items/Crafted/Split01 (Created page with "[ { "id": "item-copper_hatchet-48dbb1af-871d-4cb9-bf4e-a14ac0bd171b", "name": "items.singulars.crafted.skilling.woodcutting.copperHatchet.name", "desc": "items.singulars.crafted.skilling.woodcutting.copperHatchet.desc", "keywords": [ "tool", "woodcuttingTool", "woodcuttingHatchet", "search_woodcutting" ], "itemIcon": "assets/icons/items/gear/axes/copper_axe.png", "itemContainerLidIcon": "", "itemContainerBodyIcon"...")
- 11:23, 5 October 2025 Bonez565 talk contribs created page Module:Items New/doc (Created page with "= Get a Table Indexed Locations = <pre>{{#invoke:Items_New|listItemShard}}</pre> {{#invoke:Items_New|listItemShard}}")
- 02:13, 5 October 2025 Bonez565 talk contribs created the page Data:Items/Index using a non-default content model "JSON"
- 02:13, 5 October 2025 Bonez565 talk contribs created page Data:Items/Index (Bonez565 created the page Data:Items/Index using a non-default content model "JSON")
- 04:42, 4 October 2025 Bonez565 talk contribs created page Data:Items/Loot (Created page with "The loot.json has been split into individual files due to size limitations: * Data:Items/Crafted/Split01.json * Data:Items/Crafted/Split02.json * Data:Items/Crafted/Split03.json")
- 04:41, 4 October 2025 Bonez565 talk contribs changed the content model of the page Data:Items/Crafted from "JSON" to "wikitext"
- 04:39, 4 October 2025 Bonez565 talk contribs moved page Data:Items/Materials to Data:Items/Material without leaving a redirect
- 04:39, 4 October 2025 Bonez565 talk contribs moved page Data:Items/Containers to Data:Items/Container without leaving a redirect
- 04:39, 4 October 2025 Bonez565 talk contribs moved page Data:Items/Consumables to Data:Items/Consumable without leaving a redirect
- 04:39, 4 October 2025 Bonez565 talk contribs moved page Data:Items/Collectibles to Data:Items/Collectible without leaving a redirect
- 06:01, 3 October 2025 Bonez565 talk contribs changed group membership for Bonez565: revoked bot; kept automoderated user, bureaucrat, guideauthor, interface administrator, moderator, push subscription manager, suppressor and administrator unchanged
