Template:Event infobox/doc

From Toon Wiki
Revision as of 23:40, 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 events that occurred in the Avatar franchise.
Dependencies
Syntax
Type {{Event infobox|<...>}} somewhere, with parameters as shown below.
{{Event infobox
| prev           = 
| conc           = 
| next           = 
| image          = 
| name           = 
| conflict       = 
| date           = 
| place          = 
| outcome        = 
| participants   = 
| appearance     = 
| lastappearance = 
}}
Sample output

<infobox> <image source="image" /> <title source="name"><default>Event 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> <label>Participants</label> </group> <group> <header>Appearances</header> <label>First appearance</label> <label>Last appearance</label> </group> <header></header> </infobox>

{{Event infobox
| prev		= {{{prev}}}
| conc		= {{{conc}}}
| next		= {{{next}}}
| image		= {{{image}}}
| name		= {{{name}}}
| conflict	= {{{conflict}}}
| date		= {{{date}}}
| place		= {{{place}}}
| outcome	= {{{outcome}}}
| participants	= {{{participants}}}
| appearance	= {{{appearance}}}
| lastappearance= {{{lastappearance}}}
}}