Tip of the day
The hamburger menu at the bottom-right (or bottom-left in left handed mode) has your WalkPedia to help track your total progress.

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
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 05:43, 2 April 2026 Bonez565 talk contribs created page File:Slot Materials Shadow.svg
  • 05:43, 2 April 2026 Bonez565 talk contribs uploaded File:Slot Materials Shadow.svg
  • 05:43, 2 April 2026 Bonez565 talk contribs created page File:Slot Materials.svg
  • 05:43, 2 April 2026 Bonez565 talk contribs uploaded File:Slot Materials.svg
  • 04:33, 2 April 2026 Bonez565 talk contribs created page Template:Equipment Loadout Test (Created page with "{| style="background-color:transparent;" ! colspan="3" | Gear |- | {|style="text-align:center; width:100px; height:100px; border-radius:10px; border-style: solid; border-width: 2px" border-color:#22333d;" |- style="vertical-align:top;" | <small>{{#invoke:YAMLLookup|getStringByPath|game.singulars.items.gearTypes.cape|{{{Lang}}}}}</small> |- | {{#if: {{{Cape|}}} | {{#vardefine:Data|{{#invoke:Items_New|gearSetInfo|item = {{#explode:{{{Cape}}}|,|0}}|langCode =...")
  • 02:43, 2 April 2026 Bonez565 talk contribs deleted page Module:Item Abilities (content was: "local p = {} local itemsModule = require("Module:Items") -- Load the Items module local keywordsModule = require("Module:Keywords") -- Load the Keywords module -- 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 function p.extractFormattedName(filePath) -- Remove the path and extension local name = filePat...")
  • 02:43, 2 April 2026 Bonez565 talk contribs deleted page Module:Item Attributes/doc (content was: "Example: <pre>{{#invoke:Item Attributes | main | Bonus Experience = +20% | Skill = Agility | Type = Consumable | Non-Item = True}}</pre> {{#invoke:Item Attributes | main | Bonus Experience = +20% | Skill = Agility | Type = Consumable | Non-Item = True}}")
  • 02:43, 2 April 2026 Bonez565 talk contribs deleted page Module:Item Attributes (content was: "local p = {} -- Mapping for type prefixes local typeCategoryPrefixes = { ["Consumable"] = "Consumables", ["Collectible"] = "Collectibles", ["Loot"] = "Equipment" } -- Function to get all arguments local function getAllArgs(frame) local args = {} for k, v in pairs(frame:getParent().args) do args[k] = v end for k, v in pairs(frame.args) do end return args end -- Helper function to apply category if Non-Item flag is not set function p...")
  • 02:28, 2 April 2026 Bonez565 talk contribs deleted page Module:Skills/YAML (content was: "{ "singulars": { "agility": { "name": "Agility", "desc": "Breathe in the fresh air while exercising in nature, adventuring through Arenum, and discovering treasures!" }, "carpentry": { "name": "Carpentry", "desc": "Process raw logs into components of precise measurement to craft useful items with." }, "cooking": { "name": "Cooking", "desc": "Car...", and the only contributor was "Bonez565" (talk))
  • 02:28, 2 April 2026 Bonez565 talk contribs deleted page Module:Skills/Data (content was: "[ { "id": "agility", "name": "skills.singulars.agility.name", "desc": "skills.singulars.agility.desc", "icon": "assets/icons/text/skill_icons/agility.png", "iconBig": "assets/icons/skills/agility.png" }, { "id": "carpentry", "name": "skills.singulars.carpentry.name", "desc": "skills.singulars.carpentry.desc", "icon": "assets/icons/text/skill_icons/carpe...", and the only contributor was "Bonez565" (talk))
  • 02:28, 2 April 2026 Bonez565 talk contribs deleted page Module:Skills/doc (content was: "== Get Skill Description == <pre>{{#invoke:Skills|getSkillDescription|Skill Name}}</pre> Agility = {{#invoke:Skills|getSkillDescription|Agility}} == Get Skill Name == <pre>{{#invoke:Skills|getSkillName|Skill Name}}</pre> agility = {{#invoke:Skills|getSkillName|agility}}", and the only contributor was "Bonez565" (talk))
  • 02:28, 2 April 2026 Bonez565 talk contribs deleted page Module:Skills (content was: "local p = {} local mw = mw -- Load data from YAML file local yamlData = mw.loadJsonData('Module:Skills/YAML') --- Function to get the description of a skill by name function p.getSkillDescription(frame) -- Allow function to be called with a direct skill name or from a template local skillName = type(frame) == "table" and frame.args[1] or frame -- Normalize in...", and the only contributor was "Bonez565" (talk))
  • 02:22, 2 April 2026 Bonez565 talk contribs deleted page Module:Shops/YAML (content was: "{ "singulars": { "shoppingLists": { "adventurerGuild": { "name": "Adventurer's Guild", "descBuying": "You can buy these items with \u003Chl\u003EAdventurer's Guild Tokens\u003C/hl\u003E. Selling certain important things for the Adventurer's Guild Outposts will grant you these tokens.", "descSelling": "You can give the following items to the \u003Chl\u003EAdventurer's Guild\u003C/hl\u003E in exchange for \u003Chl\u003EAdventurer's Guild Tokens\u003C/hl\u003E. T...")
  • 02:22, 2 April 2026 Bonez565 talk contribs deleted page Module:Shops/Data (content was: "[ { "id": "shop-kallaheim_general_store-be97b3b7-a813-49e8-88dc-1f5db0fc5c23", "name": "kallaheim general store", "desc": "", "save": true, "unlocked": false, "onlyPurchaseSellingListItems": false, "shoppingLists": [ { "id": "", "name": "", "desc": "", "sellingList": false, "requirements": [], "items": [ { "id": "reroll-this-id-c51e8a1a-1bf1-4368-a774-3c5358ad8f12", "type": "item", "item": "{\"id\":\"item-raw_salm...")
  • 02:22, 2 April 2026 Bonez565 talk contribs deleted page Module:Shops (content was: "local p = {} local shopData = mw.loadJsonData("Module:Shops/Data") -- Load the shop data from JSON -- Require the modules needed local buildingsModule = require('Module:Buildings') local itemsModule = require('Module:Items') local shops = { {ShopName = "Adventurers' Guild Outpost", Type = "Outpost", Icon = "File:Adventure Guild Outpost Cabin Icon.svg|frameless|32x32px", Location = "Horn of Respite", Region = "Jarvonia"}, {ShopName = "Fort of Permafrost (Castle)",...")
  • 02:22, 2 April 2026 Bonez565 talk contribs deleted page Module:Services/YAML (content was: "{ "singulars": { "smithing": { "basicForge": { "name": "Basic Forge", "desc": "An entry-level forge, ideal for crafting straightforward items." }, "advancedForge": { "name": "Advanced Forge", "desc": "A more sophisticated forge, perfect for fashioning intricate and higher-quality creations." }, "frozenForge": { "name": "Frozen Forge",...", and the only contributor was "Bonez565" (talk))
  • 02:22, 2 April 2026 Bonez565 talk contribs deleted page Module:Services/Data (content was: "[ { "id": "service-basic_forge-0eeda0aa-614d-4ce9-a5b4-0e5c4ea17d33", "name": "services.singulars.smithing.basicForge.name", "desc": "services.singulars.smithing.basicForge.desc", "serviceIcon": "assets/icons/services/forge.png", "tier": "basic", "serviceType": "crafting", "keywords": [ "service_forge" ], "relatedSkills": [ "smithing" ], "requir...", and the only contributor was "Bonez565" (talk))
  • 02:22, 2 April 2026 Bonez565 talk contribs deleted page Module:Services/doc (content was: "== Get Name for a Service ID == <pre>{{#invoke:Services|getNameFromServiceID|Service ID}}</pre> service-sawmill_of_barbantok-bcf66d09-179f-4979-90d3-65333a263ad6 = {{#invoke:Services|getNameFromServiceID|service-sawmill_of_barbantok-bcf66d09-179f-4979-90d3-65333a263ad6}}", and the only contributor was "Bonez565" (talk))
  • 02:22, 2 April 2026 Bonez565 talk contribs deleted page Module:Services (content was: "local p = {} local data = mw.loadJsonData('Module:Services/Data') local yaml = mw.loadJsonData('Module:Services/YAML') -- Helper to traverse YAML using dot notation local function traversePath(path, root) local current = root for part in mw.text.gsplit(path, "%.") do if current then current = current[part] else return nil end end return current end -- Fun...", and the only contributor was "Bonez565" (talk))
  • 02:21, 2 April 2026 Bonez565 talk contribs deleted page Module:Rumors/YAML (content was: "{ "singulars": { "jarvonia": { "newestRumor": { "name": "A distant rumour?", "text": "Hmm a distant rumour, huh? You know I am a cosmic being capable of obliterating your very mind, right? Guess we can have some fun tho! The whispers say that there's something ringing under the water right now in the bogs to the east, just waiting to be dug up." }, "kall...", and the only contributor was "Bonez565" (talk))
  • 02:21, 2 April 2026 Bonez565 talk contribs deleted page Module:Rumors/Data (content was: "[ { "id": "973df2c5-dc7c-4c3e-9353-6c8e8c9c3ef8", "name": "rumors.singulars.jarvonia.newestRumor.name", "text": "rumors.singulars.jarvonia.newestRumor.text", "content": null }, { "id": "058712bd-2eed-4972-8723-1f74d978dc0f", "name": "rumors.singulars.jarvonia.kallaheimBank.name", "text": "rumors.singulars.jarvonia.kallaheimBank.text", "content": [ "loc...", and the only contributor was "Bonez565" (talk))
  • 02:21, 2 April 2026 Bonez565 talk contribs deleted page Module:Rumors/doc (content was: "== Get Rumors Text By ID == <pre>{{#invoke:Rumors|getRumorsbyID| Rumor ID}}</pre> 058712bd-2eed-4972-8723-1f74d978dc0f = <pre>table#1 { table#2 { ["name"] = "There is a bank in Kallaheim!", ["text"] = "I heard that Kallaheim has a bank where you can store your valuables safely. It's supposed to be well-guarded and very secure. If you're looking to k...", and the only contributor was "Bonez565" (talk))
  • 02:21, 2 April 2026 Bonez565 talk contribs deleted page Module:Rumors (content was: "local p = {} local rumorsData = mw.loadJsonData('Module:Rumors/Data') local yamlData = mw.loadJsonData('Module:Rumors/YAML') -- Load required modules local itemsModule = require('Module:Items') local locationsModule = require('Module:Locations') local activitiesModule = require('Module:Activities') local jobBoardsModule = require('Module:Job_Boards') local keywordsModule...", and the only contributor was "Bonez565" (talk))
  • 02:21, 2 April 2026 Bonez565 talk contribs deleted page Module:Routes/Data (content was: "[ { "id": "route-disenchanted_forest-kallaheim-aec5af2e-075f-43a4-bec7-9d0d5c10fd52", "name": "", "desc": "", "save": true, "unlocked": false, "locations": [ "location-disenchanted_forest-bbaede29-74fb-4536-9c08-0693ffb0267d", "location-kallaheim-094c9ec8-fdd2-4471-bacc-fabb71e6d654" ], "distance": "veryShort", "distanceModifier": 1, "options": [], "pathPoints": [ [ 543.5410983294047, 421.5943170626313 ], [ 575.1226970605869,...")
  • 02:21, 2 April 2026 Bonez565 talk contribs deleted page Module:Routes/doc (content was: "==Individual Routes by Specified Points== <pre>{| class="wikitable sortable" |- ! Starting Location !! Ending Location !! Base Distance !! Note {{#invoke:Routes|getRouteAsTableRow|Fort of Permafrost|Noiseless Pass}} {{#invoke:Routes|getRouteAsTableRow|Noiseless Pass|Fort of Permafrost}} {{#invoke:Routes|getRouteAsTableRow|Mangrove Forest|Noiseless Pass}} {{#invoke:Routes|getRouteAsTableRow|Elara's Lagoon|Vastalume}} |}</pre> ==Route Distance== <pre>{{#invoke:Routes|getRouteDis...")
  • 02:21, 2 April 2026 Bonez565 talk contribs deleted page Module:Routes (content was: "local p = {} local data = mw.loadJsonData('Module:Routes/Data') local compassData = mw.loadJsonData('Module:Routes/Compass') local locationsModule = require('Module:Locations') -- Table to map terrain modifiers to their corresponding descriptions local terrainModifierDescriptions = { ["terrainmodifier-jarvonian_border_check-398c534d-0fd1-4e15-b52a-c4b575dc9d14"] = "Requires the frameless|32px Jarvonian Letter of Passage collect...")
  • 02:21, 2 April 2026 Bonez565 talk contribs deleted page Module:Routes/Compass (content was: "{ "location-disenchanted_forest-bbaede29-74fb-4536-9c08-0693ffb0267d": { "S": "location-pit_of_pittance-49a851b8-0a55-4857-9492-907958733b09", "SE": "location-kallaheim-094c9ec8-fdd2-4471-bacc-fabb71e6d654", "SW": "location-beach_of_woes-f579ee16-e016-4c73-bf54-81947ff034ee" }, "location-kallaheim-094c9ec8-fdd2-4471-bacc-fabb71e6d654": { "SW": "location-pit_of_pi...", and the only contributor was "Bonez565" (talk))
  • 02:20, 2 April 2026 Bonez565 talk contribs deleted page Module:Recipes/Data (content was: "[ { "id": "recipe-make_a_basic_hatchet-add37b63-e322-49a8-9660-f7d70864b7f6", "name": "recipes.singulars.crafting.tools.basicHatchet.name", "desc": "recipes.singulars.crafting.tools.basicHatchet.desc", "activityDesc": "recipes.singulars.crafting.tools.basicHatchet.activityDesc", "keywords": [], "relatedSkills": [ "crafting" ], "workRequired": 110, "maxWorkEfficiency": 1.5, "materials": [ { "id": "reroll-this-id-58cab492-b065-4b60-9499-17b5bbf05629...")
  • 02:20, 2 April 2026 Bonez565 talk contribs deleted page Module:Recipes/doc (content was: "== Get Name from ID == <pre>{{#invoke:Recipes|getRecipeName|Recipe ID}}</pre> recipe-make_a_basic_hatchet-add37b63-e322-49a8-9660-f7d70864b7f6 = {{#invoke:Recipes|getRecipeName|recipe-make_a_basic_hatchet-add37b63-e322-49a8-9660-f7d70864b7f6}} == Get ID from Name == <pre>{{#invoke:Recipes|getRecipeID|Recipe Name}}</pre> Make a Basic Hatchet = {{#invoke:Recipes|getRecipeID|Make a Basic Hatchet}} == Get Name from Craft Output == <pre>{{#invoke:Recipes|getRecipeNameByItemReward|...")
  • 02:20, 2 April 2026 Bonez565 talk contribs deleted page Module:Recipes (content was: "local p = {} local mw = mw local yamlData = mw.loadJsonData('Module:Recipes/YAML') local recipeData = mw.loadJsonData('Module:Recipes/Data') -- List of words to ignore for capitalization local ignoreWords = { ["a"] = true, ["an"] = true, ["of"] = true, ["and"] = true, ["the"] = true, ["in"] = true, ["on"] = true, ["at"] = true, ["to"] = true, ["into"] = true, ["for"] = true } -- Helper function to perform a case-insensitive search...")
  • 02:20, 2 April 2026 Bonez565 talk contribs deleted page Module:Recipes/YAML (content was: "{ "singulars": { "crafting": { "tools": { "stoneSickle": { "name": "Make a basic sickle", "desc": "Craft a basic stone sickle to start harvesting the earth's bounty.", "activityDesc": "By sharpening a piece of stone and attaching it to a stick, you create your simple harvesting tool." }, "copperSickle": { "name": "Make a copper sickle", "desc": "Forge a copper sickle, a basic tool for cutting through vegetation.", "activityDesc":...")
  • 02:19, 2 April 2026 Bonez565 talk contribs deleted page Module:PFP Options/YAML (content was: "{ "singulars": { "faces": { "basic": { "name": "Basic face", "desc": "A generic looking face." }, "goatee": { "name": "Goatee bearded face", "desc": "This beard style is a classic, right?" }, "roundedFace": { "name": "Rounded face", "desc": "A slightly rounded face." }, "moustache": { "name": "Face with moustache", "desc": "A face with a medium sized moustache." }, "beardAndMoustache": { "name": "Face with beard...")
  • 02:19, 2 April 2026 Bonez565 talk contribs deleted page Module:PFP Options/Data Groups (content was: "[ { "id": "reroll-this-id-69b99730-39fb-4686-9e6c-a2128b33197a", "name": "bot_shirt", "desc": "", "save": true, "unlocked": false, "options": [ "pfpoption-bot_shirt-b4573701-181c-4872-bdeb-56f46352d9cf", "pfpoption-bot_shirt-c17334fd-3c81-42af-82a8-21f1d0c35bc8" ] }, { "id": "reroll-this-id-cc4f8898-e515-4709-a787-d70b38808188", "name": "scoop_neck_dress", "desc": "", "save": true, "unlocked": false, "options": [ "pfpoption-scoop_neck_dress...")
  • 02:19, 2 April 2026 Bonez565 talk contribs deleted page Module:PFP Options/Data (content was: "[ { "id": "pfpoption-basic_face-bde03ff9-c36f-496a-a2a3-ac3c91587bb9", "name": "pfpoptions.singulars.faces.basic.name", "desc": "pfpoptions.singulars.faces.basic.desc", "save": true, "unlocked": true, "path": "assets/pfp/human_a/face/face_1/", "type": "face", "race": "human", "bodyType": "masculine", "disablesHairAndHeadwear": false, "variants": [], "supplementaryLayers": [] }, { "id": "pfpoption-scarred_face-8a8872b5-5ddb-47b3-93ff-e00a535ae158",...")
  • 02:19, 2 April 2026 Bonez565 talk contribs deleted page Module:PFP Options/doc (content was: "== Get Cosmetic Info from ID == <pre>{{#invoke:Achievements|getCosmeticInfoByID|pfpoption-mine_and_craft_outfit-99694e2e-7cf0-4deb-8619-24c5ed2d2842}}</pre> Returns a table with name and type keys: <pre>table#1 { ["name"] = "Mine And Craft Outfit", ["type"] = "Outfit", ["variantCount"] = 2, }</pre> == Get Cosmetic Info from Data Groups ID == <pre>{{#invoke:Achievements|getCosmeticInfoByDataGroupsID|reroll-this-id-d637f7e1-3d81-41b8-be00-7aad2c7a3f57}}</pre> calls...")
  • 02:19, 2 April 2026 Bonez565 talk contribs deleted page Module:PFP Options (content was: "local p = {} local data = mw.loadJsonData('Module:PFP_Options/Data') -- Load JSON data file local dataGroups = mw.loadJsonData('Module:PFP_Options/Data_Groups') -- Load Data Groups (if needed later) local yaml = mw.loadJsonData('Module:PFP_Options/YAML') -- Load YAML data file -- Helper function to capitalize the first letter of each word local function capitalizeEachWord(str) return str:gsub("(%a)([%w_']*)", function(first, rest) return first:upper() .. rest:lower...")
  • 02:17, 2 April 2026 Bonez565 talk contribs deleted page Module:Loot Tables/Data (content was: "[ { "id": "loottable-cut_birch_trees-dd9f98e3-caea-40bc-98c2-1336ffdba7b3", "name": "cut birch trees", "category": "normal", "noDropChance": 0, "tableRows": [ { "id": "reroll-this-id-fd9db305-55f1-4b08-abe5-5f3489d19cbf", "rowItemID": "item-birch_logs-93d1b857-eea5-4fc2-a8f0-33499e571fea", "isMoney": false, "linearWeightScaling": true, "rowWeight": 11, "rowMinimumAmount": 1, "rowMaximumAmount": 1, "minWeightScale": 0, "requireme...")
  • 02:17, 2 April 2026 Bonez565 talk contribs deleted page Module:Loot Tables/doc (content was: "== Get loot table for an ID == === Normal Loot Table === <pre>{{#invoke:Loot_Tables|buildDropTable|loottable-horseshoe_making-cc3ffd96-411e-4677-bdfa-80eac6cf6f2d}}</pre> === Variable Loot Table === <pre>{{#invoke:Loot_Tables|buildDropTable|loottable-sea_fishing_jarvonia_cage-b6c5759c-1dfa-42e4-b05b-e84b14b87ecd|1}}</pre> == Get chest loot tables for an ID == === Normal Loot Table === <pre>{{#invoke:Loot_Tables|buildChestDropTable|loottable-bird_nest_table-a1ac2e0c-cb6f-4572-...")
  • 02:17, 2 April 2026 Bonez565 talk contribs deleted page Module:Loot Tables (content was: "local p = {} -- Include the Module:Items to use its functions local itemsModule = require('Module:Items') -- Load JSON data local data = mw.loadJsonData('Module:Loot_Tables/Data') -- Function to remove metatables and return a clean clone of the table local function deepCloneWithoutMetatables(tbl) if type(tbl) ~= "table" then return tbl end local clone = {} for k, v in pairs(tbl) do if type(v) == "table" then clone[k] = deepCloneWi...")
  • 02:17, 2 April 2026 Bonez565 talk contribs deleted page Module:Locations/Location Maps (content was: "[ { "id": "1e9d8ac0-8315-4c02-9672-c382746f840a", "name": "beach_of_woes", "map": "assets/locations/beach_of_woes/beach_of_woes_iso.png" }, { "id": "1a1a1dc6-702a-4e18-a9cd-6f64ee090c54", "name": "casbrant_fields", "map": "assets/locations/casbrant_fields/casbrant_fields_iso.png" }, { "id": "05015b6b-5233-4aac-a9aa-d495d52b58ee", "name": "centaham", "...", and the only contributor was "Bonez565" (talk))
  • 02:17, 2 April 2026 Bonez565 talk contribs deleted page Module:Locations/Types (content was: "[ { "name": "Azurazera", "type": "city" }, { "name": "Barbantok", "type": "town" }, { "name": "Beach of Woes", "type": "beach" }, { "name": "Black Eye Peak", "type": "extinct volcano" }, { "name": "Casbrant Fields", "type": "field" }, { "name": "Centaham", "type": "city" }, { "name": "Coldington", "type": "city" }, { "name": "Disenchanted Forest", "type": "forest" }, { "name": "Fort of Permafrost", "type": "fort" }, { "na...")
  • 02:17, 2 April 2026 Bonez565 talk contribs deleted page Module:Locations/YAML (content was: "{ "singulars": { "jarvonia": { "disenchantedForest": { "name": "Disenchanted Forest", "desc": "The Disenchanted Forest is a wintry woodland veiled in snow and cold. The trees are knotted and icy, and the air is crisp with a touch of mystery. It looks like a good place to chop trees." }, "kallaheim": { "name": "Kallaheim", "desc": "Kallaheim is the capital of the northern realm of Jarvonia, known for its cold and snowy climate. Despite the harsh weath...")
  • 02:17, 2 April 2026 Bonez565 talk contribs deleted page Module:Locations/Data (content was: "[ { "id": "location-disenchanted_forest-bbaede29-74fb-4536-9c08-0693ffb0267d", "name": "locations.singulars.jarvonia.disenchantedForest.name", "desc": "locations.singulars.jarvonia.disenchantedForest.desc", "locationIcon": "assets/icons/locations/forest_white.png", "locationDynamicBackgroundPath": "assets/locations/disenchanted_forest/pfp_bg.png", "keywords": [], "locationPosition": [ 537, 369 ], "faction": "faction-jarvonia-1b061315-a63d-4dc1-a8ba-1090...")
  • 02:17, 2 April 2026 Bonez565 talk contribs deleted page Module:Locations/doc (content was: "== Individual Icon for a Location == <pre>{{#invoke:Locations|locationImage|Disenchanted Forest}}</pre> == Description for a Location == <pre>{{#invoke:Locations|getDescriptionByName|Horn of Respite}}</pre> == Region for a Location == <pre>{{#invoke:Locations|getRegionForLocation|Casbrant's Grave}}</pre> == Type for a Location == <pre>{{#invoke:Locations|getLocationType|Azurazera}}</pre> == All Locations in a Region == <pre>{{#invoke:Locations|getAllLocationsByRegion|Syrent...")
  • 02:17, 2 April 2026 Bonez565 talk contribs deleted page Module:Locations (content was: "local p = {} -- Load the JSON data from the YAML and Data pages local locationData = mw.loadJsonData('Module:Locations/Data') local yamlData = mw.loadJsonData('Module:Locations/YAML') local typesData = mw.loadJsonData('Module:Locations/Types') local locationMaps = mw.loadJsonData('Module:Locations/Location_Maps') -- List of words to ignore for capitalization local ignoreWords = { ["of"] = true, ["and"] = true, ["the"] = true, ["in"] = true, ["on"] = true,...")
  • 02:14, 2 April 2026 Bonez565 talk contribs deleted page Module:Keywords/YAML (content was: "{ "singulars": { "recipes": { "skills": { "cooking": { "name": "Cooking recipe", "requirement": "Requires a \u003Cobject id=\"recipe_cooking\" /\u003E." } }, "products": { "sandwich": { "name": "Sandwich recipe", "requirements": "Requires a \u003Cobject id=\"sandwich\" /\u003E be made by a \u003Cobject id=\"recipe_cooking\" /\u003E." } } }, "activities": { "woodcuttingTrees": { "name": "Woodcutting trees", "requi...")
  • 02:14, 2 April 2026 Bonez565 talk contribs deleted page Module:Keywords/DataBanned (content was: "[ { "id": "reroll-this-id-c0c663b0-4a1d-4c09-9ec9-11dc03a542c8", "keywords": [ "fishingNet", "fishingRod", "fishingSpear", "fishingCage" ] }, { "id": "reroll-this-id-a9bdd3d8-9e4e-4682-aaf3-db6be15282ba", "keywords": [ "woodcuttingHatchet" ] }, { "id": "reroll-this-id-11e5efbe-e97c-4777-8b87-9ba0c88c403c", "keywords": [ "pickaxe" ]...", and the only contributor was "Bonez565" (talk))
  • 02:14, 2 April 2026 Bonez565 talk contribs deleted page Module:Keywords/Data (content was: "[ { "id": "tool", "name": "keywords.singulars.tools.tool.name", "icon": "assets/icons/keywords/tools.png", "visible": false, "requirementText": "keywords.singulars.tools.tool.requirement", "types": [] }, { "id": "woodcuttingHatchet", "name": "keywords.singulars.tools.woodcuttingHatchet.name", "icon": "assets/icons/keywords/hatchet.png", "visible": true, "requirementText": "keywords.singulars.tools.woodcuttingHatchet.requirement", "types": [] }, {...")
  • 02:14, 2 April 2026 Bonez565 talk contribs deleted page Module:Keywords/doc (content was: "== Get a Name from the ID == Called from another module returns the plaintext name for the given keyword ID. <pre>{{#invoke:Keywords|getKeywordsByID|Keyword ID}}</pre> == Get an ID from the Name == Called from another module returns the keyword ID for the given plaintext name. <pre>{{#invoke:Keywords|getIDByKeyword|Item Keyword}}</pre> == Get the Image from the ID == Called from another module returns the plaintext name for the given keyword ID. <pre>{{#invoke:Keywords|getIma...")
  • 02:14, 2 April 2026 Bonez565 talk contribs deleted page Module:Keywords (content was: "-- Module:Keywords local p = {} -- Load the JSON data from the YAML and Data pages local keywordData = mw.loadJsonData('Module:Keywords/Data') local yamlData = mw.loadJsonData("Module:Keywords/YAML") local bannedKeywordData = mw.loadJsonData('Module:Keywords/DataBanned') -- Helper function to capitalize each word local function capitalizeWords(str) return (str:gsub("(%a)([%w_']*)", function(first, rest) return first:upper() .. rest:lower() end)) end -- Helper function to...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)