Template:Infobox Growing Region: Difference between revisions
Template page
More actions
Eloise Zomia (talk | contribs) No edit summary |
Eloise Zomia (talk | contribs) No edit summary |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{| class="infobox | <templatestyles src="Template:Infobox Growing Region/styles.css" /> | ||
{| class="infobox lw-infobox lw-infobox--growing-region" | |||
|- | |- | ||
! colspan="2" | ! colspan="2" class="lw-infobox__title" | {{{region_name|{{PAGENAME}}}}} | ||
|- | |- | ||
{{#if:{{{other_name|}}}| | {{#if:{{{other_name|}}}| | ||
! colspan="2" | ! colspan="2" class="lw-infobox__subtitle" {{!}} {{{other_name}}} | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
{{#if:{{{image|}}}| | {{#if:{{{image|}}}| | ||
{{!}} colspan="2" | {{!}} colspan="2" class="lw-infobox__media" {{!}} [[File:{{{image}}}|320px|{{{image_caption|View of {{{region_name|{{PAGENAME}}}}}}}}]] | ||
{{!}}- | {{!}}- | ||
{{#if:{{{image_caption|}}}| | {{#if:{{{image_caption|}}}| | ||
{{!}} colspan="2" | {{!}} colspan="2" class="lw-infobox__caption" {{!}} {{{image_caption}}} | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
}} | |||
{{#if:{{{show_map|}}}| | |||
{{!}} colspan="2" class="lw-infobox__map-container" {{!}} <div class="lw-infobox__map lw-map" data-smw-query="[[Has growing region::{{PAGENAME}}]]{{!}}?Has GPS coordinates{{!}}?Has descriptive name{{!}}?Has conservation priority{{!}}?Has accession ID"></div><div class="lw-infobox__map-expand" title="Expand map">⛶</div> | |||
{{!}}- | |||
}} | }} | ||
|- | |- | ||
! | ! class="lw-infobox__label" | Location | ||
| | | class="lw-infobox__value" | {{{location|{{{country|}}}}}} | ||
|- | |- | ||
{{#if:{{{coordinates|}}}| | {{#if:{{{coordinates|}}}| | ||
! | ! class="lw-infobox__label" {{!}} Coordinates | ||
{{!}} | {{!}} class="lw-infobox__value" {{!}} {{{coordinates}}} | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
{{#if:{{{gene_pool|}}}| | {{#if:{{{gene_pool|}}}| | ||
! | ! class="lw-infobox__label" {{!}} Gene Pool | ||
{{!}} | {{!}} class="lw-infobox__value" {{!}} {{{gene_pool}}} | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
{{#if:{{{regional_complex|}}}| | {{#if:{{{regional_complex|}}}| | ||
! | ! class="lw-infobox__label" {{!}} Regional Complex | ||
{{!}} | {{!}} class="lw-infobox__value" {{!}} {{{regional_complex}}} | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
{{#if:{{{country|}}}| | {{#if:{{{country|}}}| | ||
! | ! class="lw-infobox__label" {{!}} Country | ||
{{!}} | {{!}} class="lw-infobox__value" {{!}} {{{country}}} | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
{{#if:{{{provinces|}}}| | {{#if:{{{provinces|}}}| | ||
! | ! class="lw-infobox__label" {{!}} Provinces/States | ||
{{!}} | {{!}} class="lw-infobox__value" {{!}} {{{provinces}}} | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
{{#if:{{{elevation_range|}}}| | {{#if:{{{elevation_range|}}}| | ||
! | ! class="lw-infobox__label" {{!}} Elevation Range | ||
{{!}} | {{!}} class="lw-infobox__value" {{!}} {{{elevation_range}}} | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
{{#if:{{{area_extent|}}}| | {{#if:{{{area_extent|}}}| | ||
! | ! class="lw-infobox__label" {{!}} Area | ||
{{!}} | {{!}} class="lw-infobox__value" {{!}} {{{area_extent}}} | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
{{#if:{{{climate|}}}| | {{#if:{{{climate|}}}| | ||
! | ! class="lw-infobox__label" {{!}} Climate | ||
{{!}} | {{!}} class="lw-infobox__value" {{!}} {{{climate}}} | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
{{#if:{{{primary_river|}}}| | {{#if:{{{primary_river|}}}| | ||
! | ! class="lw-infobox__label" {{!}} Primary Rivers | ||
{{!}} | {{!}} class="lw-infobox__value" {{!}} {{{primary_river}}} | ||
{{!}}- | |||
}} | |||
{{#if:{{{primary_mountains|}}}| | |||
! class="lw-infobox__label" {{!}} Primary Mountains | |||
{{!}} class="lw-infobox__value" {{!}} {{{primary_mountains}}} | |||
{{!}}- | {{!}}- | ||
}} | }} | ||
{{#if:{{{status|}}}| | {{#if:{{{status|}}}| | ||
! | ! class="lw-infobox__label" {{!}} Conservation Status | ||
{{!}} | {{!}} class="lw-infobox__value lw-infobox__status" {{!}} {{{status}}} | ||
{{!}}- | {{!}}- | ||
}} | }} | ||
|} | |} | ||
<!-- | <!-- Semantic properties (single-value) --> | ||
[[Category:Growing Regions]] | [[Category:Growing Regions]] | ||
{{# | {{#set: | ||
{{ | |Has region name={{{region_name|}}} | ||
{{# | |Has alternate name={{{other_name|}}} | ||
|Has coordinates={{{coordinates|}}} | |||
|Has gene pool={{{gene_pool|}}} | |||
|Has regional complex={{{regional_complex|}}} | |||
|Has country={{{country|}}} | |||
|Has elevation range={{{elevation_range|}}} | |||
|Has area extent={{{area_extent|}}} | |||
|Has climate={{{climate|}}} | |||
|Has conservation status={{{status|}}} | |||
}} | |||
<!-- Semantic properties (multi-value) --> | |||
{{#arraymap:{{{provinces|}}}|,|x|{{#set:|Has province=x}}|}} | |||
{{#arraymap:{{{primary_river|}}}|,|x|{{#set:|Has primary river=x}}|}} | |||
{{#arraymap:{{{primary_mountains|}}}|,|x|{{#set:|Has primary mountains=x}}|}} | |||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
Documentation goes here. | |||
</noinclude> | |||
Latest revision as of 18:38, 11 January 2026
Documentation goes here.