Template:Fauna infobox/doc

From Toon Wiki
Revision as of 01:15, 31 July 2024 by imported>ToonWikiBot (Imported from Avatar Wiki)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Description
This template is used to create an infobox for fauna (creatures) in the Avatar franchise.
Dependencies
Syntax
Type {{Fauna infobox|<...>}} somewhere, with parameters as shown below.
{{Fauna infobox
| nation         =
| image          =
| name           =
| habitat        =
| status         =
| bending        =
| uses           =
| appearance     =
| lastappearance =
| voice          =
}}
The nation parameter enables this template to switch between color themes to match the origin of the creature. Entering:
  • water corresponds to a blue theme for the Water Tribe
  • earth corresponds to a green theme for the Earth Kingdom
  • fire corresponds to a red theme for the Fire Nation
  • air corresponds to an orange theme for the Air Nomads
  • URN corresponds to a gold theme for United Republic
  • spirit corresponds to a grey theme for the Spirit World
  • neutral corresponds to a purple theme for characters without a clear affiliation
Sample output

<infobox theme-source="nation"> <image source="image" /> <title source="name"><default>Fauna infobox/doc</default></title> <group> <header>General information</header> <label>Habitat</label> <label>Status</label> <label>Bending</label> <label>Uses</label> </group> <group> <header>Chronological information</header> <label>First appearance</label> <label>Last appearance</label> <label>Voiced by</label> </group> <header></header> </infobox>

{{Fauna infobox
| nation	= {{{nation}}}
| image		= {{{image}}}
| name		= {{{name}}}
| habitat	= {{{habitat}}}
| status	= {{{status}}}
| bending	= {{{bending}}}
| uses		= {{{uses}}}
| appearance	= {{{appearance}}}
| lastappearance= {{{lastappearance}}}
| voice		= {{{voice}}}
}}