Template:Biome: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 6: Line 6:
<p style="margin-left: 1.6em;">{{{flora|<Information Missing>}}}</p><!--
<p style="margin-left: 1.6em;">{{{flora|<Information Missing>}}}</p><!--


-->{{#if:{{{kingdoms|}}}||[[Category:Missing_information]]}}<!--
-->{{#if:{{{wonders|}}}||[[Category:Missing_information]]}}<!--
-->{{#if:{{{crops|}}}||[[Category:Missing_information]]}}<!--
-->{{#if:{{{crops|}}}||[[Category:Missing_information]]}}<!--
-->{{#if:{{{flora|}}}||[[Category:Missing_information]]}}<!--
-->{{#if:{{{flora|}}}||[[Category:Missing_information]]}}<!--

Latest revision as of 14:40, 24 October 2018

Biome Information

Food and Crops

 Wheat Straws  Flax Straws  Berries


Flora

 Palm Trees  Hazel  Opuntia Cactus

Usage

The Image Link template is meant to be used when adding items to a list that have numbers and images.

{{Biome
|crops=<consumables?>
|flora=<plants_and_trees?>
}}
  • The code above can be pasted into your page and edited.
  • Items marked with a "?" do not have defaults and will display <Information Missing> if they are not filled in.
  • Adds Category:Biomes category.

Example Source

{{Biome
|crops=
{{Table-Start}}
{{Table-ImageCell|WheatStraws.png|Wheat Straws}}
{{Table-ImageCell|FlaxBundle.png|Flax Straws}}
{{Table-ImageCell|Berries.png|Berries}}
{{Table-End}}
|flora=
{{Table-Start}}
{{Table-ImageCell|No.png|Palm Trees}}
{{Table-ImageCell|No.png|Hazel}}
{{Table-ImageCell|No.png|Opuntia Cactus}}
{{Table-End}}
}}