Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Character

Template page
Revision as of 17:35, 3 August 2025 by Chase Shepard (talk | contribs)

{{#vardefine:character_name|}} {{#vardefine:character_party|}} {{#vardefine:character_office|None}} {{#vardefine:character_state|}} {{#vardefine:character_terms|0}} {{#vardefine:character_influence|50}}

{{#var:character_name}}

Character Information
Full Name {{#var:character_name}}
Political Party [[Party:{{#var:character_party}}|{{#var:character_party}}]]
Current Office {{#var:character_office}}
State/District {{#var:character_state}}
Terms Served {{#var:character_terms}}
Influence Score {{#var:character_influence}}/100
Status Active


{{#var:character_name}} is a {{{party}}} politician currently not holding office .

Biography

Biography information needed.

Political Positions

Political positions to be added.

Legislative Record

Legislative record to be documented.

Electoral History

Electoral history to be added.

Relationships

Political relationships and alliances to be documented.

Notes

[[Has party::{{{party}}}]] Has office::None [[Has state::{{{state}}}]] Has terms::0 Has influence::50 Has status::Active [[Category:{{{party}}} Politicians]]


<style> .character-infobox {

 float: right;
 width: 300px;
 border: 1px solid var(--border-color-base, #ccc);
 padding: 10px;
 margin: 0 0 10px 10px;
 background: var(--background-color-neutral-subtle, #f9f9f9);
 color: var(--color-base, #000);
 border-radius: 4px;

}

@media (prefers-color-scheme: dark) {

 .character-infobox {
   background: var(--background-color-neutral-subtle, #2a2a2a);
   border-color: var(--border-color-base, #555);
   color: var(--color-base, #fff);
 }

}

/* Citizen skin dark mode variables */ .skin-citizen-dark .character-infobox {

 background: var(--background-color-neutral-subtle, #2a2a2a);
 border-color: var(--border-color-base, #555);
 color: var(--color-base, #fff);

}

.character-infobox .wikitable {

 background: transparent !important;
 color: inherit !important;

}

.character-infobox .wikitable th {

 background: var(--background-color-neutral, rgba(255,255,255,0.1)) !important;
 color: inherit !important;

}

.skin-citizen-dark .character-infobox .wikitable th {

 background: var(--background-color-neutral, rgba(255,255,255,0.1)) !important;

} </style>


Template Usage

Copy and paste this template onto character pages:

{{Character
|name=Full Name
|party=Political Party Name
|office=Current Office (Senator, Representative, Governor, etc.)
|state=State or District
|terms=Number of terms served
|influence=Influence score (1-100)
|status=Active/Retired/Deceased
|image=filename.jpg (optional)
|biography=Character background and history
|positions=Key political positions and ideology
|record=Notable bills sponsored or voted on
|elections=Electoral history and campaigns
|relationships=Political allies and rivals
|notes=Additional notes
}}

Example

{{#vardefine:character_name|Sarah Mitchell}} {{#vardefine:character_party|Progressive Alliance}} {{#vardefine:character_office|Senator}} {{#vardefine:character_state|New California}} {{#vardefine:character_terms|2}} {{#vardefine:character_influence|75}}

{{#var:character_name}}

Character Information
Full Name {{#var:character_name}}
Political Party [[Party:{{#var:character_party}}|{{#var:character_party}}]]
Current Office {{#var:character_office}}
State/District {{#var:character_state}}
Terms Served {{#var:character_terms}}
Influence Score {{#var:character_influence}}/100
Status Active


{{#var:character_name}} is a Progressive Alliance politician Senator representing New California.

Biography

Born in 2045, Senator Mitchell grew up during the Climate Transition era and has been a leading voice on environmental policy.

Political Positions

Supports universal basic income, renewable energy expansion, and democratic socialism.

Legislative Record

Sponsored the Clean Energy Acceleration Act of 2079.

Electoral History

Won senate seat in 2076 with 58% of the vote, re-elected in 2082 with 62%.

Relationships

Close ally of Governor Chen, frequent sparring partner with Senator Rodriguez.

Notes

Has party::Progressive Alliance Has office::Senator Has state::New California Has terms::2 Has influence::75 Has status::Active

<style> .character-infobox {

 float: right;
 width: 300px;
 border: 1px solid var(--border-color-base, #ccc);
 padding: 10px;
 margin: 0 0 10px 10px;
 background: var(--background-color-neutral-subtle, #f9f9f9);
 color: var(--color-base, #000);
 border-radius: 4px;

}

@media (prefers-color-scheme: dark) {

 .character-infobox {
   background: var(--background-color-neutral-subtle, #2a2a2a);
   border-color: var(--border-color-base, #555);
   color: var(--color-base, #fff);
 }

}

/* Citizen skin dark mode variables */ .skin-citizen-dark .character-infobox {

 background: var(--background-color-neutral-subtle, #2a2a2a);
 border-color: var(--border-color-base, #555);
 color: var(--color-base, #fff);

}

.character-infobox .wikitable {

 background: transparent !important;
 color: inherit !important;

}

.character-infobox .wikitable th {

 background: var(--background-color-neutral, rgba(255,255,255,0.1)) !important;
 color: inherit !important;

}

.skin-citizen-dark .character-infobox .wikitable th {

 background: var(--background-color-neutral, rgba(255,255,255,0.1)) !important;

} </style>