Template:NWN:Spell: Difference between revisions

m
No edit summary
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
This is a spell.
[[File:{{{icon}}}|border|right]]
==Name==
{{NWN:Spell:Description|desc={{{desc}}}}}
{{{name}}}
==Description==
<nowiki>{{{description}}}</nowiki>
icon {{{icon}}}


<noinclude>
<templatedata>
<templatedata>
{
{
"description": "",
"params": {
"params": {
"name": {
"name": {
Line 20: Line 16:
"desc": {
"desc": {
"label": "desc",
"label": "desc",
"type": "string",
"type": "content",
"required": false,
"required": false,
"suggested": true,
"suggested": true,
"deprecated": false,
"deprecated": false,
"description": "The spell's description",
"description": "The spell's description"
"aliases": [
"description"
]
},
},
"icon": {
"icon": {
Line 37: Line 30:
"description": "Icon for the spell"
"description": "Icon for the spell"
}
}
}
},
"description": " An NWN Spell."
}
}
</templatedata>
</templatedata>
</noinclude>