Template:Infobox: Difference between revisions
Jump to navigation
Jump to search
Negativzr0 (talk | contribs) Created page with "<div class="infobox"> <table class="infobox-table"> <tr> <th colspan="2" class="infobox-title">{{{name|{{PAGENAME}}}}}}</th> </tr> {{#if:{{{image|<noinclude>-</noinclude>}}}| <tr> <td colspan="2" class="infobox-image">{{{image}}}</td> </tr> }} <tr> <th>Occupation</th> <td>{{{occupation|}}}</td> </tr> <tr> <th>Origin</th> <td>{{{origin|}}}</td> </tr> </table> </div>" |
Negativzr0 (talk | contribs) No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div class="infobox"> | <div class="infobox" style="float: right; clear: right; width: 300px; background-color: #f8f9fa; border: 1px solid #a2a9b1; padding: 5px; margin-left: 20px; margin-bottom: 10px; font-size: 90%; font-family: sans-serif;"> | ||
<table | <table style="width: 100%; border-collapse: collapse;"> | ||
<tr> | <tr> | ||
<th colspan="2" | <th colspan="2" style="text-align: center; font-size: 120%; font-weight: bold; background-color: #eaecf0; padding: 5px;">{{{name}}}</th> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<td colspan="2" | <td colspan="2" style="text-align: center; padding: 5px;">{{{image}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<th>Occupation</th> | <th style="text-align: left; width: 35%; padding: 4px; vertical-align: top;">Occupation</th> | ||
<td>{{{occupation | <td style="padding: 4px; vertical-align: top;">{{{occupation}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> | ||
<th>Origin</th> | <th style="text-align: left; width: 35%; padding: 4px; vertical-align: top;">Origin</th> | ||
<td>{{{origin | <td style="padding: 4px; vertical-align: top;">{{{origin}}}</td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
</div> | </div> | ||
Latest revision as of 21:27, 21 August 2026
| {{{name}}} | |
|---|---|
| {{{image}}} | |
| Occupation | {{{occupation}}} |
| Origin | {{{origin}}} |