Template:Flora: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
(Created page with "<includeonly><h2>Biome Information</h2> '''Biome(s)''' <p style="margin-left: 1.6em;">{{{biomes|<Information Missing>}}}</p><br /> {{#if:{{{gatherable|}}}|<!--TRUE-->'''Gathe...")
 
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><h2>Biome Information</h2>
<includeonly><h2>[[:Category:Flora|Flora]] Information</h2>
'''Biome(s)'''
'''Biome(s)'''
<p style="margin-left: 1.6em;">{{{biomes|<Information Missing>}}}</p><br />
<p style="margin-left: 1.6em;">{{{biomes|<Information Missing>}}}</p><br />
Line 5: Line 5:
{{#if:{{{gatherable|}}}|<!--TRUE-->'''Gatherable'''<p style="margin-left: 1.6em;">{{{gatherable|}}}</p>|<!--FALSE-->}}<!--
{{#if:{{{gatherable|}}}|<!--TRUE-->'''Gatherable'''<p style="margin-left: 1.6em;">{{{gatherable|}}}</p>|<!--FALSE-->}}<!--


-->{{#if:{{{crops|}}}||[[Category:Missing_information]]}}<!--
-->{{#if:{{{biomes|}}}||[[Category:Missing_information]]}}<!--


-->{{#ifeq:{{FULLPAGENAME}}|Template:Flora|<!--TRUE-->|<!--FALSE-->[[Category:Flora]]}}</includeonly><noinclude><!--
-->{{#ifeq:{{FULLPAGENAME}}|Template:Flora|<!--TRUE-->|<!--FALSE-->[[Category:Flora]]}}</includeonly><noinclude><!--
Line 11: Line 11:
{{Flora
{{Flora
|biomes=
|biomes=
{{Image_Link||Temparate Forest}}<br/><br/>
{{Image_Link|ForestBiome.png|Temperate Forest}}<br/><br/>
{{Image_Link||Arctic}}
{{Image_Link|ArcticBiome.png|Arctic}}
|gatherable=
|gatherable=
{{Image_Link|Berries.png|Berries}}<br/>
{{Image_Link|Berries.png|Berries}}<br/>
{{Image_Link|WoodenSticks.png|Sticks}}<br/>
{{Image_Link|WoodenSticks.png|Wooden Sticks}}<br/>
{{Image_Link|Roots.png|Roots}}
{{Image_Link|WoodenRoot.png|Roots}}
}}
}}


Line 32: Line 32:
<pre>{{Flora
<pre>{{Flora
|biomes=
|biomes=
{{Image_Link||Temparate Forest}}<br/><br/>
{{Image_Link|ForestBiome.png|Temperate Forest}}<br/><br/>
{{Image_Link||Arctic}}
{{Image_Link|ArcticBiome.png|Arctic}}
|gatherable=
|gatherable=
{{Image_Link|Berries.png|Berries}}<br/>
{{Image_Link|Berries.png|Berries}}<br/>
{{Image_Link|WoodenSticks.png|Sticks}}<br/>
{{Image_Link|WoodenSticks.png|Wooden Sticks}}<br/>
{{Image_Link|Roots.png|Roots}}
{{Image_Link|WoodenRoot.png|Roots}}
}}</pre>
}}</pre>
[[Category:Templates]]</noinclude>
[[Category:Templates]]</noinclude>

Latest revision as of 12:31, 12 September 2018

Flora Information

Biome(s)

 Temperate Forest

 Arctic


Gatherable

 Berries
 Wooden Sticks
 Roots

Usage

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

{{Flora
|biomes=<biomes?>
|gatherable=<items>
}}
  • 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:Flora category.

Example Source

{{Flora
|biomes=
{{Image_Link|ForestBiome.png|Temperate Forest}}<br/><br/>
{{Image_Link|ArcticBiome.png|Arctic}}
|gatherable=
{{Image_Link|Berries.png|Berries}}<br/>
{{Image_Link|WoodenSticks.png|Wooden Sticks}}<br/>
{{Image_Link|WoodenRoot.png|Roots}}
}}