Template:GlossaryTerm: Difference between revisions
Appearance
Undo revision 222 by Theshittinator (talk) Tag: Undo |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly><div class="glossary-term"> | <includeonly><div class="glossary-term"> | ||
;'''{{{term|{{PAGENAME}}}}}''' | ;'''{{{term|{{PAGENAME}}}}}''' | ||
: {{{definition|}}} | : <section begin=definition />{{{definition|}}}<section end=definition /> | ||
{{#if:{{{notes|}}}| | {{#if:{{{notes|}}}| | ||
: '''Notes:''' {{{notes}}} | : '''Notes:''' <section begin=notes />{{{notes}}}<section end=notes /> | ||
}} | }} | ||
{{#if:{{{see_also|}}}| | {{#if:{{{see_also|}}}| | ||
: '''See also:''' {{{see_also}}} | : '''See also:''' <section begin=seealso />{{{see_also}}}<section end=seealso /> | ||
}} | }} | ||
</div> | </div> | ||
Revision as of 13:50, 23 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 |