Template:Infobox character: Difference between revisions

From Launchpad: McClack Wiki | Fandom
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<onlyinclude><table style="float: right; clear: both; width: 200px; max-width: 100%;">
<onlyinclude><table style="float: right; clear: both; width: 200px; max-width: 100%;">
    <tr>
<tr>
<th>{{{ name | {{PAGENAME}} }}}</th>
<th>{{{ name | {{PAGENAME}} }}}</th>
    </tr>
</tr>
    <tr>
<tr>
    <td>[[File:{{{image}}}|200px|frameless|{{{imagecaption}}}]]
<td>[[File:{{{image}}}|200px|frameless|{{{imagecaption}}}]]</td>
<tr>
<td>
<group>
<group>
    <data source="aliases"><label>Aliases</label></data>
    <data source="aliases"><label>Aliases</label></data>

Revision as of 16:40, 24 May 2022

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...

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>