Template:Item icon: Difference between revisions

Jump to navigation Jump to search
m
add template types
(add templatedata)
m (add template types)
Line 53: Line 53:
"20"
"20"
],
],
"default": "40"
"default": "40",
"type": "number"
},
},
"name": {
"name": {
"description": "The name of the icon. Identical to the item's page name.",
"description": "The name of the icon. Identical to the item's page name.",
"example": "Potion of Healing",
"example": "Potion of Healing",
"required": true
"required": true,
"type": "wiki-page-name"
},
},
"show_name": {
"show_name": {
"description": "Whether to link the icon as well. Optional. Providing any value at all will be interpreted as \"yes\"."
"description": "Whether to link the icon as well. Optional. Providing any value at all will be interpreted as \"yes\".",
"type": "boolean"
}
}
},
},

Navigation menu