Template:Infobox political party: Difference between revisions

From The Pinched Universe
Jump to navigation Jump to search
Mibu (talk | contribs)
No edit summary
Mibu (talk | contribs)
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
{| class="infobox" style="width:25em; font-size:90%; line-height:1.4em;"
{| class="infobox" style="width:25em; font-size:90%; line-height:1.4em; text-align:center;"


|+ style="font-weight:bold; font-size:110%; background:#ddd; text-align:center;" | {{#if:{{{name|}}}|{{{name}}}}}
|+ style="font-weight:bold; font-size:110%; background:#ddd;" | {{#if:{{{name|}}}|{{{name}}}}}


{{#if:{{{native_name|}}}|<tr><td colspan="2" style="text-align:center; font-style:italic; font-size:90%;">{{{native_name}}}</td></tr>}}
|-
{{#if:{{{logo|}}}|<tr><td colspan=2 style="text-align:center;">[[File:{{{logo}}}|200px]]</td></tr>}}


<!-- LOGO -->
|-
{{#if:{{{logo|}}}|<tr><td colspan=2 style="text-align:center;">[[File:{{{logo}}}|200px]]</td></tr>}}
{{#if:{{{native_name|}}}|<tr><th scope="row">Native name</th><td>{{{native_name}}}</td></tr>}}


<!-- GENERAL -->
|-
{{#if:{{{country|}}}{{{abbreviation|}}}{{{headquarters|}}}{{{status|}}}|
<tr><td colspan="2" style="text-align:center; font-weight:bold; background:#eee;">General information</td></tr>
{{#if:{{{country|}}}|<tr><th scope="row">Country</th><td>{{{country}}}</td></tr>}}
{{#if:{{{country|}}}|<tr><th scope="row">Country</th><td>{{{country}}}</td></tr>}}
{{#if:{{{abbreviation|}}}|<tr><th scope="row">Abbreviation</th><td>{{{abbreviation}}}</td></tr>}}
{{#if:{{{abbreviation|}}}|<tr><th scope="row">Abbreviation</th><td>{{{abbreviation}}}</td></tr>}}
|-
{{#if:{{{headquarters|}}}|<tr><th scope="row">Headquarters</th><td>{{{headquarters}}}</td></tr>}}
{{#if:{{{headquarters|}}}|<tr><th scope="row">Headquarters</th><td>{{{headquarters}}}</td></tr>}}
{{#if:{{{status|}}}|<tr><th scope="row">Status</th><td>{{{status}}}</td></tr>}}
{{#if:{{{status|}}}|<tr><th scope="row">Status</th><td>{{{status}}}</td></tr>}}
}


<!-- HISTORY -->
|-
{{#if:{{{founded|}}}{{{founder|}}}{{{dissolved|}}}{{{reestablished|}}}{{{predecessor|}}}|
<tr><td colspan="2" style="text-align:center; font-weight:bold; background:#eee;">History</td></tr>
{{#if:{{{founded|}}}|<tr><th scope="row">Founded</th><td>{{{founded}}}</td></tr>}}
{{#if:{{{founded|}}}|<tr><th scope="row">Founded</th><td>{{{founded}}}</td></tr>}}
{{#if:{{{founder|}}}|<tr><th scope="row">Founder</th><td>{{{founder}}}</td></tr>}}
{{#if:{{{founder|}}}|<tr><th scope="row">Founder</th><td>{{{founder}}}</td></tr>}}
Line 26: Line 24:
{{#if:{{{reestablished|}}}|<tr><th scope="row">Reestablished</th><td>{{{reestablished}}}</td></tr>}}
{{#if:{{{reestablished|}}}|<tr><th scope="row">Reestablished</th><td>{{{reestablished}}}</td></tr>}}
{{#if:{{{predecessor|}}}|<tr><th scope="row">Predecessor</th><td>{{{predecessor}}}</td></tr>}}
{{#if:{{{predecessor|}}}|<tr><th scope="row">Predecessor</th><td>{{{predecessor}}}</td></tr>}}
}


<!-- POLITICAL -->
|-
{{#if:{{{leader_title1|}}}{{{leader_name1|}}}{{{members|}}}{{{seats_title1|}}}{{{seats1|}}}{{{position|}}}{{{ideology|}}}|  
{{#if:{{{leader_title1|}}}{{{leader_name1|}}}{{{members|}}}{{{seats_title1|}}}{{{seats1|}}}{{{position|}}}{{{ideology|}}}|<tr><td colspan="2" style="text-align:center; font-weight:bold; background:#eee;">Political profile</td></tr>
<tr><td colspan="2" style="text-align:center; font-weight:bold; background:#eee;">Political profile</td></tr>
{{#if:{{{leader_title1|}}}|<tr><th scope="row">{{{leader_title1}}}</th><td>{{{leader_name1}}}</td></tr>}}
{{#if:{{{leader_title1|}}}|<tr><th scope="row">{{{leader_title1}}}</th><td>{{{leader_name1}}}</td></tr>}}
{{#if:{{{leader_title2|}}}|<tr><th scope="row">{{{leader_title2}}}</th><td>{{{leader_name2}}}</td></tr>}}
{{#if:{{{leader_title2|}}}|<tr><th scope="row">{{{leader_title2}}}</th><td>{{{leader_name2}}}</td></tr>}}
Line 40: Line 36:
{{#if:{{{position|}}}|<tr><th scope="row">Political position</th><td>{{{position}}}</td></tr>}}
{{#if:{{{position|}}}|<tr><th scope="row">Political position</th><td>{{{position}}}</td></tr>}}
{{#if:{{{ideology|}}}|<tr><th scope="row">Ideology</th><td>{{{ideology}}}</td></tr>}}
{{#if:{{{ideology|}}}|<tr><th scope="row">Ideology</th><td>{{{ideology}}}</td></tr>}}
}
}}


<!-- SYMBOLS -->
|-
{{#if:{{{colors|}}}{{{slogan|}}}{{{anthem|}}}{{{newspaper|}}}{{{website|}}}|  
{{#if:{{{colors|}}}{{{slogan|}}}{{{anthem|}}}{{{newspaper|}}}{{{website|}}}|<tr><td colspan="2" style="text-align:center; font-weight:bold; background:#eee;">Symbols</td></tr>
<tr><td colspan="2" style="text-align:center; font-weight:bold; background:#eee;">Symbols</td></tr>
{{#if:{{{colors|}}}|<tr><th scope="row">Colors</th><td>{{{colors}}}</td></tr>}}
{{#if:{{{colors|}}}|<tr><th scope="row">Colors</th><td>{{{colors}}}</td></tr>}}
{{#if:{{{slogan|}}}|<tr><th scope="row">Slogan</th><td>{{{slogan}}}</td></tr>}}
{{#if:{{{slogan|}}}|<tr><th scope="row">Slogan</th><td>{{{slogan}}}</td></tr>}}
Line 50: Line 45:
{{#if:{{{newspaper|}}}|<tr><th scope="row">Newspaper</th><td>{{{newspaper}}}</td></tr>}}
{{#if:{{{newspaper|}}}|<tr><th scope="row">Newspaper</th><td>{{{newspaper}}}</td></tr>}}
{{#if:{{{website|}}}|<tr><th scope="row">Website</th><td>[{{{website}}} Official site]</td></tr>}}
{{#if:{{{website|}}}|<tr><th scope="row">Website</th><td>[{{{website}}} Official site]</td></tr>}}
}
}}


|}
|}
Line 61: Line 56:
{{Infobox political party
{{Infobox political party
| name = Blocul Democrat Enădean
| name = Blocul Democrat Enădean
| logo = BlocDemocratEnadean.png
| native_name = Blocul Democrat Enădean (în limba enădeană)
| native_name = Blocul Democrat Enădean (în limba enădeană)
| logo = BlocDemocratEnadean.png
| abbreviation = BDE
| country = Frăția Blocurilor Unite
| country = Frăția Blocurilor Unite
| abbreviation = BDE
| headquarters = Str. Betonului nr. 9, Enada
| headquarters = Str. Betonului nr. 9, Enada
| status = Activ
| status = Activ
Line 73: Line 68:
| predecessor = Grupul Cetățenesc Enădean
| predecessor = Grupul Cetățenesc Enădean


| leader_title1 = President
| leader_title1 = Președinte
| leader_name1 = Irina Găletescu
| leader_name1 = Irina Găletescu
| leader_title2 = Vice President
| leader_title2 = Vicepreședinte
| leader_name2 = Mihai Asfalt
| leader_name2 = Mihai Asfalt
| leader_title3 = Secretary
| leader_title3 = Secretar
| leader_name3 = Elena Mortar
| leader_name3 = Elena Mortar


| members = 4,400
| members = 4.400
| seats_title1 = Șueta
| seats_title1 = Șueta
| seats1 = 14 / 50
| seats1 = 14 / 50
| seats_title2 = Cabinet
| seats_title2 = Cabinet
| seats2 = 2 / 8
| seats2 = 2 / 8
| position = Centre-left
| position = Centru-stânga
| ideology = Urban socialism, Blocism
| ideology = Socialism urban, Blocism


| colors = Blue and gray
| colors = Albastru și gri
| slogan = "For every block, a voice"
| slogan = "Pentru fiecare bloc, o voce"
| anthem = "Imnul Blocurilor"
| anthem = "Imnul Blocurilor"
| newspaper = Blocul În Știri
| newspaper = Blocul În Știri

Revision as of 20:33, 14 June 2025


Usage example

{{Infobox political party
| name = Blocul Democrat Enădean
| logo = BlocDemocratEnadean.png
| native_name = Blocul Democrat Enădean (în limba enădeană)
| abbreviation = BDE
| country = Frăția Blocurilor Unite
| headquarters = Str. Betonului nr. 9, Enada
| status = Activ

| founded = 2019
| founder = Radu Enadeanu
| reestablished = 2024
| predecessor = Grupul Cetățenesc Enădean

| leader_title1 = Președinte
| leader_name1 = Irina Găletescu
| leader_title2 = Vicepreședinte
| leader_name2 = Mihai Asfalt
| leader_title3 = Secretar
| leader_name3 = Elena Mortar

| members = 4.400
| seats_title1 = Șueta
| seats1 = 14 / 50
| seats_title2 = Cabinet
| seats2 = 2 / 8
| position = Centru-stânga
| ideology = Socialism urban, Blocism

| colors = Albastru și gri
| slogan = "Pentru fiecare bloc, o voce"
| anthem = "Imnul Blocurilor"
| newspaper = Blocul În Știri
| website = https://blocdemocratenadean.fbu
}}