Template:GlossaryTerm: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 13: | Line 13: | ||
[[Category:Glossary]]</includeonly><noinclude> | [[Category:Glossary]]</includeonly><noinclude> | ||
<templatedata> | |||
{ | |||
"description": "Creates a glossary entry with a term, definition, optional notes, and optional see-also links.", | |||
{{ | "params": { | ||
"term": { | |||
"label": "Term", | |||
"description": "The glossary term. Defaults to the page name if left empty.", | |||
"type": "string", | |||
}} | "required": false | ||
</ | }, | ||
"definition": { | |||
"label": "Definition", | |||
"description": "The definition of the term.", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"notes": { | |||
"label": "Notes", | |||
"description": "Optional notes about the term.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"see_also": { | |||
"label": "See also", | |||
"description": "Optional links to related glossary entries.", | |||
"type": "string", | |||
"required": false | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | </noinclude> | ||
Revision as of 22:11, 22 December 2025
Creates a glossary entry with a term, definition, optional notes, and optional see-also links.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Term | term | The glossary term. Defaults to the page name if left empty. | String | optional |
| Definition | definition | The definition of the term. | String | required |
| Notes | notes | Optional notes about the term. | String | optional |
| See also | see_also | Optional links to related glossary entries. | String | optional |