Anonymous

Template:Spi/doc: Difference between revisions

From Elwiki
🤔
(🤔)
Line 51: Line 51:
* AmeTene: <code><nowiki>amethysts</nowiki></code>, <code><nowiki>teneaura</nowiki></code>
* AmeTene: <code><nowiki>amethysts</nowiki></code>, <code><nowiki>teneaura</nowiki></code>
* FusedElixirCube: <code><nowiki>adaptgiantpot</nowiki></code>, <code><nowiki>adaptdenifpot</nowiki></code>, <code><nowiki>adaptventuspot</nowiki></code>
* FusedElixirCube: <code><nowiki>adaptgiantpot</nowiki></code>, <code><nowiki>adaptdenifpot</nowiki></code>, <code><nowiki>adaptventuspot</nowiki></code>
<templatedata>
{
"params": {
"1": {
"label": "Name",
"description": "The name of the item. See list above.",
"example": "EPP",
"type": "string",
"required": true,
"aliases": [
"name"
]
},
"2": {
"aliases": [
"amount"
],
"label": "Amount",
"description": " The amount of the items, which will show up over the icon and on the tooltip. If it's a single item the amount will not show on the tooltip (but will show over the icon, to match the in-game design).",
"example": "250",
"type": "number",
"default": "1",
"suggested": true
},
"3": {
"aliases": [
"category"
],
"label": "Category",
"description": " The category of the item which will show up before the item's name on the tooltip. Available: luriel, ariel, cobo.",
"example": "luriel",
"type": "string"
},
"sdtickets": {
"type": "number"
},
"heroictickets": {
"type": "number"
},
"elrianodetickets": {
"type": "number"
},
"pruinaumtickets": {
"type": "number"
},
"yellowmystics": {
"type": "number"
},
"redmystics": {
"type": "number"
},
"bluemystics": {
"type": "number"
},
"giantmystics": {
"type": "number"
},
"amethysts": {
"type": "number"
},
"teneaura": {
"type": "number"
},
"adaptgiantpot": {
"type": "number"
},
"adaptdenifpot": {
"type": "number"
},
"adaptventuspot": {
"type": "number"
},
"l": {
"label": "Lock",
"description": "Will display a lock over the icon, which will dissapear upon hovering over it. Should be used for Premium items.",
"example": "y",
"type": "string",
"suggested": true
},
"cube": {
"label": "Cube",
"description": "Any option will add a horizontal line under the item's name on the tooltip, and allow for specific cube parameters to be input depending on the item's name. See list below. Available: select, yes",
"example": "select",
"type": "string"
}
},
"description": "'''spi''' (short for Season Pass Item) is meant to be used inside the [[Template:SeasonPass|]] template, to add icons for each item featured in a season.",
"paramOrder": [
"1",
"2",
"3",
"l",
"cube",
"sdtickets",
"heroictickets",
"elrianodetickets",
"pruinaumtickets",
"yellowmystics",
"redmystics",
"bluemystics",
"giantmystics",
"amethysts",
"teneaura",
"adaptgiantpot",
"adaptdenifpot",
"adaptventuspot"
]
}
</templatedata>
ElEditors
8,317

edits