Jump to content

Template:GlossaryTerms: Difference between revisions

From ClimateKG
Created page with "{{#invoke:GlossaryTerms|main|terms={{{terms}}}}}"
 
No edit summary
Line 1: Line 1:
{{#invoke:GlossaryTerms|main|terms={{{terms}}}}}
<noinclude>
== Usage ==
 
This template displays a box with glossary terms as linked pills/badges.
 
=== Basic usage ===
<pre>
{{GlossaryTerms
| title = Glossary terms in this report
| glossary_page = IPCC:AR6/Glossary
| terms = Ablation, Aerosol, Albedo, Anthropogenic, Biosphere
}}
</pre>
 
=== Parameters ===
* '''title''' (optional) - Title text for the box. Default: "Glossary terms in this report"
* '''glossary_page''' (optional) - Base page for glossary links. Default: "IPCC:AR6/Glossary"
* '''terms''' - Comma-separated list of glossary terms to display
* '''class''' (optional) - Additional CSS classes. Default: empty
 
=== Examples ===
 
Simple usage:
<pre>
{{GlossaryTerms
| terms = Ablation, Aerosol, Albedo
}}
</pre>
 
Custom title and glossary page:
<pre>
{{GlossaryTerms
| title = Key Climate Concepts
| glossary_page = Climate:Glossary
| terms = Ablation, Aerosol, Albedo, Anthropogenic
}}
</pre>
 
</noinclude><includeonly>
<div class="glossary-letter-section {{{class|}}}">
<h2>{{{title|Glossary terms in this report}}}</h2>
<div class="glossary-entry">
{{#invoke:GlossaryTerms|renderTerms
| glossary_page = {{{glossary_page|IPCC:AR6/Glossary}}}
| terms = {{{terms|}}}
}}
</div>
</div>
</includeonly>

Revision as of 04:56, 22 May 2026

Usage

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

Basic usage

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

Parameters

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

Examples

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
}}