Tip of the Day
Skill levels exceeding an activity's main skill requirement gives +1.25% extra Work efficiency for what you're doing, up to 20 levels.
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).
- 00:53, 1 December 2025 Bonez565 talk contribs created page Module:YAMLLookup Test (Created page with "-- Module:YAMLLookup -- File-agnostic YAML string resolver with language fallback via Module:LangHelper. local p = {} local LangHelper = require("Module:LangHelper") -- ========================= -- Helpers (pure functions) -- ========================= -- Split dotted path into keys local function splitDots(path) if type(path) ~= "string" or path == "" then return nil end return mw.text.split(path, ".", true) end -- UpperCamelCase a simple file token (e.g., "items"...")
