Template:Fauna (BZ): Difference between revisions

From Subnautica Wiki
No edit summary
(Copied over)
Line 11: Line 11:
<data source="tab">
<data source="tab">
<label>Tab</label>
<label>Tab</label>
</data>
<data source="subcat">
<label>Sub-Category</label>
</data>
</data>
<data source="description">
<data source="description">
<label>Description</label>
<label>Description</label>
</data>
</data>
<data source="affiliation">
<label>Affiliation</label>
<format>{{#ifeq: {{TestInput|{{{affiliation|}}}}}
| passed
| {{{affiliation}}}
}}</format>
</data>
<data source="age">
<data source="age">
<label>Age</label>
<label>Age</label>
Line 52: Line 56:
</data>
</data>
<data source="biome">
<data source="biome">
<label>Biomes</label>
<label>Biome</label>
</data>
</data>
<data source="active_during">
<data source="active_during">
Line 72: Line 76:
<label>Voice Actor</label>
<label>Voice Actor</label>
</data>
</data>
<data source="debug_spawn">
<data source="debugspawn">
<label>Debug Spawn</label>
<label>Debug Spawn</label>
<format>[[Console Commands#Spawn|{{{debugspawn}}}]]</format>
</data>
</data>
<group layout="horizontal">
<group layout="horizontal">
Line 100: Line 105:
</group>
</group>
<group layout="horizontal">
<group layout="horizontal">
<header>O₂</header>
<header>O<sub>2</sub></header>
<data source="raw3">
<data source="raw3">
<label>Raw</label>
<label>Raw</label>
Line 131: Line 136:
<label>Bioreactor</label>
<label>Bioreactor</label>
</data>
</data>
<data source="item_id">
<data source="debugspawn2">
<label>Item ID</label>
<label>Debug Spawn</label>
<format>[[Console Commands#Spawn|{{{debugspawn2}}}]]</format>
</data>
</data>
</group>
</group>
Line 138: Line 144:
<noinclude>
<noinclude>
Example usage:<pre>
Example usage:<pre>
{{Fauna
{{Class 2 Fauna
|title1 = Example Title
|title1 = Example Title
|image1 = Unknown.png
|image1 = Unknown.png
Line 183: Line 189:
</pre>
</pre>
The above code results in:
The above code results in:
{{Fauna
{{Class 2 Fauna
|title1 = Example Title
|title1 = Example Title
|image1 = Unknown.png
|image1 = Unknown.png

Revision as of 00:39, 18 January 2019

<infobox layout="stacked">

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

</image> <label>Category</label> <label>Tab</label> <label>Description</label> <label>Affiliation</label> <format></format> <label>Age</label> <label>Description when cooked</label> <label>Description when cured</label> <label>Inhabit</label> <label>Attitude</label> <label>Health</label> <label>Damage</label> <label>Adult Damage</label> <label>Juvenile Damage</label> <label>Drops</label> <label>Perks</label> <label>Biome</label> <label>Active During</label> <label>Size</label> <label>Length</label> <label>Bioreactor</label> <label>DNA</label> <label>Voice Actor</label> <label>Debug Spawn</label> <format>{{{debugspawn}}}</format> <group layout="horizontal"> <header>Food</header> <label>Raw</label> <label>Cooked</label> <label>Cured</label> </group> <group layout="horizontal"> <header>H2O</header> <label>Raw</label> <label>Cooked</label> <label>Cured</label> </group> <group layout="horizontal"> <header>O2</header> <label>Raw</label> <label>Cooked</label> <label>Cured</label> </group> <group collapse="open" class="tab-eggs"> <header>Egg</header> <image source="image2"> </image> <label>Tab</label> <label>Description</label> <label>Biome</label> <label>Incubation</label> <label>Bioreactor</label> <label>Debug Spawn</label> <format>{{{debugspawn2}}}</format> </group> </infobox> Example usage:

{{Class 2 Fauna
|title1            = Example Title
|image1            = Unknown.png
|caption1          = Example caption
|category          = Example category
|tab               = Example tab
|description       = Example description
|descriptioncooked = Example descriptioncooked
|descriptioncured  = Example descriptioncured
|inhabit           = Example inhabit
|attitude          = Example attitude
|health            = Example health
|damage            = Example damage
|juvenile_damage   = Example jDamage
|adult_damage      = Example aDamage
|drops             = Example drops
|perks             = Example perks
|biome             = Example biome
|active_during     = Example activeTime
|size              = Example size
|length            = Example len
|bioreactor2       = Example energyValue
|dna               = Example DNA
|voiceactor        = Example vActor
|debug_spawn       = Example spawn
|raw1              = Example foodValue (raw)
|cooked1           = Example foodValue (cooked)
|cured1            = Example foodValue (cured)
|raw2              = Example waterValue (raw)
|cooked2           = Example waterValue (cooked)
|cured2            = Example waterValue (cured)
|raw3              = Example O₂Value (raw)
|cooked3           = Example O₂Value (cooked)
|cured3            = Example O₂Value (cured)
|image3            = Unknowegg.png
|caption2          = Example caption for egg
|tab2              = Example egg tab
|description2      = Example egg description
|biome2            = Example egg biome
|incubation        = Example incubation
|bioreactor        = Example egg energyValue
|item_id           = Example eggID
}}

The above code results in: Template:Class 2 Fauna