Notice: Clock was set back; sequence number incremented. in /var/www/html/includes/libs/uuid/GlobalIdGenerator.php on line 529
Template:Ecosystem: Difference between revisions - PanEcoDevWiki Jump to content

Template:Ecosystem: Difference between revisions

From PanEcoDevWiki
No edit summary
No edit summary
Line 78: Line 78:
|impactedBy={{{impactedBy|}}}
|impactedBy={{{impactedBy|}}}
}}
}}
{{#template_display:_format=table}}
 
{{#vardefine:footprint|{{{hasFootprint}}} }}
{{#vardefine:parent={{{hasParentEcoregion|}}}}}
{{#display_map:center={{#var:footprint}}|geojson={{#var:footprint}}|defzoom=20}}
 
 
{{#vardefine:grandparent|{{#cargo_query:tables=Ecoregion_Level_2|fields=hasParentEcoregion|where=_pageName={{#var:parent}} }} }}
 
format=plain|limit=1}}
{{#var:grandparent}}
 
<!---- Main Div ---->
<div style="overflow: hidden;">
<!-- Right column: Information table -->
    <div style="float: right; width: 33%; margin-left: 20px;">
    <h1>Ecoregion Data</h1> 
    <div>
      {| class="wikitable" style="width:100%"
      |+Ecoregion Level {{{hasLevel|}}}
      | colspan=2 | {{{hasEcoregionID}}} - {{{hasName}}}
      ! colspan=2 | Population
      |-
      | {{#invoke:TrimArray|links|{{{hasPopulation|}}}|form=Population}}
      |-
      ! colspan=2 | Community
      |-
      | {{#invoke:TrimArray|links|{{{supportsCommunity|}}}|form=Community}
      ! colspan=2 | Adjoins
      |-
      | {{#invoke:TrimArray|links|{{{adjoinsEcosystem|}}}|form=Ecosystem}}
      |-
      ! colspan=2 | Parent Ecoregions
      |-
      | {{#invoke:TrimArray|links|{{{hasParentEcoregion|}}}|form=Ecoregion_Level_4}}
      |-
      ! colspan =2 | Species Present
      |-
      | {{#invoke:TrimArray|links|{{{hasSpecies|}}}|form=Species}}
      |-
      ! Mines Present
      |-
      | {{#invoke:TrimArray|links|{{{surroundsMine|}}}|alt_forms=Mine}}
      |-
      ! Hydrography
      |-
      | {{#invoke:TrimArray|links|{{{hasGeography|}}}|form=Hydrography}}
      |}
    </div>
  </div>
  <div style="max width: 100%;">
    <h1>Description</h1>
    {{{hasDescription|}}}
    <h1>Soils</h1>
    {{{hasSoils}}}
    <h1>Climate</h1>
    {{{hasClimate}}}
      </div>
</div>
 
[[Category:Ecosystems]]
[[Category:Ecosystems]]
</includeonly>
</includeonly>

Revision as of 01:57, 10 November 2025

This is the "Ecosystem" template.

It should be called in the following format:

{{Ecosystem
|hasName==
|hasAlias==
|hasID==
|hasURL==
|hasEcosystemType==
|hasParentEcoregion==
|adjoinsEcosystem==
|hasComponent==
|hasSpecies==
|hasDescription==
|hasClimate==
|hasSoils==
|hasRangeDescription==
|hasGeology==
|surroundsMine==
|surroundsOperation==
|hasPopulation==
|hasGeography==
|hasFootprint==
|providesResource==
|supportsCommunity==
|impacts==
|impactedBy==
}}

Edit the page to see the template text.

This template defines the table "Ecosystem". View table.