Template:Deceased: Difference between revisions

From Subnautica Wiki
No edit summary
No edit summary
Line 6: Line 6:
<caption source="caption1"/>
<caption source="caption1"/>
</image>
</image>
<data source="age">
<label>Age</label>
</data>
<data source="biome">
<data source="biome">
<label>Biome</label>
<label>Biome</label>
Line 21: Line 24:
|title1 = Ancient Skeleton
|title1 = Ancient Skeleton
|image1 = Ancient Skeleton.png
|image1 = Ancient Skeleton.png
|age = 1,000,000 years
|biome = [[Lost River]]
|biome = [[Lost River]]
|length = Indeterminate
|length = Indeterminate
Line 30: Line 34:
|title1 = Ancient Skeleton
|title1 = Ancient Skeleton
|image1 = Ancient Skeleton.png
|image1 = Ancient Skeleton.png
|age = 1,000,000 years
|biome = [[Lost River]]
|biome = [[Lost River]]
|length = Indeterminate
|length = Indeterminate

Revision as of 20:35, 6 January 2018

<infobox layout="stacked">

<title source="title1" style="font-weight:bold; text-align:center;">
   <default>Deceased</default>
 </title>
 <image source="image1">

</image> <label>Age</label> <label>Biome</label> <label>Length</label> <label>Debug Spawn</label> </infobox> Example usage:

{{Deceased
|title1          = Ancient Skeleton
|image1          = Ancient Skeleton.png
|age             = 1,000,000 years    
|biome           = [[Lost River]]
|length          = Indeterminate 
|debug_spawn     = ''Unknown''
}}

The above code results in: <infobox layout="stacked">

<title source="title1" style="font-weight:bold; text-align:center;">
   <default>Deceased</default>
 </title>
 <image source="image1">

</image> <label>Age</label> <label>Biome</label> <label>Length</label> <label>Debug Spawn</label> </infobox>