Template:Deceased: Difference between revisions

From Subnautica Wiki
(Added a category which it adds)
(Converted documention to {{Documentation}})
Line 24: Line 24:
<includeonly>[[Category:Skeletal Remains]]</includeonly>
<includeonly>[[Category:Skeletal Remains]]</includeonly>
<noinclude>
<noinclude>
{{Documentation}}
Example usage:<pre>
{{Deceased
|title1 = Ancient Skeleton
|image1 = Ancient Skeleton.png
|age = 1,000,000 years
|status = Presumed Extinct
|biome = [[Lost River]]
|length = Indeterminate
|debug_spawn = ''Unknown''
}}
</pre>
The above code results in:
{{Deceased
|title1 = Ancient Skeleton
|image1 = Ancient Skeleton.png
|age = 1,000,000 years
|status = Presumed Extinct
|biome = [[Lost River]]
|length = Indeterminate
|debug_spawn = ''Unknown''
}}

Revision as of 22:32, 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>Status</label> <label>Biome</label> <label>Length</label> <label>Debug Spawn</label> </infobox>

Example

<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>Status</label> <label>Biome</label> <label>Length</label> <label>Debug Spawn</label> </infobox>
{{Deceased
|title       = Ancient Skeleton
|image       = Ancient Skeleton.png
|age         = 1,000,000 years    
|status      = Presumed Extinct
|biome       = [[Lost River]]
|length      = Indeterminate 
|debug_spawn = ''Unknown''
}}

Empty Template

{{Deceased
|title       = Ancient Skeleton
|image       = Ancient Skeleton.png
|age         = 1,000,000 years    
|status      = Presumed Extinct
|biome       = [[Lost River]]
|length      = Indeterminate 
|debug_spawn = ''Unknown''
}}