Template:Consumable: Difference between revisions

From Subnautica Wiki
(Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="row1">...")
 
No edit summary
Tag: sourceedit
Line 6: Line 6:
<caption source="caption1"/>
<caption source="caption1"/>
</image>
</image>
<data source="row1">
<data source="size">
<data source="obtained">
<label>Label</label>
<label>Obtained From</label>
</data>
</data>
<label>Size</label>
<data source="row2">
<label>Label</label>
<data source="category">
<label>Category</label>
</data>
<data source="tab">
<label>Tab</label>
</data>
<group layout="horizontal">
<header>Food Values</header>
<data source="food">
<label>Food</label>
</data>
<data source="water">
<label>Water</label>
</data>
</data>
</infobox>
</infobox>

Revision as of 22:19, 17 January 2017

<infobox>

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

</image>

<label>Obtained From</label> <label>Size</label> <label>Category</label> <label>Tab</label> <group layout="horizontal"> <header>Food Values</header> <label>Food</label> <label>Water</label> </infobox> Example usage:
{{Consumable
|title1=Example
|image1=Example
|caption1=Example
|row1=Example
|row2=Example
}}