Template:Biome: Difference between revisions

From Subnautica Wiki
No edit summary
mNo edit summary
Tag: 2017 source edit
 
(10 intermediate revisions by 4 users not shown)
Line 23: Line 23:
<data source="id">
<data source="id">
<label>Biome ID</label>
<label>Biome ID</label>
<format>{{#if:{{#explode:{{{id}}}||1}}|
*[[Console Commands#Biome|{{#explode:{{{id}}}||0}}]]
*[[Console Commands#Biome|{{#explode:{{{id}}}||1}}]]
{{#if:{{#explode:{{{id}}}||2}}|
*[[Console Commands#Biome|{{#explode:{{{id}}}||2}}]]
{{#if:{{#explode:{{{id}}}||3}}|
*[[Console Commands#Biome|{{#explode:{{{id}}}||3}}]]
}}
}}
|[[Console Commands#Biome|{{{id}}}]]}}
</format>
</data>
</data>
<data source="nodes">
<data source="nodes">
Line 29: Line 40:
<data source="gotoid">
<data source="gotoid">
<label>goto ID</label>
<label>goto ID</label>
<format>{{#if:{{#explode:{{{gotoid}}}||1}}|
*[[Console Commands#Goto|{{#explode:{{{gotoid}}}||0}}]]
*[[Console Commands#Goto|{{#explode:{{{gotoid}}}||1}}]]
{{#if:{{#explode:{{{gotoid}}}||2}}|
*[[Console Commands#Goto|{{#explode:{{{gotoid}}}||2}}]]
{{#if:{{#explode:{{{gotoid}}}||3}}|
*[[Console Commands#Goto|{{#explode:{{{gotoid}}}||3}}]]
}}
}}
|[[Console Commands#Goto|{{{gotoid}}}]]}}
</format>
</data>
</data>
<data source="coords">
<data source="coords">
<label>Coordinates</label>
<label>Coordinates</label>
</data>
<data source="baseid">
<label>Base ID</label>
</data>
</data>
<group>
<group>
Line 41: Line 60:
</data>
</data>
</group>
</group>
<data source="music">
<label>Music</label>
</data>
</infobox>
</infobox>
<noinclude>
<noinclude>
Example usage:<pre>
Example usage:<pre>
{{Biomes
{{Biomes
|title1=Example
| title1=Example
|image1=Example
| image1=Example
|caption1=Example
| caption1=Example
|tab=Example
| tab=Example
|type=Example
| type=Example
|depth_range=Example
| depth_range=Example
|temp=Example
| temp=Example
|id=Example
| id=Example
|nodes=Example
| nodes=Example
|coords=Example
| coords=Example
|poi=Example
| poi=Example
| music=Example
}}
}}
</pre>
</pre>

Latest revision as of 18:27, 9 July 2024

<infobox layout="stacked">

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

</image> <label>Category</label> <label>Type</label> <label>Depth Range</label> <label>Depth</label> <label>Temperature Range</label>

<label>Biome ID</label> <format> </format>

<label>Harvesting Nodes</label>

<label>goto ID</label> <format> </format>

<label>Coordinates</label> <group> <label>Point of Interest</label> </group> <label>Music</label> </infobox> Example usage:

{{Biomes
| title1=Example
| image1=Example
| caption1=Example
| tab=Example
| type=Example
| depth_range=Example
| temp=Example
| id=Example
| nodes=Example
| coords=Example
| poi=Example
| music=Example
}}