Deprecated: Use of MediaWiki\Skin\Skin::appendSpecialPagesLinkIfAbsent was deprecated in MediaWiki 1.44. [Called from MediaWiki\Skin\Skin::buildSidebar in /home/u764469453/domains/takashimarp.com/public_html/wiki/includes/skins/Skin.php at line 1639] in /home/u764469453/domains/takashimarp.com/public_html/wiki/includes/debug/MWDebug.php on line 386
Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 10:28, 5 September 2025 by Kowaulsky (talk | contribs)


Usage

On a character page, add:

{{Infobox Character
 |name        = John Tanaka
 |image       = Character_JohnTanaka.jpg
 |caption     = Current appearance (2025)
 |status      = CharacterPresent
 |fullname    = John Kenji Tanaka
 |aka         = 
* JT
* Johnny
 |birthdate   = 1995-03-15
 |age         = 
 |gender      = Male
 |nationality = Japanese-American
 |height      = 5'10" (178 cm)
 |weight      = 165 lbs (75 kg)
 |hair        = Black
 |eyes        = Brown
 |birthplace  = Kyoto, Japan
 |occupation  = 
* Software Engineer
* Freelance Web Developer
 |affiliations = 
* TechCorp (employee)
* Photography Club (member)
 |family      = 
* Kenji Tanaka (father)
* Mary Tanaka (mother)
* Lisa Tanaka (sister)
 |relations   = 
* Best friend of [[Characters/Jane Smith]]
* Dating [[Characters/Sarah Wilson]]
 |player      = Kowaulsky
 |firstappearance = 2025-08-01
}}

Important Notes

Character Status

Use one of the following values for the status parameter:

  • CharacterPresent - Currently active and available
  • CharacterAway - Temporarily absent or traveling
  • CharacterDeceased - Character has died
  • CharacterImprisoned - Currently incarcerated
  • CharacterMissing - Disappeared or whereabouts unknown

Date Formats

  • birthdate: Use ISO format (YYYY-MM-DD) for age calculation. Example: 1995-03-15
  • firstappearance: Use ISO format (YYYY-MM-DD) for consistent display. Example: 2025-08-01

List Format

For fields that support lists (aka, occupation, affiliations, family, relations), use MediaWiki list syntax:

 |field = 
* First item
* Second item
* Third item

The relations field can include links to other characters. Use the AutoLink template or regular MediaWiki links:

  • [[Characters/Jane Smith]]
  • {{AutoLink|type=characters|target=Jane Smith}}

The player field automatically creates links to player pages using the AutoLink template.

This template uses CSS variables that automatically adapt to the Citizen skin's light/dark theme.