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).
- 01:34, 23 December 2025 Bonez565 talk contribs created page Module:Pets New (Created page with "local p = {} local thisModule = "Module:Pets" local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") -- ========================= -- Helpers -- ========================= -- Loads Data for both normalized names and UUIDs local function loadData(petEntry) local petData = DataLoader.loadByUUID("Pets", petEntry) or DataLoader.loadByName("Pets", petEntry) if not petData then return end return petData end --Helper to safely p...")
