Tip of the Day
Found something broken or have a suggestion? Report it to us on Discord! Your reports help improve the game!

WikiTemplateStrings: Difference between revisions

From Walkscape Walkthrough
Bonez565 created the page WikiTemplateStrings using a non-default content model "JavaScript"
 
mNo edit summary
Line 1: Line 1:
 
{
  "modules": {
    "ItemInfobox": {
      "quality": "Quality",
      "rarity": "Rarity",
      "type": "Type",
      "slot": "Slot",
      "value": "Value",
      "fineValue": "Fine Value",
      "keyword": "Keyword",
      "keywords": "Keywords",
      "duration": "Duration",
      "properties": "Properties",
      "bankable": "Bankable",
      "droppable": "Droppable",
      "sellable": "Sellable",
      "tradable": "Tradable",
      "fineVersion": "Fine Version"
    }
  }
}

Revision as of 04:48, 15 October 2025

{
  "modules": {
    "ItemInfobox": {
      "quality": "Quality",
      "rarity": "Rarity",
      "type": "Type",
      "slot": "Slot",
      "value": "Value",
      "fineValue": "Fine Value",
      "keyword": "Keyword",
      "keywords": "Keywords",
      "duration": "Duration",
      "properties": "Properties",
      "bankable": "Bankable",
      "droppable": "Droppable",
      "sellable": "Sellable",
      "tradable": "Tradable",
      "fineVersion": "Fine Version"
    }
  }
}