Template:Biome2: Difference between revisions

From Subnautica Wiki
(Created page with "<infobox layout="stacked"> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <d...")
Tag: sourceedit
 
No edit summary
Tag: 2017 source edit
 
(18 intermediate revisions by 4 users not shown)
Line 11: Line 11:
<data source="type">
<data source="type">
<label>Type</label>
<label>Type</label>
</data>
</data>
<data source="cavern">
<data source="location">
<label>Cavern</label>
<label>Biome</label>
</data>
</data>
<data source="depth_range">
<data source="depth_range">
<label>Depth Range</label>
<label>Depth Range</label>
</data>
<data source="temp">
<label>Temperature Range</label>
</data>
</data>
<data source="id">
<data source="id">
<label>Biome ID</label>
<label>Biome ID</label>
</data>
<data source="nodes">
<label>Harvesting Nodes</label>
</data>
</data>
<data source="Gotoid">
<data source="Gotoid">
Line 31: Line 37:
</data>
</data>
<group>
<group>
<data source="adjacent">
<label>Adjacent Biomes</label>
</data>
<data source="poi">
<data source="poi">
<label>Point of Interest</label>
<label>Point of Interest</label>
</data>
<data source="music">
<label>Music</label>
</data>
</data>
</group>
</group>
</infobox>
</infobox><noinclude>
<noinclude>
Example usage:<pre>
Example usage:<pre>
{{Biomes
{{Biomes
Line 49: Line 54:
}}
}}
</pre>
</pre>
[[Category:Infoboxes]]
</noinclude>
</noinclude>

Latest revision as of 13:36, 3 December 2020

<infobox layout="stacked">

 <title source="title1">
   <default>Biome2</default>
 </title>
 <image source="image1">

</image> <label>Tab</label> <label>Type</label> <label>Biome</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> <label>Music</label> </group> </infobox> Example usage:

{{Biomes
|title1=Example
|image1=Example
|caption1=Example
|type=Example
|depth_range=Example
}}