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>

Latest revision as of 04:59, 14 March 2019

[[File:{{{icon}}}|border|right]] {{{desc}}}


An NWN Spell.

Template parameters

ParameterDescriptionTypeStatus
namename

The name of the spell

Linerequired
descdesc

The spell's description

Contentsuggested
iconicon

Icon for the spell

Linesuggested