Template:InfoboxCharacter: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
{| class="wikitable" style="float: right; clear: right; width: 300px; border: 8px solid #000000; outline: 2px solid #000000; outline-offset: 3px; background: #f9f9f9; font-size: 90%; margin: 8px 8px 1em 1em;" | {| class="wikitable" style="float: right; clear: right; width: 300px; border: 8px solid #000000; outline: 2px solid #000000; outline-offset: 3px; background: #f9f9f9; font-size: 90%; margin: 8px 8px 1em 1em; border-collapse: collapse;" | ||
|- | |- | ||
! colspan="2" style="background: #002366; color: white; font-size: 120%; font-weight: bold; text-align: center; padding: 8px;" | Personnel Profile | ! colspan="2" style="background: #002366; color: white; font-size: 120%; font-weight: bold; text-align: center; padding: 8px;" | Personnel Profile | ||
| Line 14: | Line 14: | ||
|- | |- | ||
! colspan="2" style="background: #002366; color: white; font-weight: bold; text-align: center; padding: 6px; font-size: 110%;" | Status | ! colspan="2" style="background: #002366; color: white; font-weight: bold; text-align: center; padding: 6px; font-size: 110%;" | Status | ||
|- | |||
|- style="display: var(-- | | colspan="2" style="padding: 0; border: none;" | | ||
<div style="display: flex; flex-direction: column;"> | |||
<div style="display: flex; border-bottom: 1px solid #ccc; max-height: var(--h-{{{born|}}}); overflow: hidden;"> | |||
<div style="width: 35%; font-weight: bold; background: #f2f2f2; padding: 6px; border-right: 1px solid #ccc;">Born</div> | |||
<div style="width: 65%; padding: 6px;">{{{born|}}}</div> | |||
</div> | |||
<div style="display: flex; border-bottom: 1px solid #ccc; max-height: var(--h-{{{died|}}}); overflow: hidden;"> | |||
<div style="width: 35%; font-weight: bold; background: #f2f2f2; padding: 6px; border-right: 1px solid #ccc;">Died</div> | |||
<div style="width: 65%; padding: 6px;">{{{died|}}}</div> | |||
</div> | |||
</div> | |||
|- | |- | ||
! colspan="2" style="background: #002366; color: white; font-weight: bold; text-align: center; padding: 6px; font-size: 110%;" | Career | ! colspan="2" style="background: #002366; color: white; font-weight: bold; text-align: center; padding: 6px; font-size: 110%;" | Career | ||
|- | |||
|- style="display: var(-- | | colspan="2" style="padding: 0; border: none;" | | ||
<div style="display: flex; flex-direction: column;"> | |||
<div style="display: flex; border-bottom: 1px solid #ccc; max-height: var(--h-{{{affiliation|}}}); overflow: hidden;"> | |||
<div style="width: 35%; font-weight: bold; background: #f2f2f2; padding: 6px; border-right: 1px solid #ccc;">Affiliation</div> | |||
<div style="width: 65%; padding: 6px;">{{{affiliation|}}}</div> | |||
</div> | |||
<div style="display: flex; border-bottom: 1px solid #ccc; max-height: var(--h-{{{Rank|}}}); overflow: hidden;"> | |||
<div style="width: 35%; font-weight: bold; background: #f2f2f2; padding: 6px; border-right: 1px solid #ccc;">Rank</div> | |||
<div style="width: 65%; padding: 6px;">{{{Rank|}}}</div> | |||
</div> | |||
<div style="display: flex; border-bottom: 1px solid #ccc; max-height: var(--h-{{{titles|}}}); overflow: hidden;"> | |||
<div style="width: 35%; font-weight: bold; background: #f2f2f2; padding: 6px; border-right: 1px solid #ccc;">Titles</div> | |||
<div style="width: 65%; padding: 6px;">{{{titles|}}}</div> | |||
</div> | |||
</div> | |||
|- | |- | ||
! colspan="2" style="background: #002366; color: white; font-weight: bold; text-align: center; padding: 6px; font-size: 110%;" | Family | ! colspan="2" style="background: #002366; color: white; font-weight: bold; text-align: center; padding: 6px; font-size: 110%;" | Family | ||
|- | |||
|- style="display: var(-- | | colspan="2" style="padding: 0; border: none;" | | ||
<div style="display: flex; flex-direction: column;"> | |||
<div style="display: flex; border-bottom: 1px solid #ccc; max-height: var(--h-{{{Parents|}}}); overflow: hidden;"> | |||
<div style="width: 35%; font-weight: bold; background: #f2f2f2; padding: 6px; border-right: 1px solid #ccc;">Parents</div> | |||
<div style="width: 65%; padding: 6px;">{{{Parents|}}}</div> | |||
</div> | |||
<div style="display: flex; border-bottom: 1px solid #ccc; max-height: var(--h-{{{Siblings|}}}); overflow: hidden;"> | |||
<div style="width: 35%; font-weight: bold; background: #f2f2f2; padding: 6px; border-right: 1px solid #ccc;">Siblings</div> | |||
<div style="width: 65%; padding: 6px;">{{{Siblings|}}}</div> | |||
</div> | |||
<div style="display: flex; border-bottom: 1px solid #ccc; max-height: var(--h-{{{Spouse|}}}); overflow: hidden;"> | |||
<div style="width: 35%; font-weight: bold; background: #f2f2f2; padding: 6px; border-right: 1px solid #ccc;">Spouse</div> | |||
<div style="width: 65%; padding: 6px;">{{{Spouse|}}}</div> | |||
</div> | |||
<div style="display: flex; border-bottom: 1px solid #ccc; max-height: var(--h-{{{Children|}}}); overflow: hidden;"> | |||
<div style="width: 35%; font-weight: bold; background: #f2f2f2; padding: 6px; border-right: 1px solid #ccc;">Children</div> | |||
<div style="width: 65%; padding: 6px;">{{{Children|}}}</div> | |||
</div> | |||
</div> | |||
|} | |} | ||
<noinclude> | <noinclude> | ||
Revision as of 22:36, 3 July 2026
| Personnel Profile | |
|---|---|
| InfoboxCharacter | |
| Status | |
|
| |
| Career | |
|
| |
| Family | |
|
|