- Description
- This template is used to create an infobox for each series in the Avatar franchise.
- Syntax
- Type
{{Series infobox|<...>}} somewhere, with parameters as shown below.
{{Series infobox
| image =
| created by =
| written by =
| directed by =
| voices =
| music by =
| episodes =
| chapters =
| produced by =
| company =
| running time =
| rated =
| channel =
| original run =
| status =
| preceded by =
| followed by =
}}
|
- Sample output
<infobox>
<image source="image" />
<title source="name"><default>Series infobox/doc</default></title>
<group>
<header>General information</header>
<label>Other name(s)</label>
<label>Created by</label>
<label>Written by</label>
<label>Directed by</label>
<label>Voices</label>
<label>Music by</label>
<label>Episodes</label>
<label>Chapters</label>
</group>
<group>
<header>Production information</header>
<label>Produced by</label>
<label>Company</label>
<label>Running time</label>
<label>Rated</label>
<label>Channel</label>
<label>Original run</label>
<label>Status</label>
</group>
<group>
<header>Chronology</header>
<label>Preceded by</label>
<label>Followed by</label>
</group>
</infobox>
{{Series infobox
| image = {{{image}}}
| created by = {{{created by}}}
| written by = {{{written by}}}
| directed by = {{{directed by}}}
| voices = {{{voices}}}
| music by = {{{music by}}}
| episodes = {{{episodes}}}
| chapters = {{{chapters}}}
| produced by = {{{producer by}}}
| company = {{{company}}}
| running time = {{{running time}}}
| rated = {{{rated}}}
| channel = {{{channel}}}
| original run = {{{original run}}}
| status = {{{status}}}
| preceded by = {{{preceded by}}}
| followed by = {{{followed by}}}
}}
|