- Description
- This template is used to create an infobox for organizations in the Avatar universe.
- Dependencies
-
- Syntax
- Type
{{Organization infobox|<...>}} somewhere, with parameters as shown below.
{{Organization infobox
| nation =
| image =
| name =
| leaders =
| notablemembers =
| founders =
| headquarters =
| affiliation =
| purpose =
| engagements =
| status =
| appearance =
| lastappearance =
}}
|
- The nation parameter enables this template to switch between color themes to match the nationality of the organization. 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 khaki theme for the United Republic of Nations
- spirit corresponds to a grey theme for the Spirit World
- neutral corresponds to a purple theme for organizations without a clear affiliation
- Sample output
<infobox theme-source="nation">
<image source="image" />
<title source="name"><default>Organization infobox/doc</default></title>
<group>
<header>General information</header>
<label>Leader(s)</label>
<label>Notable members</label>
<label>Founder(s)</label>
<label>Headquarters</label>
<label>Affiliation</label>
<label>Purpose</label>
<label>Engagements</label>
<label>Status</label>
</group>
<group>
<header>Chronological information</header>
<label>First appearance</label>
<label>Last appearance</label>
</group>
<header></header>
</infobox>
{{Organization infobox
| nation = {{{nation}}}
| image = {{{image}}}
| name = {{{name}}}
| leaders = {{{leaders}}}
| notablemembers = {{{notablemembers}}}
| founders = {{{founders}}}
| headquarters = {{{headquarters}}}
| affiliation = {{{affiliation}}}
| purpose = {{{purpose}}}
| engagements = {{{engagements}}}
| status = {{{status}}}
| appearance = {{{appearance}}}
| lastappearance = {{{lastappearance}}}
}}
|