Difference between revisions of "Template:Hatnote"
From D&D 5e
m (moved Template:Dablink to Template:Hatnote over redirect: per move request; see talk page) |
(added TemplateData) |
||
Line 1: | Line 1: | ||
<div class="dablink">{{{1}}}</div><noinclude> | <div class="dablink">{{{1}}}</div><noinclude> | ||
{{documentation}} | {{documentation}} | ||
+ | <templatedata>{ | ||
+ | "description": "Generic hatnote; supports plain text hatnotes; supports one anonymous parameter.", | ||
+ | "params": { | ||
+ | "1": { | ||
+ | "label": "single anonymous parameter", | ||
+ | "description": "insert text here for display; can include wikimarkup to other pages", | ||
+ | "type": "string", | ||
+ | "required": true | ||
+ | } | ||
+ | } | ||
+ | }</templatedata> | ||
</noinclude> | </noinclude> |
Revision as of 05:28, 20 July 2013
{{{1}}}
Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |
<templatedata>{
"description": "Generic hatnote; supports plain text hatnotes; supports one anonymous parameter.", "params": { "1": { "label": "single anonymous parameter", "description": "insert text here for display; can include wikimarkup to other pages", "type": "string", "required": true } }
}</templatedata>