Template:FaunaRow: Difference between revisions

From Subnautica Wiki
(Removed #switch from biomes to allow adding more than one)
Tag: sourceedit
(Oops. Undo revision 9455 by Rahlzel (talk))
Tag: sourceedit
 
(5 intermediate revisions by 2 users not shown)
Line 3: Line 3:
| [[{{{name}}}]]
| [[{{{name}}}]]
| {{#switch: {{{attitude}}}
| {{#switch: {{{attitude}}}
|Passive = [[:Category:Passive|Passive]]
|Passive = [[:Category:Attitude: Passive|Passive]]
|Defensive = [[:Category:Defensive|Defensive]]
|Defensive = [[:Category:Attitude: Defensive|Defensive]]
|Aggressive = [[:Category:Aggressive|Aggressive]]}}
|Aggressive = [[:Category:Attitude: Aggressive|Aggressive]]}}
| {{{biome}}}
| {{{biome}}}
| {{{dna}}}
| {{{dna}}}

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.