(Created page with "{{#vardefine:character_name|{{{name|}}}}} {{#vardefine:character_party|{{{party|}}}}} {{#vardefine:character_office|{{{office|None}}}}} {{#vardefine:character_state|{{{state|}}}}} {{#vardefine:character_terms|{{{terms|0}}}}} {{#vardefine:character_influence|{{{influence|50}}}}} <div class="character-infobox" style="float: right; width: 300px; border: 1px solid #ccc; padding: 10px; margin: 0 0 10px 10px; background: #f9f9f9;"> === {{#var:character_name}} === {| class="...") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | |||
{| class="infobox" style="float: right; width: 300px; margin: 0 0 15px 15px;" | |||
|- | |||
! colspan="2" style="text-align: center; font-size: 1.2em;" | {{{name}}} | |||
{ | |||
|- | |- | ||
! colspan="2" style="background: | ! colspan="2" style="text-align: center; background: rgba(0,0,0,0.1);" | Character Information | ||
|- | |- | ||
| '''Full Name''' || {{ | | '''Full Name''' || {{{name}}} | ||
|- | |- | ||
| '''Political Party''' || [[Party:{{ | | '''Political Party''' || [[Party:{{{party}}}|{{{party}}}]] | ||
|- | |- | ||
| '''Current Office''' || {{ | | '''Current Office''' || {{{office|None}}} | ||
|- | |- | ||
| '''State/District''' || {{ | | '''State/District''' || {{{state|Unknown}}} | ||
|- | |- | ||
| '''Terms Served''' || {{ | | '''Terms Served''' || {{{terms|0}}} | ||
|- | |- | ||
| '''Influence Score''' || {{ | | '''Influence Score''' || {{{influence|50}}}/100 | ||
|- | |- | ||
| '''Status''' || {{{status|Active}}} | | '''Status''' || {{{status|Active}}} | ||
|} | |} | ||
{{ | '''{{{name}}}''' is a {{{party}}} politician {{#if:{{{office|}}}|serving as {{{office}}}|currently not holding office}}{{#if:{{{state|}}}| representing {{{state}}}}}. | ||
== Biography == | == Biography == | ||
Line 50: | Line 38: | ||
{{{relationships|''Political relationships and alliances to be documented.''}}} | {{{relationships|''Political relationships and alliances to be documented.''}}} | ||
{{#if:{{{notes|}}}| | |||
== Notes == | == Notes == | ||
{{{notes | {{{notes}}} | ||
}} | |||
<!-- Semantic MediaWiki Properties --> | <!-- Semantic MediaWiki Properties --> | ||
[[Has party::{{{party}}}]] | [[Has party::{{{party}}}]] | ||
[[Has office::{{{office|None}}}]] | [[Has office::{{{office|None}}}]] | ||
[[Has state::{{{state}}}]] | [[Has state::{{{state|Unknown}}}]] | ||
[[Has terms::{{{terms|0}}}]] | [[Has terms::{{{terms|0}}}]] | ||
[[Has influence::{{{influence|50}}}]] | [[Has influence::{{{influence|50}}}]] | ||
Line 67: | Line 57: | ||
{{#if:{{{state|}}}|[[Category:{{{state}}} Politicians]]}} | {{#if:{{{state|}}}|[[Category:{{{state}}} Politicians]]}} | ||
< | </includeonly> | ||