Jump to content

Template:GlossaryTerms: Difference between revisions

From ClimateKG
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 38: Line 38:


</noinclude><includeonly>
</noinclude><includeonly>
<div class="glossary-letter-section {{{class|}}}">
<div class="glossary-terms-box {{{class|}}}">
<h2>{{{title|Glossary terms in this report}}}</h2>
<div class="glossary-terms-title">{{{title|Glossary terms in this report}}}</div>
<div class="glossary-entry">
<div class="glossary-terms-pills">
{{#invoke:GlossaryTerms|renderTerms
{{#invoke:GlossaryTerms|renderTerms
| glossary_page = {{{glossary_page}}}
| glossary_page = {{{glossary_page}}}

Latest revision as of 05:28, 22 May 2026

This template displays a box with glossary terms as linked pills/badges.

Basic usage

[edit source]
{{GlossaryTerms
| title = Glossary terms in this report
| glossary_page = IPCC:AR6/Glossary
| terms = Ablation, Aerosol, Albedo, Anthropogenic, Biosphere
}}

Parameters

[edit source]
  • glossary_page - Base page for glossary links (required)
  • terms - Comma-separated list of glossary terms to display (required)
  • title (optional) - Title text for the box. Default: "Glossary terms in this report"
  • class (optional) - Additional CSS classes. Default: empty

Examples

[edit source]

Simple usage:

{{GlossaryTerms
| terms = Ablation, Aerosol, Albedo
}}

Custom title and glossary page:

{{GlossaryTerms
| title = Key Climate Concepts
| glossary_page = Climate:Glossary
| terms = Ablation, Aerosol, Albedo, Anthropogenic
}}