2,915
edits
(Created page with " {{{description}}} <noinclude> <templatedata> { "params": { "description": {} } } </templatedata> </noinclude>") |
No edit summary |
||
| Line 1: | Line 1: | ||
{{{description}}} | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"description": {} | "description": { | ||
} | "aliases": [ | ||
"desc" | |||
], | |||
"label": "Description", | |||
"description": "The spell description", | |||
"type": "unbalanced-wikitext", | |||
"required": true | |||
} | |||
}, | |||
"format": "block" | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||