Template:SAI: Difference between revisions

Jump to navigation Jump to search
No edit summary
(→‎Template parameters: Freshen parameters)
Line 42: Line 42:
"1": {
"1": {
"description": "Name of the ability",
"description": "Name of the ability",
"required": true
"required": true,
"label": "name",
"type": "wiki-page-name"
},
},
"2": {
"2": {
"description": "(optional) Alias for the link text"
"description": "Alias for the link text",
"label": "alias",
"type": "string"
},
},
"w": {
"w": {
"description": "(optional) Icon width. Defaults to 24",
"description": "Icon width. Defaults to 24",
"type": "number",
"label": "width"
},
"size": {
"description": "The size of the icon. Defaults to 24.",
"type": "number"
"type": "number"
},
},
"h": {
"block": {
"description": "(optional) Icon height",
"type": "boolean"
},
"gap": {
"type": "number"
"type": "number"
},
},
"size": {
"height": {
"description": "(optional) The size of the icon. This is equivalent to the \"w\" parameter. Defaults to 24."
"description": "Icon height",
},
"type": "number"
"block": {},
}
"gap": {}
},
},
"description": "Inserts a link for a spell or ability."
"description": "Inserts a link for a spell or ability.",
"paramOrder": [
"1",
"2",
"w",
"height",
"size",
"block",
"gap"
]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>