1. Template
  2. Characters
Printable Version

https://www.forum.werealive.com/wiki_index.php?title=Template:Characters
This page can be used as a building block in other pages.

This page has been seen 237 times.

    • Created by on
      Last updated by on
[div] customid="wa_sidebar" position="sidebar" |
[table]
|-
! colspan="2" style="background: #314883; color: white; font-size: 160%; text-align: center; border-radius: 8px 8px 0 0" ! {{{name}}}
|-
| colspan="2" align="center" | {{{image}}}
|-
! colspan="2" style="background: #314883; color: white; font-size: 120%; text-align: center" ! Details
[if=" {{{fullname|-}}} "]
|-
! style="color: white; width: 45%" ! Full Name:
| {{{fullname}}}
!-[/if]
[if=" {{{nickname|-}}} "]
|-
! style="color: white" ! Nickname:
| {{{nickname}}}
!-[/if]
[if=" {{{group|-}}} "]
|-
! style="color: white" ! Group:
| {{{group}}}
!-[/if]
[if=" {{{actor|-}}} "]
|-
! style="color: white" ! Portrayed by:
| {{{actor}}}
!-[/if]
[if=" {{{debut|-}}} "]
|-
! style="color: white" ! First Appearance:
| {{{debut}}}
!-[/if]
[if=" {{{departure|-}}} "]
|-
! style="color: white" ! Final Appearance:
| {{{departure}}}
!-[/if]
[if=" {{{gender|-}}} "]
|-
! style="color: white" ! Gender:
| {{{gender}}}
!-[/if]
[if=" {{{Date of Birth|-}}} "]
|-
! style="color: white" ! Date of Birth:
| {{{Date of Birth}}}
!-[/if]

[if=" {{{age|-}}} "]
|-
! style="color: white" ! Age:
| {{{age}}}
!-[/if]
[if=" {{{rank|-}}} "]
|-
! style="color: white" ! Rank:
| {{{rank}}}
!-[/if]
[if=" {{{occupation|-}}} "]
|-
! style="color: white" ! Former Occupation:
| {{{occupation}}}
!-[/if]
[if=" {{{residence|-}}} "]
|-
! style="color: white" ! Residence:
| {{{residence}}}
!-[/if]
! colspan="2" style="background: #314883; font-size: 120%; text-align: center;" | [color=white]Background[/color][if=" {{{Talent|}}} "]
|-
! style="color: white" ! Special Talents:
| {{{Talent}}}
!-[/if]
[if=" {{{Spouse|}}} "]
|-
! style="color: white" ! Spouse:
| {{{Spouse}}}
!-[/if]
[if=" {{{Ex-Wife|}}} "]
|-
! style="color: white" ! Ex-Wife:
| {{{Ex-Wife}}}
!-[/if]
[if=" {{{Ex-Husband|}}} "]
|-
! style="color: white" ! Ex-Husband:
| {{{Ex-Husband}}}
!-[/if]
[if=" {{{Romantic|}}} "]
|-
! style="color: white" ! Romantic Partners:
| {{{Romantic}}}
!-[/if]
[if=" {{{parent(s)|}}} "]
|-
! style="color: white" ! Parent(s):
| {{{parent(s)}}}
!-[/if]
[if=" {{{child(ren)|}}} "]
|-
! style="color: white" ! Child(ren):
| {{{child(ren)}}}
!-[/if]
[if=" {{{sibling(s)|}}} "]
|-
! style="color: white" ! Sibling(s):
| {{{sibling(s)}}}
!-[/if]
[if=" {{{grandparent(s)|}}} "]
|-
! style="color: white" ! Grandparent(s):
| {{{grandparent(s)}}}
!-[/if]
[if=" {{{Other|}}} "]
|-
! style="color: white" ! Other:
| {{{Other}}}
!-[/if]
[if=" {{{Status|}}} "]
|-
! style="color: white" ! Current Status:
| [spoiler3]{{{Status}}}[/spoiler3]
!-[/if]
[/table]
[/div]

Usage

Code:
[template]Characters
| name =
| fullname =
| nickname =
| group =
| image =
| actor =
| debut =
| departure =
| gender =
| Date of Birth =
| rank =
| occupation =
| residence =
| Talent =
| Spouse =
| Ex-Wife =
| Ex-Husband =
| Romantic =
| parent(s) =
| child(ren) =
| sibling(s) =
| grandparent(s)=
| other =
| Status =
[/template]