Template:FaunaRow: Difference between revisions

From Subnautica Wiki
(Created page with "|- | [[File:{{{image}}}|thumb|left|100px]] || {{{name}}} || {{{attitude}}} || {{{biome}}} || {{{interaction}}} || {{{dna}}} || {{{comment}}} |- {{#switch: {{{attitude}}} |Pas...")
Tag: sourceedit
 
(Oops. Undo revision 9455 by Rahlzel (talk))
Tag: sourceedit
 
(35 intermediate revisions by 2 users not shown)
Line 1: Line 1:
|-
|-
| [[File:{{{image}}}|thumb|left|100px]] || {{{name}}} || {{{attitude}}} || {{{biome}}} || {{{interaction}}} || {{{dna}}} || {{{comment}}}
| [[File:{{{image}}}|100px]]
| [[{{{name}}}]]
|-
| {{#switch: {{{attitude}}}
|Passive = [[:Category:Attitude: Passive|Passive]]
|Defensive = [[:Category:Attitude: Defensive|Defensive]]
|Aggressive = [[:Category:Attitude: Aggressive|Aggressive]]}}
| {{{biome}}}
| {{{dna}}}
| {{{comment}}}
|-<noinclude>


[{{Purge}}]
{{#switch: {{{attitude}}}
|Passive = [[Category:Passive]]
|Defensive = [[Category:Defensive]]
|Aggressive = [[Category:Aggressive]]
}}<noinclude>


= Usage =
= Usage =
* attitude = (choose one)
<pre>{{FaunaRow | image=Life-form_peeper.jpg | name=Peeper | attitude=Passive | biome=Safe Shallows | interaction=Catchable | dna=Speed | comment=Used for Crafting: Food}}</pre>
** Passive
** Defensive
** Aggressive
* biome = (choose one or more. Separate multiple biomes with '''<nowiki><br></nowiki>''') (currently based on [http://www.gliffy.com/go/publish/7224075 this chart])
<pre>[[:Category:Safe Shallows|Safe Shallows]]
[[:Category:Kelp Forest|Kelp Forest]]
[[:Category:Grassy Plateaus|Grassy Plateaus]]
[[:Category:Jelly Shroom|Jelly Shroom]]
[[:Category:Mushroom Forest|Mushroom Forest]]
[[:Category:Koosh Zone|Koosh Zone]]
[[:Category:Inactive Lava|Inactive Lava]]
[[:Category:Sparse Zone|Sparse Zone]]
[[:Category:Active Lava|Active Lava]]</pre>


'''Result:'''


'''Example:'''
<pre>{{FaunaRow | image=Peeper.png | name=Peeper | attitude=Passive | biome=[[:Category:Safe Shallows|Safe Shallows]] <br> [[:Category:Kelp Forest|Kelp Forest]] | dna=[[Speed]] | comment=[[Food]] <br> Can be used to lure Stalkers}}</pre>


'''Result:'''
{| class="wikitable sortable" border="0" style="margin: 1em auto 1em auto"
{| class="wikitable sortable" border="0" style="margin: 1em auto 1em auto"
|+
|+
! Image !! Name !! Attitude !! Biome !! Interaction !! DNA !! Comment
! Image !! Name !! Attitude !! Biome !! DNA !! Comment
{{FaunaRow | image=Questionmark.png | name=Peeper | attitude=Passive | biome=Safe Shallows | interaction=Catchable | dna=Speed | comment=Used for Crafting: Food}}
{{FaunaRow | image=Peeper.png | name=Peeper | attitude=Passive | biome=[[:Category:Safe Shallows|Safe Shallows]] <br> [[:Category:Kelp Forest|Kelp Forest]] | dna=[[Speed]] | comment=[[Food]] <br> Can be used to lure Stalkers}}
|}
|}


= Notes =
* Use '''<nowiki><br></nowiki>''' to create an artificial linebreak as needed (such as between biomes).
* Though not required, it is preferred to organize the list by biome in order to show natural progression of species.


</noinclude>
</noinclude>

Latest revision as of 17:23, 18 March 2015

|- | [[File:{{{image}}}|100px]] | [[{{{name}}}]] | | {{{biome}}} | {{{dna}}} | {{{comment}}} |-

[Purge]

Usage

  • attitude = (choose one)
    • Passive
    • Defensive
    • Aggressive
  • biome = (choose one or more. Separate multiple biomes with <br>) (currently based on this chart)
[[:Category:Safe Shallows|Safe Shallows]]
[[:Category:Kelp Forest|Kelp Forest]]
[[:Category:Grassy Plateaus|Grassy Plateaus]]
[[:Category:Jelly Shroom|Jelly Shroom]]
[[:Category:Mushroom Forest|Mushroom Forest]]
[[:Category:Koosh Zone|Koosh Zone]]
[[:Category:Inactive Lava|Inactive Lava]]
[[:Category:Sparse Zone|Sparse Zone]]
[[:Category:Active Lava|Active Lava]]


Example:

{{FaunaRow | image=Peeper.png | name=Peeper | attitude=Passive | biome=[[:Category:Safe Shallows|Safe Shallows]] <br> [[:Category:Kelp Forest|Kelp Forest]] | dna=[[Speed]] | comment=[[Food]] <br> Can be used to lure Stalkers}}


Result:

Image Name Attitude Biome DNA Comment
Peeper.png Peeper Passive Safe Shallows
Kelp Forest
Speed Food
Can be used to lure Stalkers

Notes

  • Use <br> to create an artificial linebreak as needed (such as between biomes).
  • Though not required, it is preferred to organize the list by biome in order to show natural progression of species.