Template:Fauna: Difference between revisions
(Added description label) Tag: sourceedit |
Napoleon 9th (talk | contribs) (added all possible parameters, added output of the sample code.) Tags: sourceedit rollback |
||
Line 115: | Line 115: | ||
Example usage:<pre> |
Example usage:<pre> |
||
{{Class 2 Fauna |
{{Class 2 Fauna |
||
|title1=Example |
|title1 = Example Title |
||
|image1= |
|image1 = Unknown.png |
||
|caption1=Example |
|caption1 = Example caption |
||
|category=Example |
|category = Example category |
||
|tab=Example |
|tab = Example tab |
||
|description=Example |
|description = Example description |
||
| |
|inhabit = Example inhabit |
||
| |
|attitude = Example attitude |
||
| |
|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 |
||
| |
|voiceactress = Example vActress |
||
|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) |
|||
|image2 = 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 |
|||
}} |
}} |
||
</pre> |
</pre> |
||
The above code results in: |
|||
{{Class 2 Fauna |
|||
|title1 = Example Title |
|||
|image1 = Unknown.png |
|||
|caption1 = Example caption |
|||
|category = Example category |
|||
|tab = Example tab |
|||
|description = Example description |
|||
|inhabit = Example inhabit |
|||
|attitude = Example attitude |
|||
|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 |
|||
|voiceactress = Example vActress |
|||
|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) |
|||
|image2 = 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 |
|||
}} |
|||
</noinclude> |
</noinclude> |
Revision as of 19:03, 7 September 2017
<infobox>
<title source="title1" style="font-weight:bold; text-align:center;"> <default>Fauna</default> </title> <image source="image1">
</image> <label>Category</label> <label>Tab</label> <label>Description</label> <label>Inhabit</label> <label>Attitude</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 Actress</label> <label>Voice Actor</label> <label>Debug Spawn</label> <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 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>Item ID</label> </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 |inhabit = Example inhabit |attitude = Example attitude |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 |voiceactress = Example vActress |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) |image2 = 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