Jump to content

Template:GlossaryTerm: Difference between revisions

From GunCAD Wiki
No edit summary
No edit summary
 
Line 1: Line 1:
<includeonly><div class="glossary-term">
<includeonly><div class="glossary-term">
;'''<section begin="term" />{{{term|{{PAGENAME}}}}}<section end="term" />'''
;'''{{{term|{{PAGENAME}}}}}'''
: <section begin="definition" />{{{definition|}}}<section end="definition" />
<section begin="definition" />
: {{{definition|}}}
<section end="definition" />


{{#if:{{{notes|}}}|
{{#if:{{{notes|}}}|
: '''Notes:''' <section begin="notes" />{{{notes}}}<section end="notes" />
: '''Notes:''' {{{notes}}}
}}
}}


{{#if:{{{see_also|}}}|
{{#if:{{{see_also|}}}|
: '''See also:''' <section begin="seealso" />{{{see_also}}}<section end="seealso" />
: '''See also:''' {{{see_also}}}
}}
}}
</div>
</div>

Latest revision as of 14:06, 23 December 2025

Creates a glossary entry with a term, definition, optional notes, and optional see-also links.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Termterm

The glossary term. Defaults to the page name if left empty.

Stringoptional
Definitiondefinition

The definition of the term.

Stringrequired
Notesnotes

Optional notes about the term.

Stringoptional
See alsosee_also

Optional links to related glossary entries.

Stringoptional