- Description
- This template is used to create an infobox for people involved in the Avatar franchise.
- Dependencies
-
- Syntax
- Type
{{Staff infobox|<...>}} somewhere, with parameters as shown below.
{{Staff infobox
| image =
| name =
| fullname =
| birth =
| death =
| firstcredit =
| links =
}}
|
- Sample output
<infobox>
<image source="image" />
<title source="name"><default>Staff infobox/doc</default></title>
<group>
<header>Biographical information</header>
<label>Full name</label>
<label>Born</label>
<label>Died</label>
<label>First credit</label>
</group>
<group>
<header>Further information</header>
<label>Link(s)</label>
</group>
</infobox>
{{Staff infobox
| image = {{{image}}}
| name = {{{name}}}
| fullname = {{{fullname}}}
| birth = {{{birth}}}
| death = {{{death}}}
| firstcredit = {{{firstcredit}}}
| links = {{{links}}}
}}
|