Template:Duel infobox/doc

From Toon Wiki
Revision as of 23:36, 30 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 articles about duels that have occurred in the Avatar franchise.
Dependencies
Syntax
Type {{Duel infobox|<...>}} somewhere, with parameters as shown below.
{{Duel infobox
| prev           =
| conc           =
| next           =
| name           =
| image          =
| conflict       =
| date           =
| place          =
| result         =
| side1          =
| side2          =
| forces1        =
| forces2        =
| casual1        =
| casual2        =
| appearance     =
| lastappearance =
}}
Sample output

<infobox> <image source="image" /> <title source="name"><default>Duel infobox/doc</default></title> <group> <header>General information</header> <label>Previous</label> <label>Concurrent</label> <label>Next</label> <label>Conflict</label> <label>Date</label> <label>Place</label> <label>Outcome</label> </group> <group layout="horizontal"> <header>Combatants</header> </group> <group layout="horizontal"> <header>Strength</header> </group> <group layout="horizontal"> <header>Casualties</header> </group> <group> <header>Appearances</header> <label>First appearance</label> <label>Last appearance</label> </group> <header></header> </infobox>

{{Duel infobox
| prev		= {{{prev}}}
| conc		= {{{conc}}}
| next		= {{{next}}}
| name		= {{{name}}}
| image		= {{{image}}}
| conflict	= {{{conflict}}}
| date		= {{{date}}}
| place		= {{{place}}}
| result	= {{{result}}}
| side1		= {{{side1}}}
| side2		= {{{side2}}}
| forces1	= {{{forces1}}}
| forces2	= {{{forces2}}}
| casual1	= {{{casual1}}}
| casual2	= {{{casual2}}}
| appearance	= {{{appearance}}}
| lastappearance= {{{lastappearance}}}
}}