|
|
| Line 1: |
Line 1: |
| <noinclude>
| | {| class="infobox" style="width:23em; font-size:90%; border:2px solid #444; background-color:#f9f9f9; float:right; margin:0 0 1em 1em;" |
| == Infobox Fear Royal ==
| |
| Use this template for royal family members.
| |
| | |
| Example usage:
| |
| <pre>
| |
| {{Infobox Fear Royal
| |
| | title = Princess of the Western Isles
| |
| | name = Princess Elara Fear
| |
| | image = Example.jpg
| |
| | birth_date = 7th Dawn of Frostfall, 512 A.R.
| |
| | birth_place = Castle Fear, Oleryben
| |
| | death_date = 10th Embermoon, 590 A.R.
| |
| | consort = Lord Kael Ardent
| |
| | father = King Edrin Fear
| |
| | mother = Queen Selene Fear
| |
| | issue = Prince Thalen Fear
| |
| | birthelement = Water
| |
| | chosenelement = Spirit
| |
| }}
| |
| </pre>
| |
| </noinclude>
| |
| | |
| <includeonly>
| |
| {| class="infobox" style="width:260px; border:1px solid #aaa; background:#f9f8fb; float:right; margin:0 0 1em 1em; font-size:90%; border-collapse:collapse;" | |
| |- | | |- |
| ! style="background:#4b0082; color:#fff; text-align:center; padding:6px; font-size:110%;" | {{{title|Infobox Fear Royal}}} | | ! colspan="2" style="background-color:#5a2d82; color:white; text-align:center; font-size:110%; padding:4px;" | {{{name|{{PAGENAME}}}}} |
| {{#if:{{{image|}}}|
| |
| |- | | |- |
| | style="text-align:center; padding:6px;" | [[File:{{{image}}}|220px|center|{{{name}}}]] | | | colspan="2" style="text-align:center; font-style:italic; padding:2px;" | {{{title|}}} |
| }}
| |
| {{#if:{{{name|}}}|
| |
| |- | | |- |
| | style="padding:4px;" | '''Name:''' {{{name}}} | | | colspan="2" style="text-align:center;" | [[File:{{{image|Placeholder.png}}}|250px|center|{{{name|}}}]] |
| }}
| |
| {{#if:{{{birth_date|}}}{{{birth_place|}}}|
| |
| |- | | |- |
| | style="padding:4px;" | '''Born:''' {{#if:{{{birth_date|}}}|{{{birth_date}}}}}{{#if:{{{birth_place|}}}| in {{{birth_place}}}}}
| | ! Born |
| }}
| | | {{{birth_date|}}}<br />{{{birth_place|}}} |
| {{#if:{{{death_date|}}}|
| |
| |- | | |- |
| | style="padding:4px;" | '''Died:''' {{{death_date}}} | | ! Died |
| }}
| | | {{{death_date|}}} |
| {{#if:{{{consort|}}}|
| |
| |- | | |- |
| | style="padding:4px;" | '''Consort:''' {{{consort}}} | | ! Consort |
| }}
| | | {{{consort|}}} |
| {{#if:{{{father|}}}|
| |
| |- | | |- |
| | style="padding:4px;" | '''Father:''' {{{father}}} | | ! Father |
| }}
| | | {{{father|}}} |
| {{#if:{{{mother|}}}|
| |
| |- | | |- |
| | style="padding:4px;" | '''Mother:''' {{{mother}}} | | ! Mother |
| }}
| | | {{{mother|}}} |
| {{#if:{{{issue|}}}|
| |
| |- | | |- |
| | style="padding:4px;" | '''Issue:''' {{{issue}}} | | ! Issue |
| }}
| | | {{{issue|}}} |
| {{#if:{{{birthelement|}}}|
| | ! Birth Element |
| |-
| | | {{{birthelement|}}} |
| | style="padding:4px;" | '''Birth Element:''' {{{birthelement}}} | | ! Chosen Element |
| }}
| | | {{{element|}}} |
| {{#if:{{{chosenelement|}}}|
| |
| |-
| |
| | style="padding:4px;" | '''Choice Element:''' {{{chosenelement}}} | |
| }} | |
| |} | | |} |
| </includeonly>
| |