Template:Staff infobox/doc

From Toon Wiki
Revision as of 02:31, 8 April 2022 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 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}}}
}}