|
|
| (6 intermediate revisions by 2 users not shown) |
| Line 1: |
Line 1: |
| <div class="infobox" style="width: 22em; border: 1px solid #aaa; border-collapse: collapse; margin: 10px; float: right; background: #f9f9f9;">
| | {| class="infobox" style="float:right; width:300px; border:1px solid #aaa; font-size:90%; text-align:left; background-color:#f9f9f9;" |
| <table style="width: 100%; border: none;">
| | |+ Party Information |
| <tr>
| | |- |
| <th colspan="2" style="background: #e9e9e9; text-align: center;">{{{name}}}</th>
| | ! Name |
| </tr>
| | | {{{name|}}} |
| <tr>
| | |- |
| <td colspan="2" style="text-align: center;">
| | ! Logo |
| {{#if: {{{logo|}}}
| | | [[{{{logo|}}}|{{{logo_size|200px}}}]] |
| | [[File:{{{logo}}}|thumb|150px|center]] }}
| | |- |
| </td>
| | ! Native name |
| </tr>
| | | {{{native_name|}}} |
| {{#if: {{{caption|}}}
| | |- |
| | <tr>
| | ! Abbreviation |
| <td colspan="2" style="align: center; text-align: center; font-style: italic;">{{{caption}}}</td>
| | | {{{abbreviation|}}} |
| </tr>
| | |- |
| }}
| | ! Flag |
| {{#if: {{{leader|}}}
| | | [[{{{flag|}}}|{{{flag_size|150px}}}]] |
| | <tr>
| | |- |
| <th style="text-align: left;">Leader</th>
| | ! Color code |
| <td>{{{leader}}}</td>
| | | {{{colorcode|}}} |
| </tr>
| | |- |
| }}
| | ! Founder |
| {{#if: {{{founded|}}}
| | | {{{founder|}}} |
| | <tr>
| | |- |
| <th style="text-align: left;">Founded</th>
| | ! Founded |
| <td>{{{founded}}}</td>
| | | {{{founded|}}} |
| </tr>
| | |- |
| }}
| | ! Dissolved |
| {{#if: {{{headquarters|}}}
| | | {{{dissolved|}}} |
| | <tr>
| | |- |
| <th style="text-align: left;">Headquarters</th>
| | ! Headquarters |
| <td>{{{headquarters}}}</td>
| | | {{{headquarters|}}} |
| </tr>
| | |- |
| }}
| | ! Ideology |
| {{#if: {{{membership|}}}
| | | {{{ideology|}}} |
| | <tr>
| | |- |
| <th style="text-align: left;">Membership</th>
| | ! Position |
| <td>{{{membership}}}</td>
| | | {{{position|}}} |
| </tr>
| | |- |
| }}
| | ! Colors |
| {{#if: {{{ideology|}}}
| | | {{{colors|}}} |
| | <tr>
| | |- |
| <th style="text-align: left;">Ideology</th>
| | ! Membership |
| <td>{{{ideology}}}</td>
| | | {{{membership|}}} |
| </tr>
| | |- |
| }}
| | ! Seats in national legislature |
| {{#if: {{{position|}}}
| | | {{{seats_in_national_legislature|}}} |
| | <tr>
| | |- |
| <th style="text-align: left;">Political Position</th>
| | ! Symbol |
| <td>{{{position}}}</td>
| | | {{{symbol|}}} |
| </tr>
| | |- |
| }}
| | ! Website |
| {{#if: {{{colors|}}}
| | | [{{{website|}}} official website] |
| | <tr>
| | |- |
| <th style="text-align: left;">Colors</th>
| | ! Country |
| <td>{{{colors}}}</td>
| | | {{{country|}}} |
| </tr>
| | |} |
| }}
| |
| {{#if: {{{international_affiliations|}}}
| |
| | <tr>
| |
| <th style="text-align: left;">International Affiliations</th>
| |
| <td>{{{international_affiliations}}}</td>
| |
| </tr>
| |
| }}
| |
| {{#if: {{{website|}}}
| |
| | <tr>
| |
| <th style="text-align: left;">Website</th>
| |
| <td>[{{{website}}} Official website]</td>
| |
| </tr>
| |
| }}
| |
| </table>
| |
| </div>
| |
| <noinclude>
| |
| {{Infobox political party
| |
| | party_name = Example Party | |
| | logo = Example_Party_Logo.png
| |
| | caption = Example Party logo
| |
| | leader = Example Leader
| |
| | founded = January 1, 2000
| |
| | headquarters = Example City, Country
| |
| | membership = 10,000 | |
| | ideology = Example Ideology | |
| | position = Center-left
| |
| | colors = Red and Blue | |
| | international_affiliations = Example International Group
| |
| | website = https://www.exampleparty.org
| |
| }} </noinclude>
| |