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

Logs
  • 03:35, 20 November 2025 Bonez565 talk contribs deleted page Module:ItemInfobox (content was: "local p = {} function p.main(frame) local args = frame.args or frame:getParent().args local itemName = args[1] or mw.title.getCurrentTitle().text local itemImage = args[1] or "Unknown_Item" local requestedQuality = args[2] -- Call getItemInfo from Module:Items to get ItemType first local itemModule = require("Module:Items") local itemData = itemModule.getItemInfo(itemName, "ItemType") -- First call to get the ItemType -- Extract ItemType fro...")