Template:Infobox: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<div class="infobox"> <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| <div class="infobox-image">[[File:{{{image}}}|300px]]</div>}} <table>{{#if:{{{param1|}}}|<tr> <th>Parameter 1</th> <td>{{{param1}}}</td> </tr>}}{{#if:{{{param2|}}}|<tr> <th>Parameter 2</th> <td>{{{param2}}}</td> </tr>}}{{#if:{{{param3|}}}|<tr> <th>Parameter 3</th> <td>{{{param3}}}</td> </tr>}}{{#if:{{{param4|}}}|<tr> <th>Parameter 4</th> <td>...") |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
<div class=" | <table class="infobox biography vcard"> | ||
<div class=" | <tr> | ||
<div class="infobox-image"> | <th colspan="2" class="infobox-above" style="font-size:125%;"> | ||
< | <div class="honorific-prefix" style="font-size: 77%; font-weight: normal; display:inline;"><i>honorific_prefix</i></div> | ||
<br> | |||
<div class="fn" style="display:inline"><i>name</i></div> | |||
</tr> | <br> | ||
<div class="honorific-suffix" style="font-size: 77%; font-weight: normal; display:inline;"><i>honorific_suffix</i></div> | |||
</th> | |||
</tr> | </tr> | ||
<tr> | |||
<td colspan="2" class="infobox-subheader" style="font-size:125%; font-weight:bold;"> | |||
</tr> | <div class="nickname" lang="''native_name_lang''"><i>native_name</i></div> | ||
</td> | |||
</tr> | |||
</tr> | <tr> | ||
<td colspan="2" class="infobox-image"> | |||
<a href="/wiki/File:Example_image_not_to_be_used_in_article_namespace.jpg" class="image"><img alt="alt" src="//upload.wikimedia.org/wikipedia/commons/thumb/7/79/Example_image_not_to_be_used_in_article_namespace.jpg/220px-Example_image_not_to_be_used_in_article_namespace.jpg" decoding="async" srcset="//upload.wikimedia.org/wikipedia/commons/7/79/Example_image_not_to_be_used_in_article_namespace.jpg 1.5x" data-file-width="275" data-file-height="297" width="220" height="238"></a> | |||
</tr> | <div class="infobox-caption"><i>caption</i></div> | ||
</div> | </td> | ||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Pronunciation</th> | |||
<td class="infobox-data"><i>pronunciation</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Born</th> | |||
<td class="infobox-data"> | |||
<div style="display:inline" class="nickname"><i>birth_name</i></div> | |||
<br><i>birth_date</i><br> | |||
<div style="display:inline" class="birthplace"><i>birth_place</i></div> | |||
</td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Disappeared</th> | |||
<td class="infobox-data"><i>disappeared_date</i><br><i>disappeared_place</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Status</th> | |||
<td class="infobox-data"><i>disappeared_status</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Died</th> | |||
<td class="infobox-data"> | |||
<i>death_date</i><br> | |||
<div style="display:inline" class="deathplace"><i>death_place</i></div> | |||
</td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Cause of death</th> | |||
<td class="infobox-data"><i>death_cause</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Body discovered</th> | |||
<td class="infobox-data"><i>body_discovered</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Resting place</th> | |||
<td class="infobox-data label"><i>resting_place</i><br><i>resting_place_coordinates</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Monuments</th> | |||
<td class="infobox-data"><i>monuments</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Nationality</th> | |||
<td class="infobox-data category"><i>nationality</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Other names</th> | |||
<td class="infobox-data nickname"><i>other_names</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Siglum</th> | |||
<td class="infobox-data"><i>siglum</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Citizenship</th> | |||
<td class="infobox-data category"><i>citizenship</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Education</th> | |||
<td class="infobox-data"><i>education</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Alma mater</th> | |||
<td class="infobox-data"><i>alma_mater</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Occupation</th> | |||
<td class="infobox-data role"><i>occupation</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Years active</th> | |||
<td class="infobox-data"><i>years_active</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Era</th> | |||
<td class="infobox-data category"><i>era</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Employer</th> | |||
<td class="infobox-data org"><i>employer</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Organization</th> | |||
<td class="infobox-data org"><i>organization</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Agent</th> | |||
<td class="infobox-data agent"><i>agent</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Known for</th> | |||
<td class="infobox-data"><i>known_for</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label"><span style="white-space:nowrap;">Notable work</span></th> | |||
<td class="infobox-data"><i>notable_works</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Style</th> | |||
<td class="infobox-data category"><i>style</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Height</th> | |||
<td class="infobox-data"><i>height</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Television</th> | |||
<td class="infobox-data"><i>television</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Title</th> | |||
<td class="infobox-data title"><i>title</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Term</th> | |||
<td class="infobox-data"><i>term</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Predecessor</th> | |||
<td class="infobox-data"><i>predecessor</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Successor</th> | |||
<td class="infobox-data"><i>successor</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Political party</th> | |||
<td class="infobox-data org"><i>party</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Other political<br>affiliations</th> | |||
<td class="infobox-data org"><i>otherparty</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Movement</th> | |||
<td class="infobox-data category"><i>movement</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Opponent</th> | |||
<td class="infobox-data"><i>opponents</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Board member of</th> | |||
<td class="infobox-data"><i>boards</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Criminal charges</th> | |||
<td class="infobox-data"><i>criminal_charges</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Criminal penalty</th> | |||
<td class="infobox-data"><i>criminal_penalty</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Criminal status</th> | |||
<td class="infobox-data category"><i>criminal_status</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Spouse</th> | |||
<td class="infobox-data"><i>spouse</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Partner</th> | |||
<td class="infobox-data"><i>partner</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Children</th> | |||
<td class="infobox-data"><i>children</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Parent</th> | |||
<td class="infobox-data"><i>parents</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Relatives</th> | |||
<td class="infobox-data"><i>relatives</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Family</th> | |||
<td class="infobox-data"><i>family</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Call sign</th> | |||
<td class="infobox-data"><i>callsign</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Awards</th> | |||
<td class="infobox-data"><i>awards</i></td> | |||
</tr> | |||
<tr> | |||
<td colspan="2" class="infobox-full-data"><i>module</i></td> | |||
</tr> | |||
<tr> | |||
<td colspan="2" class="infobox-full-data"><i>module2</i></td> | |||
</tr> | |||
<tr> | |||
<td colspan="2" class="infobox-full-data"><i>module3</i></td> | |||
</tr> | |||
<tr> | |||
<td colspan="2" class="infobox-full-data"><i>module4</i></td> | |||
</tr> | |||
<tr> | |||
<td colspan="2" class="infobox-full-data"><i>module5</i></td> | |||
</tr> | |||
<tr> | |||
<td colspan="2" class="infobox-full-data"><i>module6</i></td> | |||
</tr> | |||
<tr> | |||
<th scope="row" class="infobox-label">Website</th> | |||
<td class="infobox-data"><i>website</i></td> | |||
</tr> | |||
<tr> | |||
<th colspan="2" class="infobox-header">Signature</th> | |||
</tr> | |||
<tr> | |||
<td colspan="2" class="infobox-full-data">signature.jpg</td> | |||
</tr> | |||
<tr> | |||
<th colspan="2" class="infobox-header">Notes</th> | |||
</tr> | |||
<tr> | |||
<td colspan="2" class="infobox-full-data"> | |||
<div style="text-align: left;"><i>footnotes</i></div> | |||
</td> | |||
</tr> | |||
</table> |
Revision as of 10:44, 26 January 2023
honorific_prefix
name
honorific_suffix
|
|
---|---|
native_name
|
|
<a href="/wiki/File:Example_image_not_to_be_used_in_article_namespace.jpg" class="image"><img alt="alt" src="//upload.wikimedia.org/wikipedia/commons/thumb/7/79/Example_image_not_to_be_used_in_article_namespace.jpg/220px-Example_image_not_to_be_used_in_article_namespace.jpg" decoding="async" srcset="//upload.wikimedia.org/wikipedia/commons/7/79/Example_image_not_to_be_used_in_article_namespace.jpg 1.5x" data-file-width="275" data-file-height="297" width="220" height="238"></a> |
|
Pronunciation | pronunciation |
Born |
birth_name
birth_place
|
Disappeared | disappeared_date disappeared_place |
Status | disappeared_status |
Died |
death_date death_place
|
Cause of death | death_cause |
Body discovered | body_discovered |
Resting place | resting_place resting_place_coordinates |
Monuments | monuments |
Nationality | nationality |
Other names | other_names |
Siglum | siglum |
Citizenship | citizenship |
Education | education |
Alma mater | alma_mater |
Occupation | occupation |
Years active | years_active |
Era | era |
Employer | employer |
Organization | organization |
Agent | agent |
Known for | known_for |
Notable work | notable_works |
Style | style |
Height | height |
Television | television |
Title | title |
Term | term |
Predecessor | predecessor |
Successor | successor |
Political party | party |
Other political affiliations |
otherparty |
Movement | movement |
Opponent | opponents |
Board member of | boards |
Criminal charges | criminal_charges |
Criminal penalty | criminal_penalty |
Criminal status | criminal_status |
Spouse | spouse |
Partner | partner |
Children | children |
Parent | parents |
Relatives | relatives |
Family | family |
Call sign | callsign |
Awards | awards |
module | |
module2 | |
module3 | |
module4 | |
module5 | |
module6 | |
Website | website |
Signature | |
signature.jpg | |
Notes | |
footnotes
|