Difference between revisions of "Template:Hatnote"

From SVR Wiki
Jump to: navigation, search
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 13:28, 20 July 2013

Documentation icon Template documentation[create]

{{ }}

<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>