Template:Infobox character

From Launchpad: McClack Wiki | Fandom
Revision as of 16:46, 24 May 2022 by Billy (talk | contribs)
Jump to navigation Jump to search
{{#if: | }}
Infobox character
[[File:{{{image}}}|200px|frameless|{{{imagecaption}}}]]

<group> <label>Aliases</label> <label>Banter level</label> <label>Location</label> <label>Age</label> <label>Affiliations</label> <label>Past affiliations</label>

   </group>
   <group>
       <header>Physical description</header>
       <label>Height</label>
       <label>Dick length</label>
       <label>Mental disorders</label>

</group>


Template documentation follows
Note: the template above may sometimes be partially or fully invisible.
Visit Template:Infobox_character/doc to edit this documentation. (How does this work?)

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     =
 | aliases          =
 | banterlevel      =
 | location         =
 | age              =
 | affiliations     =
 | pastaffiliations =
 | height           =
 | dicklength       =
 | mentaldisorders  =
}}

Samples

{{infobox character
 | name             = man
 | image            = Thor_poster.jpg
 | imagecaption     = the man himsolf
 | aliases          = dude
 | banterlevel      = 20
 | location         = here
 | age              = 1
 | affiliations     = me
 | pastaffiliations = none
 | height           = 5
 | dicklength       = 7
 | mentaldisorders  = all
}}

Results in...

{{#if: Thor_poster.jpg | }}
man
the man himsolf

<group> <label>Aliases</label> <label>Banter level</label> <label>Location</label> <label>Age</label> <label>Affiliations</label> <label>Past affiliations</label>

   </group>
   <group>
       <header>Physical description</header>
       <label>Height</label>
       <label>Dick length</label>
       <label>Mental disorders</label>

</group>