Template:Biome: Difference between revisions
Jump to navigation
Jump to search
CptTwinkie (talk | contribs) mNo edit summary |
CptTwinkie (talk | contribs) mNo edit summary |
||
Line 46: | Line 46: | ||
==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>{{ | <pre>{{Biome | ||
|kingdoms=<kingdoms?> | |kingdoms=<kingdoms?> | ||
|wonders=<wonders?> | |wonders=<wonders?> | ||
Line 55: | Line 55: | ||
*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== |
Revision as of 18:16, 20 December 2017
Biome
Kingdoms
Wonders
Biome Information
Food and Crops
File:Wheat Straws.png Wheat Straws | Flax Straws | Berries |
Ores
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 |kingdoms=<kingdoms?> |wonders=<wonders?> |crops=<consumables?> |ores=<ore_types?> |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 |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= {{Table-Start}} {{Table-ImageCell|Wheat Straws.png|Wheat Straws}} {{Table-ImageCell|FlaxBundle.png|Flax Straws}} {{Table-ImageCell|Berries.png|Berries}} {{Table-End}} |ores={{Image_Link|IronOreIcon.png|Iron Ore}} :{{Image_Link|No.png|Copper Ore}} |flora= {{Table-Start}} {{Table-ImageCell|No.png|Palm Trees}} {{Table-ImageCell|No.png|Hazel}} {{Table-ImageCell|No.png|Opuntia Cactus}} {{Table-End}} }}