Template:NWN:Spell: Difference between revisions
No edit summary |
m (→{{{name}}}) |
||
| (20 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
[[File:{{{icon}}}|border|right]] | |||
= | {{NWN:Spell:Description|desc={{{desc}}}}} | ||
{{{ | |||
<noinclude> | |||
<templatedata> | |||
icon { | { | ||
"params": { | |||
"name": { | |||
"label": "name", | |||
"type": "line", | |||
"required": true, | |||
"suggested": false, | |||
"deprecated": false, | |||
"description": "The name of the spell" | |||
}, | |||
"desc": { | |||
"label": "desc", | |||
"type": "content", | |||
"required": false, | |||
"suggested": true, | |||
"deprecated": false, | |||
"description": "The spell's description" | |||
}, | |||
"icon": { | |||
"label": "icon", | |||
"type": "line", | |||
"required": false, | |||
"suggested": true, | |||
"deprecated": false, | |||
"description": "Icon for the spell" | |||
} | |||
}, | |||
"description": " An NWN Spell." | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Latest revision as of 04:59, 14 March 2019
[[File:{{{icon}}}|border|right]] {{{desc}}}
An NWN Spell.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| name | name | The name of the spell | Line | required |
| desc | desc | The spell's description | Content | suggested |
| icon | icon | Icon for the spell | Line | suggested |