Template:Infobox political party: Difference between revisions

From The Pinched Universe
Jump to navigation Jump to search
Mibu (talk | contribs)
Created page with "<includeonly> {| class="infobox" style="width: 22em; font-size: 90%;" |+ '''{{{name|}}}''' |- ! colspan="2" style="background-color:#ccc;text-align:center;" | General information |- | '''English name''' | {{{name|}}} |- | '''Native name''' | {{{native_name|}}} |- | '''Abbreviation''' | {{{abbreviation|}}} |- | '''Country''' | {{{country|}}} |- | '''Headquarters''' | {{{headquarters|}}} |- | '''Status''' | {{{status|}}} |- ! colspan="2" style="background-color:#ccc;text-..."
 
Mibu (talk | contribs)
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>{{#invoke:Infobox|political party
{| class="infobox" style="width: 22em; font-size: 90%;"
| name             = {{{name|}}}
|+ '''{{{name|}}}'''
| native_name      = {{{native_name|}}}
|-
| abbreviation    = {{{abbreviation|}}}
! colspan="2" style="background-color:#ccc;text-align:center;" | General information
| country          = {{{country|}}}
|-
| headquarters    = {{{headquarters|}}}
| '''English name'''
| status          = {{{status|}}}
| {{{name|}}}
|-
| '''Native name'''
| {{{native_name|}}}
|-
| '''Abbreviation'''
| {{{abbreviation|}}}
|-
| '''Country'''
| {{{country|}}}
|-
| '''Headquarters'''
| {{{headquarters|}}}
|-
| '''Status'''
| {{{status|}}}


|-
| founded          = {{{founded|}}}
! colspan="2" style="background-color:#ccc;text-align:center;" | History
| founder          = {{{founder|}}}
|-
| dissolved        = {{{dissolved|}}}
| '''Founded'''
| reestablished    = {{{reestablished|}}}
| {{{founded|}}}
| predecessor      = {{{predecessor|}}}
|-
| '''Founder'''
| {{{founder|}}}
|-
| '''Dissolved'''
| {{{dissolved|}}}
|-
| '''Reestablished'''
| {{{reestablished|}}}
|-
| '''Predecessor'''
| {{{precursor|}}}


|-
| president        = {{{president|}}}
! colspan="2" style="background-color:#ccc;text-align:center;" | Political profile
| vice_president  = {{{vice_president|}}}
|-
| secretary        = {{{secretary|}}}
| '''President'''
| membership      = {{{membership|}}}
| {{{president|}}}
| parliament_seats = {{{parliament_seats|}}}
|-
| position        = {{{position|}}}
| '''Vice President'''
| ideology        = {{{ideology|}}}
| {{{vice_president|}}}
 
|-
| colors          = {{{colors|}}}
| '''Secretary'''
| newspaper        = {{{newspaper|}}}
| {{{secretary|}}}
| slogan          = {{{slogan|}}}
|-
| anthem          = {{{anthem|}}}
| '''Membership'''
| website          = {{{website|}}}
| {{{membership|}}}
}}</includeonly><noinclude>
|-
This template displays a political party infobox with expandable sections. 
| '''Parliamentary seats'''
It hides any empty fields automatically.
| {{{parliament_seats|}}}
|-
| '''Political position'''
| {{{position|}}}
|-
| '''Ideology'''
| {{{ideology|}}}


|-
! colspan="2" style="background-color:#ccc;text-align:center;" | Symbols and identity
|-
| '''Colors'''
| {{{colors|}}}
|-
| '''Newspaper'''
| {{{newspaper|}}}
|-
| '''Slogan'''
| {{{slogan|}}}
|-
| '''Anthem'''
| {{{anthem|}}}
|-
| '''Website'''
| [{{{website|}}} {{{website|}}}]
|}
</includeonly><noinclude>
== Usage ==
== Usage ==
<pre>
<pre>
{{Infobox political party
{{Infobox political party
| name            = Example Party
| name            = Matza Party
| native_name      = Partidul Exemplu
| native_name      = ?
| abbreviation    = EP
| abbreviation    = MP
| country          = Utopia
| country          = eRepublik
| headquarters    = Capital City
| headquarters    = Republic Square
| status          = Active


| founded          = 2001
| founded          = Jan 1, 2020
| founder          = John Example
| founder          = John Doe
| dissolved        = –
| predecessor      = Old Party
| reestablished    = 2023
| precursor        = Old Unity Front


| president        = Jane Leader
| president        = Jane Doe
| vice_president  = Mark Deputy
| position        = Center-right
| secretary        = Anna Admin
| ideology        = Liberalism
| membership      = 30,000
| parliament_seats = 10/100
| position        = Centre-left
| ideology        = Social democracy


| colors          = Blue and Silver
| colors          = Blue and White
| newspaper        = The Utopian Voice
| slogan          = "Forward!"
| slogan          = Unity and Progress
| website          = https://matza.party
| anthem          = Song of the People
| website          = https://www.exampleparty.ut
}}
}}
</pre>
</pre>

Revision as of 19:38, 14 June 2025

This template displays a political party infobox with expandable sections. It hides any empty fields automatically.

Usage

{{Infobox political party
| name             = Matza Party
| native_name      = ?
| abbreviation     = MP
| country          = eRepublik
| headquarters     = Republic Square

| founded          = Jan 1, 2020
| founder          = John Doe
| predecessor      = Old Party

| president        = Jane Doe
| position         = Center-right
| ideology         = Liberalism

| colors           = Blue and White
| slogan           = "Forward!"
| website          = https://matza.party
}}