|
|
| (7 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| <div class="infobox vcard" style="width: 22em; border: 1px solid #aaa; border-collapse: collapse; margin: 10px; float: right; background: #f9f9f9;">
| | {{#invoke:InfoboxPosition|infobox}} |
| <table style="width: 100%; border: none;">
| |
| <!-- Name and Image -->
| |
| <tr>
| |
| <th colspan="2" style="background: #e9e9e9; text-align: center; font-size: 16px; padding: 5px;">{{#if: {{{name|}}} | {{{name}}} | {{PAGENAME}}}}</th>
| |
| </tr>
| |
| <tr>
| |
| <td colspan="2" style="text-align: center;">
| |
| {{#if: {{{image|}}}
| |
| | [[File:{{{image}}}|thumb|200px|center]]}}
| |
| </td>
| |
| </tr>
| |
| {{#if: {{{caption|}}}
| |
| | <tr>
| |
| <td colspan="2" style="align: center; text-align: center; font-style: italic;">{{{caption}}}</td>
| |
| </tr>
| |
| }}
| |
| | |
| <!-- Holder Name -->
| |
| {{#if: {{{holder|}}}
| |
| | <tr>
| |
| <th colspan="2" style="background: #e9e9e9; text-align: center; font-size: 13px; padding: 5px;">{{{holder}}}</th>
| |
| </tr>
| |
| }}
| |
| {{#if: {{{time|}}} |
| |
| <tr>
| |
| <td style="text-align: center; font-size: 11px;">{{{time}}}</td>
| |
| | |
| </tr>
| |
| }}
| |
| <tr>
| |
| <th colspan="2" style="background: #e9e9e9; text-align: center; font-size: 14px; padding: 5px;"> Official Information</th>
| |
| </tr>
| |
| | |
| {{#if: {{{style|}}}
| |
| | <tr>
| |
| <th style="text-align: left;">style</th>
| |
| <td>{{{style}}}</td>
| |
| </tr>
| |
| }}
| |
| {{#if: {{{type|}}}
| |
| | <tr>
| |
| <th style="text-align: left;">Type</th>
| |
| <td>{{{type}}}</td>
| |
| </tr>
| |
| }}
| |
| {{#if: {{{abbreviation|}}}
| |
| | <tr>
| |
| <th style="text-align: left;">Abbreviation</th>
| |
| <td>{{{abbreviation}}}</td>
| |
| </tr>
| |
| }}
| |
| {{#if: {{{member_of|}}}
| |
| | <tr>
| |
| <th style="text-align: left;">Member of</th>
| |
| <td>{{{member_of}}}</td>
| |
| </tr>
| |
| }}
| |
| {{#if: {{{office_l|}}}
| |
| | <tr>
| |
| <th style="text-align: left;">Office</th>
| |
| <td>{{{office_l}}}</td>
| |
| </tr>
| |
| }}
| |
| {{#if: {{{appointer|}}}
| |
| | <tr>
| |
| <th style="text-align: left;">Appointer</th>
| |
| <td>{{{appointer}}}</td>
| |
| </tr>
| |
| }}
| |
| {{#if: {{{first_holder|}}}
| |
| | <tr>
| |
| <th style="text-align: left;">First holder</th>
| |
| <td>{{{first_holder}}}</td>
| |
| </tr>
| |
| }}
| |
| {{#if: {{{succession|}}}
| |
| | <tr>
| |
| <th style="text-align: left;">Succession</th>
| |
| <td>{{{succession}}}</td>
| |
| </tr>
| |
| }}
| |
| {{#if: {{{salary|}}}
| |
| | <tr>
| |
| <th style="text-align: left;">Salary</th>
| |
| <td>{{{salary}}}</td>
| |
| </tr>
| |
| }}
| |
| {{#if: {{{known_for|}}}
| |
| | <tr>
| |
| <th style="text-align: left;">Known for</th>
| |
| <td>{{{known_for}}}</td>
| |
| </tr>
| |
| }}
| |
| {{#if: {{{notable_works|}}}
| |
| | <tr>
| |
| <th style="text-align: left;">Notable works</th>
| |
| <td>{{{notable_works}}}</td>
| |
| </tr>
| |
| }}
| |
| {{#if: {{{website|}}}
| |
| | <tr>
| |
| <th style="text-align: left;">Website</th>
| |
| <td>{{{website}}}</td>
| |
| </tr>
| |
| }}
| |
| </table>
| |
| </div>
| |
| <noinclude> | | <noinclude> |
| {{Infobox Position | | {{Infobox Position |
| | name = CEO | | | name = Minister of Finance |
| | image = Example_Image.jpg | | | image = example.jpg |
| | caption = Example caption Text | | | caption = Official portrait |
| | holder = Example Position | | | holder = John Doe |
| | time = Example Time | | | time = 2020–present |
| | predecessor = Previous Officeholder
| | | style = Executive |
| | successor = Next Officeholder
| | | type = Government position |
| | office2 = Second Position
| | | office = Ministry of Finance |
| | term_start2 = January 1, 1961 | | | salary = $50,000 |
| | term_end2 = December 31, 1970 | | | website = https://example.com |
| | predecessor2 = Previous Second Position | |
| | successor2 = Next Second Position
| |
| | office3 = Third Position
| |
| | term_start3 = January 1, 1971
| |
| | term_end3 = December 31, 1980
| |
| | predecessor3 = Previous Third Position
| |
| | successor3 = Next Third Position
| |
| | birth_date = January 1, 1930
| |
| | birth_place = Example City, Example Country
| |
| | death_date = January 1, 1990
| |
| | death_place = Example City, Example Country
| |
| | nationality = Example Nationality
| |
| | occupation = Example Occupation
| |
| | alma_mater = Example University
| |
| | children = Number of Children
| |
| | spouse = Example Spouse | |
| | notable_works = Example Work 1, Example Work 2
| |
| | awards = Example Award 1, Example Award 2
| |
| | website = www.example.com | |
| }} | | }} |
| </noinclude> | | </noinclude> |