Template:Biome: Difference between revisions
GemmaBeepo (talk | contribs) (Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="row1">...") |
GemmaBeepo (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<infobox> |
<infobox layout="stacked"> |
||
<title source="title1"> |
<title source="title1"> |
||
<default>{{PAGENAME}}</default> |
<default>{{PAGENAME}}</default> |
||
Line 6: | Line 6: | ||
<caption source="caption1"/> |
<caption source="caption1"/> |
||
</image> |
</image> |
||
<data source=" |
<data source="tab"> |
||
<label> |
<label>Tab</label> |
||
</data> |
</data> |
||
<data source=" |
<data source="type"> |
||
<label> |
<label>Type</label> |
||
</data> |
</data> |
||
<data source="depth_range"> |
|||
<label>Depth Range</label> |
|||
</data> |
|||
<data source="temp"> |
|||
<label>Temperature Range</label> |
|||
</data> |
|||
<data source="id"> |
|||
<label>Biome ID</label> |
|||
</data> |
|||
<data source="nodes"> |
|||
<label>Harvesting Nodes</label> |
|||
</data> |
|||
<data source="Gotoid"> |
|||
<label>goto ID</label> |
|||
</data> |
|||
<data source="coords"> |
|||
<label>Coordinates</label> |
|||
</data> |
|||
<data source="baseid"> |
|||
<label>Base ID</label> |
|||
</data> |
|||
<group> |
|||
<data source="poi"> |
|||
<label>Point of Interest</label> |
|||
</data> |
|||
</group> |
|||
</infobox> |
</infobox> |
||
<noinclude> |
<noinclude> |
||
Example usage:<pre> |
Example usage:<pre> |
||
{{ |
{{Biomes |
||
|title1=Example |
|title1=Example |
||
|image1=Example |
|image1=Example |
||
|caption1=Example |
|caption1=Example |
||
| |
|type=Example |
||
| |
|depth_range=Example |
||
}} |
}} |
||
</pre> |
</pre> |
||
[[Category:Infoboxes]] |
|||
</noinclude> |
</noinclude> |
Revision as of 18:25, 12 August 2018
<infobox layout="stacked">
<title source="title1"> <default>Biome</default> </title> <image source="image1">
</image> <label>Tab</label> <label>Type</label> <label>Depth Range</label> <label>Temperature Range</label> <label>Biome ID</label> <label>Harvesting Nodes</label> <label>goto ID</label> <label>Coordinates</label> <label>Base ID</label> <group> <label>Point of Interest</label> </group> </infobox> Example usage:
{{Biomes |title1=Example |image1=Example |caption1=Example |type=Example |depth_range=Example }}