Tip of the Day
Found something broken or have a suggestion? Report it to us on Discord! Your reports help improve the game!
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).
- 02:28, 21 October 2025 Bonez565 talk contribs created page Module:AchievementCompletionSource New (Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") function p.main(frameOrItemName, langCode, sourceData) -- Determine item mame and language code from either a frame or direct call local itemName if type(frameOrItemName) == "table" and frameOrItemName.args then itemName = frameOrItemName.args.itemName or frameOrItemName.args[1] langCode = frameOrItemName.args.langCode or frameOrItemN...")
- 02:28, 21 October 2025 Bonez565 talk contribs created page Module:RecipeSecondarySource New (Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") function p.main(frameOrItemName, langCode, sourceData) -- Determine item mame and language code from either a frame or direct call local itemName if type(frameOrItemName) == "table" and frameOrItemName.args then itemName = frameOrItemName.args.itemName or frameOrItemName.args[1] langCode = frameOrItemName.args.langCode or frameOrItemN...")
- 02:28, 21 October 2025 Bonez565 talk contribs created page Module:RecipeMainSource New (Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") function p.main(frameOrItemName, langCode, sourceData) -- Determine item mame and language code from either a frame or direct call local itemName if type(frameOrItemName) == "table" and frameOrItemName.args then itemName = frameOrItemName.args.itemName or frameOrItemName.args[1] langCode = frameOrItemName.args.langCode or frameOrItemN...")
- 02:28, 21 October 2025 Bonez565 talk contribs created page Module:ShopPaymentSource New (Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") function p.main(frameOrItemName, langCode, sourceData) -- Determine item mame and language code from either a frame or direct call local itemName if type(frameOrItemName) == "table" and frameOrItemName.args then itemName = frameOrItemName.args.itemName or frameOrItemName.args[1] langCode = frameOrItemName.args.langCode or frameOrItemN...")
- 02:28, 21 October 2025 Bonez565 talk contribs created page Module:ShopSource New (Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") function p.main(frameOrItemName, langCode, sourceData) -- Determine item mame and language code from either a frame or direct call local itemName if type(frameOrItemName) == "table" and frameOrItemName.args then itemName = frameOrItemName.args.itemName or frameOrItemName.args[1] langCode = frameOrItemName.args.langCode or frameOrItemN...")
- 02:28, 21 October 2025 Bonez565 talk contribs created page Module:ActivitySource New (Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") function p.main(frameOrItemName, langCode, sourceData) -- Determine item mame and language code from either a frame or direct call local itemName if type(frameOrItemName) == "table" and frameOrItemName.args then itemName = frameOrItemName.args.itemName or frameOrItemName.args[1] langCode = frameOrItemName.args.langCode or frameOrItemN...")
- 02:18, 21 October 2025 Bonez565 talk contribs created page Module:ChestSource New (Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") function p.main(itemName, langCode, sourceData) return "ECHO:\nitemName:" .. itemName .. "\nlangCode:" .. langCode .. "\nsourceData:" .. tostring(sourceData) end return p")
- 07:57, 20 October 2025 Bonez565 talk contribs created page Module:Item Abilities New (Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") --Use YAMLLookup.getStringByPath(PATH) local ItemsModule = require("Module:Items_New") local KeywordsModule = require("Module:Keywords_New") -- Helper function to capitalize the first letter of a word function p.capitalize(word) return word:sub(1, 1):upper() .. word:sub(2):lower() end -- Helper function to extract and format the name from a file path local f...")
- 05:23, 20 October 2025 Bonez565 talk contribs created the page Data:Actions/YAML/DE using a non-default content model "JSON"
- 05:23, 20 October 2025 Bonez565 talk contribs created page Data:Actions/YAML/DE (Bonez565 created the page Data:Actions/YAML/DE using a non-default content model "JSON")
- 05:23, 20 October 2025 Bonez565 talk contribs created the page Data:Actions/YAML/EN using a non-default content model "JSON"
- 05:23, 20 October 2025 Bonez565 talk contribs created page Data:Actions/YAML/EN (Bonez565 created the page Data:Actions/YAML/EN using a non-default content model "JSON")
- 05:23, 20 October 2025 Bonez565 talk contribs created page Data:Actions/YAML (Created page with "{{Data:Languages}}")
- 04:54, 20 October 2025 Bonez565 talk contribs created page Module:Item Abilities New/doc (Created page with "Documentation: Module:Item Abilities New/doc == Build Item Abilities == <pre>{{#invoke:Item Abilities New|make|Item Name|Language Code (defaults to EN)}}</pre> Axe of Destruction = {{#invoke:Item Abilities New|make|Axe of Destruction|EN}}")
- 05:29, 19 October 2025 Bonez565 talk contribs created page Module:Locations New/doc (Created page with "Documentation: Module:Locations New/doc = Data Location = * Data:Locations * Data:Locations/YAML = Get Localized Name for Normalized Name or UUID = <pre>{{#invoke:Locations_New|getName|Normalized Name|Language Code (defaults to EN)}}</pre> English: {{#invoke:Locations_New|getName|nurturing_nook_springs|EN}} German: {{#invoke:Locations_New|getName|nurturing_nook_springs|DE}} UUID Variant: <pre>{{#invoke:Locations_New|getNameUUID|ActivityUUID|Language Code...")
- 05:27, 19 October 2025 Bonez565 talk contribs created the page Data:Locations/YAML/EN using a non-default content model "JSON"
- 05:27, 19 October 2025 Bonez565 talk contribs created page Data:Locations/YAML/EN (Bonez565 created the page Data:Locations/YAML/EN using a non-default content model "JSON")
- 05:27, 19 October 2025 Bonez565 talk contribs created the page Data:Locations/YAML/DE using a non-default content model "JSON"
- 05:27, 19 October 2025 Bonez565 talk contribs created page Data:Locations/YAML/DE (Bonez565 created the page Data:Locations/YAML/DE using a non-default content model "JSON")
- 05:27, 19 October 2025 Bonez565 talk contribs created page Data:Locations/YAML (Created page with "{{Data:Languages}}")
- 05:25, 19 October 2025 Bonez565 talk contribs created page Module:Locations New (Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") --Use YAMLLookup.getStringByPath(PATH) -- ========================= -- Helpers -- ========================= -- ========================= -- Main Functions -- ========================= -- 1a) getName: return localized name function p.getName(frameOrLocationName, langCode) -- Determine location name and language code from either a frame or direct call l...")
- 04:48, 19 October 2025 Bonez565 talk contribs created page Proper Gear (Redirected page to Proper Gear Set) Tags: New redirect Visual edit
- 04:48, 19 October 2025 Bonez565 talk contribs created page File:Keyword Proper Gear.svg (Redirected page to File:Keyword Proper Gear Set.svg) Tags: New redirect Visual edit
- 04:31, 19 October 2025 Bonez565 talk contribs created page File:Grand Duchy of Trellin-Erdwise Coat of Arms Small.svg (Redirected page to File:GDTE Coat of Arms Small.svg) Tags: New redirect Visual edit
- 04:18, 19 October 2025 Bonez565 talk contribs created the page Data:Activities/YAML/EN using a non-default content model "JSON"
- 04:18, 19 October 2025 Bonez565 talk contribs created page Data:Activities/YAML/EN (Bonez565 created the page Data:Activities/YAML/EN using a non-default content model "JSON")
- 04:18, 19 October 2025 Bonez565 talk contribs created the page Data:Activities/YAML/DE using a non-default content model "JSON"
- 04:18, 19 October 2025 Bonez565 talk contribs created page Data:Activities/YAML/DE (Bonez565 created the page Data:Activities/YAML/DE using a non-default content model "JSON")
- 04:17, 19 October 2025 Bonez565 talk contribs created page Data:Activities/YAML (Created page with "{{Data:Languages}}")
- 04:17, 19 October 2025 Bonez565 talk contribs created page Module:Activities New/doc (Created page with "Documentation: Module:Activities New/doc = Data Location = * Data:Activities * Data:Activities/YAML = Get Localized Name for Normalized Name or UUID = <pre>{{#invoke:Activities_New|getName|Normalized Name|Language Code (defaults to EN)}}</pre> English: {{#invoke:Activities_New|getName|birch_logs|EN}} German: {{#invoke:Activities_New|getName|birch_logs|DE UUID Variant: <pre>{{#invoke:Activities_New|getNameUUID|ActivityUUID|Language Code (defaults to EN)}}<...")
- 04:16, 19 October 2025 Bonez565 talk contribs created page Module:Activities New (Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") --Use YAMLLookup.getStringByPath(PATH) -- ========================= -- Helpers -- ========================= -- ========================= -- Main Functions -- ========================= -- 1a) getName: return localized name function p.getName(frameOrActivityName, langCode) -- Determine activity name and language code from either a frame or direct call l...")
- 11:59, 18 October 2025 Bonez565 talk contribs created page Module:Factions New/doc (Created page with "Documentation: Module:Factions New/doc = Data Location = * Data:Factions * Data:Factions/YAML = Get Localized Name for Faction UUID = <pre>{{#invoke:Factions_New|getName|Faction UUID|Language Code (defaults to EN)}}</pre> English: {{#invoke:Factions_New|getName|faction-grand_duchy_of_trellin-erdwise-68ec9ed7-ae97-438b-a671-f72b14ef6679|EN}} German: {{#invoke:Factions_New|getName|faction-grand_duchy_of_trellin-erdwise-68ec9ed7-ae97-438b-a671-f72b14ef6679|DE}}")
- 11:58, 18 October 2025 Bonez565 talk contribs created page Module:Factions New (Created page with "local p = {} local DataLoader = require("Module:DataLoader") local YAMLLookup = require("Module:YAMLLookup") --Use YAMLLookup.getStringByPath(PATH) local CapitalizeWords = require("Module:CapitalizeWords") -- ========================= -- Helpers -- ========================= -- ========================= -- Main Functions -- ========================= -- 1) getName: Looks up the localized name for a given UUID function p.getName(frameOrFactionUUID, langCode) -- Det...")
- 11:57, 18 October 2025 Bonez565 talk contribs created the page Data:Factions/YAML/DE using a non-default content model "JSON"
- 11:57, 18 October 2025 Bonez565 talk contribs created page Data:Factions/YAML/DE (Bonez565 created the page Data:Factions/YAML/DE using a non-default content model "JSON")
- 11:57, 18 October 2025 Bonez565 talk contribs created the page Data:Factions/YAML/EN using a non-default content model "JSON"
- 11:57, 18 October 2025 Bonez565 talk contribs created page Data:Factions/YAML/EN (Bonez565 created the page Data:Factions/YAML/EN using a non-default content model "JSON")
- 11:57, 18 October 2025 Bonez565 talk contribs created page Data:Factions/YAML (Created page with "{{Data:Languages}}")
- 09:58, 18 October 2025 Bonez565 talk contribs created page File:Woodcutting Small.svg (File uploaded with MsUpload)
- 09:58, 18 October 2025 Bonez565 talk contribs uploaded File:Woodcutting Small.svg (File uploaded with MsUpload)
- 09:58, 18 October 2025 Bonez565 talk contribs created page File:Trinketry Small.svg (File uploaded with MsUpload)
- 09:58, 18 October 2025 Bonez565 talk contribs uploaded File:Trinketry Small.svg (File uploaded with MsUpload)
- 09:58, 18 October 2025 Bonez565 talk contribs created page File:Smithing Small.svg (File uploaded with MsUpload)
- 09:58, 18 October 2025 Bonez565 talk contribs uploaded File:Smithing Small.svg (File uploaded with MsUpload)
- 09:58, 18 October 2025 Bonez565 talk contribs created page File:Mining Small.svg (File uploaded with MsUpload)
- 09:58, 18 October 2025 Bonez565 talk contribs uploaded File:Mining Small.svg (File uploaded with MsUpload)
- 09:58, 18 October 2025 Bonez565 talk contribs created page File:Foraging Small.svg (File uploaded with MsUpload)
- 09:58, 18 October 2025 Bonez565 talk contribs uploaded File:Foraging Small.svg (File uploaded with MsUpload)
- 09:58, 18 October 2025 Bonez565 talk contribs created page File:Fishing Small.svg (File uploaded with MsUpload)
- 09:58, 18 October 2025 Bonez565 talk contribs uploaded File:Fishing Small.svg (File uploaded with MsUpload)
