Template:Deceased/doc: Difference between revisions

From Subnautica Wiki
(Created the documentation)
 
(Updated category name.)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Example usage:<pre>
== Example ==
{{Deceased
{{Deceased
|title1 = Ancient Skeleton
|title = Ancient Skeleton
|image1 = Ancient Skeleton.png
|image = Ancient Skeleton.png
|age = 1,000,000 years
|age = 1,000,000 years
|status = Presumed Extinct
|status = Presumed Extinct
|biome = [[Lost River]]
|biome = [[Lost River]]
|length = Indeterminate
|length = Indeterminate
|debug_spawn = ''Unknown''
|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''
}}
}}

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

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

<includeonly>[[Category:Infobox templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude>

Latest revision as of 00:27, 24 June 2023

Example

<infobox layout="stacked">

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

</image> <label>Age</label> <label>Status</label> <label>Biome</label> <label>Length</label> <label>Coordinates</label> <label>GoTo</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''
}}