Template:Infobox political party: Difference between revisions
Jump to navigation
Jump to search
Tag: Undo |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{| class="infobox" style="width: | {| class="infobox" style="width: 25em; font-size: 90%; line-height: 1.4em;" | ||
|+ | |||
<!-- GENERAL --> | |||
|+ style="font-weight:bold; font-size: 110%; background:#ddd;" | {{#if:{{{name|}}}|{{{name}}}}} | |||
|- | |- | ||
{{#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>}} | ||
| | {{#if:{{{abbreviation|}}}|<tr><th scope="row">Abbreviation</th><td>{{{abbreviation}}}</td></tr>}} | ||
| {{{ | {{#if:{{{country|}}}|<tr><th scope="row">Country</th><td>{{{country}}}</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>}} | ||
| {{{ | |||
<!-- HISTORY --> | |||
| | {{#if:{{{founded|{{{founder|{{{dissolved|{{{reestablished|{{{predecessor|}}}}}}}}}}}}| | ||
| {{{ | <tr><td colspan=2 style="text-align:center; background:#f0f0f0; font-weight:bold;">History</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:{{{dissolved|}}}|<tr><th scope="row">Dissolved</th><td>{{{dissolved}}}</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>}}}} | ||
| | |||
| | |||
| {{{ | |||
| | <!-- POLITICAL --> | ||
{{#if:{{{leader_title1|{{{leader_name1|{{{members|{{{seats_title1|{{{seats1|{{{position|{{{ideology|}}}}}}}}}}}}}}}}}}| | |||
| | <tr><td colspan=2 style="text-align:center; background:#f0f0f0; font-weight:bold;">Political profile</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_title3|}}}|<tr><th scope="row">{{{leader_title3}}}</th><td>{{{leader_name3}}}</td></tr>}} | ||
| | {{#if:{{{members|}}}|<tr><th scope="row">Members</th><td>{{{members}}}</td></tr>}} | ||
{{#if:{{{seats_title1|}}}|<tr><th scope="row">{{{seats_title1}}}</th><td>{{{seats1}}}</td></tr>}} | |||
| | {{#if:{{{seats_title2|}}}|<tr><th scope="row">{{{seats_title2}}}</th><td>{{{seats2}}}</td></tr>}} | ||
| | {{#if:{{{seats_title3|}}}|<tr><th scope="row">{{{seats_title3}}}</th><td>{{{seats3}}}</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>}}}} | ||
| | |||
| | |||
| | |||
| {{{ | |||
| | <!-- SYMBOLS --> | ||
{{#if:{{{colors|{{{slogan|{{{anthem|{{{newspaper|{{{website|}}}}}}}}}}}}| | |||
| | <tr><td colspan=2 style="text-align:center; background:#f0f0f0; font-weight:bold;">Symbols</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:{{{anthem|}}}|<tr><th scope="row">Anthem</th><td>{{{anthem}}}</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>}}}} | |||
| {{{ | |||
| {{{ | |||
| {{{ | |||
|} | |} | ||
</includeonly><noinclude> | </includeonly> | ||
<noinclude> | |||
== Usage == | == Usage == | ||
<pre> | <pre> | ||
{{Infobox political party | {{Infobox political party | ||
| name | | name = Example Party | ||
| native_name | | logo = ExampleLogo.png | ||
| abbreviation | | native_name = Partidul Exemplu | ||
| country | | abbreviation = EP | ||
| headquarters | | country = Utopia | ||
| status | | headquarters = Capital City | ||
| status = Active | |||
| founded = 1990 | |||
| founder = John Doe | |||
| dissolved = | |||
| reestablished = 2005 | |||
| predecessor = Old Utopia Party | |||
| leader_title1 = President | |||
| leader_name1 = Jane Leader | |||
| leader_title2 = Vice President | |||
| leader_name2 = Mark Deputy | |||
| leader_title3 = Secretary | |||
| leader_name3 = Anna Clerk | |||
| | | members = 50,000 | ||
| | | seats_title1 = Parliament | ||
| | | seats1 = 20/100 | ||
| | | seats_title2 = Senate | ||
| | | seats2 = 5/40 | ||
| seats_title3 = Local councils | |||
| seats3 = 300 | |||
| position = Centre-left | |||
| ideology = Social democracy | |||
| position | |||
| ideology | |||
| colors | | colors = Red, White | ||
| | | slogan = Together we rise! | ||
| | | anthem = Song of Unity | ||
| | | newspaper = Utopia Times | ||
| website | | website = https://example.ut | ||
}} | }} | ||
</pre> | </pre> | ||
[[Category:Infobox templates]] | [[Category:Infobox templates]] | ||
</noinclude> | </noinclude> |
Revision as of 19:47, 14 June 2025
Usage
{{Infobox political party | name = Example Party | logo = ExampleLogo.png | native_name = Partidul Exemplu | abbreviation = EP | country = Utopia | headquarters = Capital City | status = Active | founded = 1990 | founder = John Doe | dissolved = | reestablished = 2005 | predecessor = Old Utopia Party | leader_title1 = President | leader_name1 = Jane Leader | leader_title2 = Vice President | leader_name2 = Mark Deputy | leader_title3 = Secretary | leader_name3 = Anna Clerk | members = 50,000 | seats_title1 = Parliament | seats1 = 20/100 | seats_title2 = Senate | seats2 = 5/40 | seats_title3 = Local councils | seats3 = 300 | position = Centre-left | ideology = Social democracy | colors = Red, White | slogan = Together we rise! | anthem = Song of Unity | newspaper = Utopia Times | website = https://example.ut }}