Template:Biome: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{Infobox/Start}}<!--
<includeonly><h2>[[:Category:Biomes|Biome]] Information</h2>
-->{{Infobox/Cat|Kingdoms}}<!--
-->{{Infobox/Text|{{{kingdoms|<Information Missing>}}} }}<!--
-->{{Infobox/Cat|Wonders}}<!--
-->{{Infobox/Text|{{{wonders<Information Missing>}}} }}<!--
-->{{Infobox/End}}<!--
--><h2>Kingdom Information</h2>
'''Food and Crops'''
'''Food and Crops'''
<p style="margin-left: 1.6em;">{{{crops|<Information Missing>}}}</p>
<p style="margin-left: 1.6em;">{{{crops|<Information Missing>}}}</p><br />
 
'''Ores'''
<p style="margin-left: 1.6em;">{{{ores|<Information Missing>}}}</p>


'''Flora'''
'''Flora'''
<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:{{{ores|}}}||[[Category:Missing_information]]}}<!--
-->{{#if:{{{flora|}}}||[[Category:Missing_information]]}}<!--
-->{{#if:{{{flora|}}}||[[Category:Missing_information]]}}<!--


-->[[Category:Kingdoms]]</includeonly><noinclude><!--
-->{{#ifeq:{{FULLPAGENAME}}|Template:Biome|<!--TRUE-->|<!--FALSE-->[[Category:Biomes]]}}</includeonly><noinclude>__NOTOC__<!--
-->
-->
==Example==
{{Biome
{{Biome
|kingdoms={{Small_Image_Link|No.png|Kingdom_of_Darios{{!}}Darios}}<br />
{{Small_Image_Link|No.png|Kingdom_of_Bar_Hadur{{!}}Bar Hadur}}
|wonders={{Small_Image_Link|No.png|Dariosy Raj}}<br />
{{Small_Image_Link|No.png|Frozen Chasm}}
|crops=
|crops=
{{Table-Start}}
{{Table-Start}}
{{Table-ImageCell|Wheat Straws.png|Wheat Straws}}
{{Table-ImageCell|WheatStraws.png|Wheat Straws}}
{{Table-ImageCell|FlaxBundle.png|Flax Straws}}
{{Table-ImageCell|FlaxBundle.png|Flax Straws}}
{{Table-ImageCell|Berries.png|Berries}}
{{Table-ImageCell|Berries.png|Berries}}
{{Table-End}}
{{Table-End}}
|ores={{Image_Link|IronOreIcon.png|Iron Ore}}
:{{Image_Link|No.png|Copper Ore}}
|flora=
|flora=
{{Table-Start}}
{{Table-Start}}
{{Table-ImageCell|No.png|Palm Trees}}
{{Table-ImageCell|PalmTrees.png|Palm Trees}}
{{Table-ImageCell|No.png|Hazel}}
{{Table-ImageCell|Hazel1.png|Hazel}}
{{Table-ImageCell|No.png|Opuntia Cactus}}
{{Table-ImageCell|OpuntiaCactus.png|Opuntia Cactus}}
{{Table-End}}
{{Table-End}}
}}
}}
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />


==Usage==
==Usage==
The Image Link template is meant to be used when adding items to a list that have numbers and images.
The Image Link template is meant to be used when adding items to a list that have numbers and images.
<pre>{{Kingdom
<pre>{{Biome
|kingdoms=<kingdoms?>
|wonders=<wonders?>
|crops=<consumables?>
|crops=<consumables?>
|ores=<ore_types?>
|flora=<plants_and_trees?>
|flora=<plants_and_trees?>
}}</pre>
}}</pre>
*The code above can be pasted into your page and edited.
*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.
*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==
==Example Source==
<pre>{{Biome
<pre>{{Biome
|kingdoms={{Small_Image_Link|No.png|Kingdom_of_Darios{{!}}Darios}}<br />
{{Small_Image_Link|No.png|Kingdom_of_Bar_Hadur{{!}}Bar Hadur}}
|wonders={{Small_Image_Link|No.png|Dariosy Raj}}<br />
{{Small_Image_Link|No.png|Frozen Chasm}}
|crops=
|crops=
{{Table-Start}}
{{Table-Start}}
{{Table-ImageCell|Wheat Straws.png|Wheat Straws}}
{{Table-ImageCell|WheatStraws.png|Wheat Straws}}
{{Table-ImageCell|FlaxBundle.png|Flax Straws}}
{{Table-ImageCell|FlaxBundle.png|Flax Straws}}
{{Table-ImageCell|Berries.png|Berries}}
{{Table-ImageCell|Berries.png|Berries}}
{{Table-End}}
{{Table-End}}
|ores={{Image_Link|IronOreIcon.png|Iron Ore}}
:{{Image_Link|No.png|Copper Ore}}
|flora=
|flora=
{{Table-Start}}
{{Table-Start}}

Latest revision as of 14:40, 24 October 2018

Biome Information

Food and Crops

WheatStraws.png Wheat Straws FlaxBundle.png Flax Straws Berries.png Berries


Flora

PalmTrees.png Palm Trees Hazel1.png Hazel OpuntiaCactus.png 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}}
}}