Difference between revisions of "Template:Infobox character"

From Dwaia Wiki
Jump to navigation Jump to search
Line 12: Line 12:
  
 
{{ Infobox conditional section
 
{{ Infobox conditional section
| cond = {{{str|}}}{{{dex|}}}{{{con|}}}{{{int|}}}{{{wis|}}}{{{cha|}}}
+
| cond = {{{str|}}}{{{dex|}}}{{{con|}}}{{{int|}}}{{{wis|}}}{{{cha|}}} <!-- This checks if any of the stats are defined by concatenating them and seeing if the string is empty -->
 
| title = Stats
 
| title = Stats
 
|
 
|
Line 28: Line 28:
  
 
{{ Infobox conditional section
 
{{ Infobox conditional section
| cond = {{{str|}}}{{{dex|}}}{{{con|}}}{{{int|}}}{{{wis|}}}{{{cha|}}}
+
| cond = {{{country|}}}{{{marital|}}}{{{birthDate|}}}{{{birthPlace|}}}{{{deathDate|}}}{{{deathPlace|}}}
| title = Stats
+
| title = Biographical information
 +
|
 +
{{ Infobox conditional data    | Country        | {{{country|}}}        }}
 +
{{ Infobox conditional data    | Marital status | {{{marital|}}}        }}
 +
{{ Infobox conditional data    | Date of birth  | {{{birthDate|}}}        }}
 +
{{ Infobox conditional data    | Place of birth | {{{birthPlace|}}}        }}
 +
{{ Infobox conditional data    | Date of death  | {{{deathDate|}}}        }}
 +
{{ Infobox conditional data    | Place of death | {{{deathPlace|}}}        }}
 +
}}
 +
 
 +
{{ Infobox conditional section
 +
| cond = {{{species|}}}{{{gender|}}}{{{height|}}}{{{weight|}}}
 +
| title = Biographical information
 
|
 
|
{{ Infobox conditional data    | Elements  | {{{element|}}}        }}
+
{{ Infobox conditional data    | Species   | {{{species|}}}        }}
{{ Infobox conditional data   | Level      | {{{level|}}}        }}
+
{{ Infobox conditional data    | Gender     | {{{gender|}}}        }}
{{ Infobox conditional data    | Skills     | {{{skills|}}}        }}
+
{{ Infobox conditional data    | Height    | {{{height|}}}        }}
{{ Infobox conditional data    | STR        | {{{str|}}}        }}
+
{{ Infobox conditional data    | Weight    | {{{weight|}}}        }}
{{ Infobox conditional data    | DEX        | {{{dex|}}}        }}
 
{{ Infobox conditional data    | CON        | {{{con|}}}        }}
 
{{ Infobox conditional data    | INT        | {{{int|}}}        }}
 
{{ Infobox conditional data    | WIS        | {{{wis|}}}        }}
 
{{ Infobox conditional data    | CHA        | {{{cha|}}}       }}
 
{{ Infobox conditional caption | [[Stats Explained|What are these stats?]]       }}
 
 
}}
 
}}
  
<tr>
 
{{#if:{{{country|}}}{{{marital|}}}{{{birthDate|}}}{{{birthPlace|}}}{{{deathDate|}}}{{{deathPlace|}}}|
 
<th colspan="2" style="font-size:16px">Biographical information</td>
 
</tr>{{#if:{{{country|}}}|<tr>
 
<td>Country</td><td>{{{country}}}</td>
 
</tr>|}}{{#if:{{{marital|}}}|<tr>
 
<td>Marital status</td><td>{{{marital}}}</td>
 
</tr>|}}{{#if:{{{birthDate|}}}|<tr>
 
<td>Date of birth</td><td>{{{birthDate}}}</td>
 
</tr>|}}{{#if:{{{birthPlace|}}}|<tr>
 
<td>Place of birth</td><td>{{{birthPlace}}}</td>
 
</tr>|}}{{#if:{{{deathDate|}}}|<tr>
 
<td>Date of death</td><td>{{{deathDate}}}</td>
 
</tr>|}}{{#if:{{{deathPlace|}}}|<tr>
 
<td>Place of death</td><td>{{{deathPlace}}}</td>
 
</tr>|}}|}}
 
{{#if:{{{species|}}}{{{gender|}}}{{{height|}}}{{{weight|}}}|<tr>
 
<th colspan="2" style="font-size:16px">Psysical description</td>
 
</tr>{{#if:{{{species|}}}|<tr>
 
<td>Species</td><td>{{{species}}}</td>
 
</tr>|}}{{#if:{{{gender|}}}|<tr>
 
<td>Gender</td><td>{{{gender}}}</td>
 
</tr>|}}{{#if:{{{height|}}}|<tr>
 
<td>Height</td><td>{{{height}}}</td>
 
</tr>|}}{{#if:{{{weight|}}}|<tr>
 
<td>Weight</td><td>{{{weight}}}</td>
 
</tr>|}}|}}
 
 
</table>
 
</table>
 
<noinclude>
 
<noinclude>

Revision as of 14:54, 10 March 2019

Infobox character


How to use

Fill in the fields in this empty template with the appropriate values for the character. Fields that are not filled are automatically hidden.

{{infobox character
 | name         =
 | image        =
 | imagecaption =
 | aliases      =
 | affiliation  =
 | element      =
 | level        =
 | skills       =
 | str          =
 | con          =
 | dex          =
 | int          =
 | cha          =
 | wis          =
 | marital      =
 | birthDate    =
 | birthPlace   =
 | deathDate    =
 | deathPlace   =
 | species      =
 | gender       =
 | height       =
 | weight       =
 | eyes         =
}}

Example

This source code...

{{infobox character
 | name = gremscro big hands
 | image = 3d61387525a4b6817f6e4f80395f16bf.png
 | imagecaption = he
 | aliases = gremscro,<br/>big hands
 | relatives = [[Biggie Hands]] (father),<br/>[[Handa Biggs]] (mother),<br/>[[gremscro big hands]] (himself)
 | affiliation = idunno
 | element      = [[Meat (element)|Meat]]
 | level        = ∞
 | skills       = all
 | str          = big hands
 | con          = big hands
 | dex          = big hands
 | int          = big hands
 | cha          = big hands
 | wis          = big hands
 | country = [[Edgeon // The Dark Rift]]
 | marital = big
 | species = gremscro big hands
 | gender = big hands
 | height = 1.80m (body),<br/>1.20m (hands)
 | weight = 105kg (body),<br/>400kg (hands)
}}

...becomes this infobox:

gremscro big hands
3d61387525a4b6817f6e4f80395f16bf.png
he
Aliases gremscro,
big hands
Relatives Biggie Hands (father),
Handa Biggs (mother),
gremscro big hands (himself)
Affiliation idunno
Aliases gremscro,
big hands
Stats
Elements Meat
Level
Skills all
STR big hands
DEX big hands
CON big hands
INT big hands
WIS big hands
CHA big hands
What are these stats?
Biographical information
Country Edgeon // The Dark Rift
Marital status big
Biographical information
Species gremscro big hands
Gender big hands
Height 1.80m (body),
1.20m (hands)
Weight 105kg (body),
400kg (hands)