Template:Infobox character

From MyFallen Gaming Community
Jump to navigation Jump to search

<infobox> <title source="name"> <default>Infobox character</default> </title> <image source="image"> </image> <group> <label>Aliases</label> <label>Relatives</label> <label>Affiliation</label>

   </group>
   <group>
       <header>Biographical information</header>
       <label>Marital status</label>
   	<label>Date of birth</label>

<label>Place of birth</label> <lable>Date of death</lable> <label>Date 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> </infobox>

50px Template documentation[view] [edit] [history] [purge]

Description

To use this template, copy the following code and fill in the appropriate fields.

Syntax

{{infobox character
 | name          = 
 | image         = [e.g. "Example.jpg"]
 | imagecaption  = 
 | affiliation   =
 | age           =
 | status        =
 | height        =
 | weight        =
}}

Samples

{{infobox character
 | name          = Flowa
 | image         = Example.jpg
 | imagecaption  = Flowa, at rest
 | affiliation   = Legal Secretary
 | age           = 2 months
 | status        = Active
 | height        = 5 inches
 | weight        = 20 grams
}}

Results in...

<infobox> <title source="name"> <default>Infobox character</default> </title> <image source="image"> </image> <group> <label>Aliases</label> <label>Relatives</label> <label>Affiliation</label>

   </group>
   <group>
       <header>Biographical information</header>
       <label>Marital status</label>
   	<label>Date of birth</label>

<label>Place of birth</label> <lable>Date of death</lable> <label>Date 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> </infobox>