Template:Glossary: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
<includeonly>{{{1}}}{{#tag:ref|See [[Glossary:{{{1}}}]].}}</includeonly><noinclude>
<includeonly>{{{1}}}{{#tag:ref|See [[Glossary:{{{1}}}]].}}</includeonly><templatedata>
'''Usage''':
{
<pre>
  "description": "Outputs a glossary term name and inserts a reference linking to the glossary entry.",
{{Glossary|Foobar}}
  "params": {
</pre>
    "1": {
</noinclude>
      "label": "Glossary term",
      "description": "Name of the glossary entry (without the Glossary: namespace).",
      "type": "string",
      "required": true
    }
  }
}
</templatedata>