Template:Charbox: Difference between revisions
From Time of Unparalleled Darkness Wiki
DM Maiyannah (talk | contribs) (Only render partner(s) row if the variable is set) |
DM Maiyannah (talk | contribs) (→Template Appearance: Fix title row) |
||
| (15 intermediate revisions by the same user not shown) | |||
| Line 12: | Line 12: | ||
|gender= | |gender= | ||
|age= | |age= | ||
|profession= | |||
|title= | |||
|parents= | |parents= | ||
|partners= | |partners= | ||
| Line 17: | Line 19: | ||
|citizenship= | |citizenship= | ||
|birthplace= | |birthplace= | ||
}} | }} | ||
</pre> | </pre> | ||
==Template Appearance== | ==Template Appearance== | ||
'''Do not use the text below''' | '''Do not use the text below''' | ||
| Line 27: | Line 29: | ||
!style="text-align: left; padding: 5px;"| | !style="text-align: left; padding: 5px;"| | ||
|- | |- | ||
! colspan="2" style="font-size: medium; background:#494E4E;" | {{{name}}} | ! colspan="2" style="font-size: medium; background:#494E4E;" | {{#if:{{{name|}}} | {{{name}}} | CharBox with unset Name= }} | ||
|- | |- | ||
| colspan="2" align="center" {{#if:{{{picture|}}}|[[Image:{{{picture}}}]] | | colspan="2" align="center" {{#if:{{{picture|}}}|[[Image:{{{picture}}}]] | ||
|- | |- | ||
! Race | ! Race | ||
| {{{race}}} | | {{#if:{{{citizenship|}}} | {{{race}}} | Unknown }} | ||
|- | |- | ||
! Gender | ! Gender | ||
| {{{gender}}} | | {{#if:{{{gender|}}} | {{{gender}}} | Unknown }} | ||
|- | |- | ||
! Age | ! Age | ||
| {{{age}}} | | {{#if:{{{age|}}} | {{{age}}} | Unknown }} | ||
|- | |||
{{#if:{{{profession|}}} | ! Profession {{!}} {{{profession}}} }} | |||
|- | |||
{{#if:{{{title|}}} | ! Title(s) {{!}} {{{title}}} }} | |||
|- | |- | ||
! Parents | ! Parents | ||
| {{{parents}}} | | {{#if:{{{parents|}}} | {{{parents}}} | Unknown }} | ||
{{#if:{{{partners|}}} | ! | |- | ||
{{#if:{{{partners|}}} | ! Partner(s) {{!}} {{{partners}}} }} | |||
|- | |- | ||
! Nationality | ! Nationality | ||
| {{{nationality}}} | | {{#if:{{{nationality|}}} | {{{nationality}}} | Unknown }} | ||
|- | |- | ||
! Citizenship | ! Citizenship | ||
| {{{citizenship}}} | | {{#if:{{{citizenship|}}} | {{{citizenship}}} | Unknown }} | ||
|- | |- | ||
! Birthplace | ! Birthplace | ||
| {{{birthplace}}} | | {{#if:{{{birthplace|}}} | {{{birthplace}}} | Unknown }} | ||
| {{{ | |||
|}</includeonly> | |}</includeonly> | ||
Latest revision as of 15:22, 22 May 2026
Description
The Char(acter) Box template creates a basic biographical description box for a character in Time of Unparalleled Darkness
Usage
Copy the below text into a Character page and fill in the blanks.
{{charbox
|name=
|picture=
|race=
|gender=
|age=
|profession=
|title=
|parents=
|partners=
|nationality=
|citizenship=
|birthplace=
}}
Template Appearance
Do not use the text below
| CharBox with unset Name= | |
|---|---|
| [[Image:{{{picture}}}]] | |
| Race | Unknown |
| Gender | Unknown |
| Age | Unknown |
| Parents | Unknown |
| Nationality | Unknown |
| Citizenship | Unknown |
| Birthplace | Unknown |
