|
Β |
| (One intermediate revision by the same user not shown) |
| Line 1: |
Line 1: |
| <div class="infobox vcard" style="width: 22em; border: 1px solid #FF5722; margin: 10px; float: right; background: #f9f9f9;">
| | {{#invoke:InfoboxPosition|infobox}} |
| Β | | <noinclude> |
| <table style="width:100%; border-collapse: collapse;">
| | {{Infobox Position |
| Β | | | name = Minister of Finance |
| <!-- Title -->
| | | image = example.jpg |
| <tr>
| | | caption = Official portrait |
| <th colspan="2" style="background:#FF5722; color:white; text-align:center; font-size:16px; padding:6px;">
| | | holder = John Doe |
| {{{name|{{PAGENAME}}}}}
| | | time = 2020βpresent |
| </th>
| | | style = Executive |
| </tr>
| | | type = Government position |
| Β | | | office = Ministry of Finance |
| <!-- Image -->
| | | salary = $50,000 |
| {{#if:{{{image|}}}|
| | | website = https://example.com |
| <tr>
| |
| <td colspan="2" style="text-align:center;">
| |
| [[File:{{{image}}}|250px]]
| |
| </td>
| |
| </tr>
| |
| }} | | }} |
| Β | | </noinclude> |
| <!-- Caption -->
| |
| {{#if:{{{caption|}}}|
| |
| <tr>
| |
| <td colspan="2" style="text-align:center; font-style:italic; padding:4px;">
| |
| {{{caption}}}
| |
| </td>
| |
| </tr>
| |
| }}
| |
| Β | |
| <!-- Holder -->
| |
| {{#if:{{{holder|}}}|
| |
| <tr>
| |
| <th colspan="2" style="background:#ff7043; color:white; text-align:center;">
| |
| {{{holder}}}
| |
| </th>
| |
| </tr>
| |
| }}
| |
| Β | |
| <!-- Time -->
| |
| {{#if:{{{time|}}}|
| |
| <tr>
| |
| <td colspan="2" style="text-align:center;">
| |
| {{{time}}}
| |
| </td>
| |
| </tr>
| |
| }}
| |
| Β | |
| <!-- Section header -->
| |
| <tr>
| |
| <th colspan="2" style="background:#FF5722; color:white; text-align:center;">
| |
| Official Information
| |
| </th>
| |
| </tr>
| |
| Β | |
| <!-- Fields -->
| |
| {{#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|}}}|
| |
| <tr><th style="text-align:left;">Office</th><td>{{{office}}}</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> | |