Template:Character: Difference between revisions

From Another Chance Wiki
Jump to navigation Jump to search
m (1 revision imported)
No edit summary
Line 1: Line 1:
<includeonly><infobox type="Character">
<includeonly><infobox type="Character">
<title source="name"/>
    <title source="name"/>
<image source="image">
    <image source="image">
    <caption source="imagecaption" />
<caption source="imagecaption" />
</image>
    </image>
<group>
    <group>
    <data source="aliases"><label>Aliases</label></data>
<data source="aliases"><label>Aliases</label></data>
    <data source="relatives"><label>Relatives</label></data>
<data source="relatives"><label>Relatives</label></data>
    <data source="affiliation"><label>Affiliation</label></data>
<data source="affiliation"><label>Affiliation</label></data>
         <data source="occupation"><label>Occupation</label></data>
         <data source="occupation"><label>Occupation</label></data>
     </group>
     </group>

Revision as of 12:40, 18 March 2025

Template documentation
Note: portions of the template sample may not be visible without values provided.
View or edit this documentation. (About template documentation)
Editors can experiment in this template's sandbox and test case pages.

Description

To use this template, add the {{Character}} template and fill in the appropriate fields. Fields left blank will not appear in articles. This infobox template uses Fandom's infobox syntax.

Syntax

{{Character
 | name         = 
 | image        = 
 | imagecaption = 
 | aliases      = 
 | relatives    = 
 | affiliation  = 
 | occupation   = 
 | marital      = 
 | birthDate    = 
 | birthPlace   = 
 | deathDate    = 
 | deathPlace   = 
 | species      = 
 | gender       = 
 | height       = 
 | weight       = 
 | eyes         = 
 | portrayedby  = 
 | appearsin    = 
 | debut        = 

}}

Sample output

<infobox type="Character">

   <title source="name"/>
   <image source="image">
</image> <group> <label>Aliases</label> <label>Relatives</label> <label>Affiliation</label> <label>Occupation</label> </group> <group> <header>Biographical information</header> <label>Marital status</label> <label>Date of birth</label> <label>Place of birth</label> <label>Date of death</label> <label>Place of death</label> </group> <group> <header>Physical description</header> <label>Species</label> <label>Gender</label> <label>Height</label> <label>Weight</label> <label>Eye color</label> </group> <group> <header>Appearances</header> <label>Portrayed by</label> <label>Appears in</label> <label>Debut</label> </group> </infobox>
{{Character
 | name         = Flowa
 | image        = Example.jpg
 | imagecaption = Flowa, at rest
 | aliases      = Flo
 | relatives    = 
 | affiliation  = 
 | occupation   = 
 | marital      = 
 | birthDate    = July 21st, 2013
 | birthPlace   = Iowa
 | deathDate    = 
 | deathPlace   = 
 | species      = Plant
 | gender       = 
 | height       = 
 | weight       = 
 | eyes         = 
 | portrayedby  = 
 | appearsin    = 
 | debut        = 
}}