Template:Infobox Fear Royal: Difference between revisions

From Kingdom of Oleryben
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<noinclude>
{| class="infobox" style="width: 250px; font-size: 90%; border-collapse: collapse; margin: 0 auto; background-color: #f9f9f9; border: 1px solid #aaa;"
== Usage ==
|-
Example:
! colspan="2" style="background-color:#4b0082; color:white; text-align:center; font-weight:bold;" | {{{title|Infobox Fear Royal}}}
<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:8px; font-size:110%;" | {{{title|Infobox Fear Royal}}}
{{#if:{{{image|}}}|
{{#if: {{{image|}}} |
| colspan="2" style="text-align:center;" | [[File:{{{image}}}|250px]]
|-
|-
| style="text-align:center; padding:8px;" | [[File:{{{image}}}|220px|center]]
}}
}}
{{#if: {{{name|}}} |
{{#if:{{{name|}}}|
! Name
| {{{name}}}
|-
|-
| style="padding:6px;" | '''Name:''' {{{name}}}
}}
}}
{{#if: {{{birth_date|}}}{{{birth_place|}}} |
{{#if:{{{birth_date|}}}{{{birth_place|}}}|
! Born
| {{#if:{{{birth_date|}}}|{{{birth_date}}}}}{{#if:{{{birth_place|}}}|, {{{birth_place}}}}}
|-
|-
| style="padding:6px;" | '''Born:''' {{{birth_date}}}<br/>{{{birth_place}}}
}}
}}
{{#if: {{{death_date|}}} |
{{#if:{{{death_date|}}}|
! Died
| {{{death_date}}}
|-
|-
| style="padding:6px;" | '''Died:''' {{{death_date}}}
}}
}}
{{#if: {{{consort|}}} |
{{#if:{{{consort|}}}|
! Consort
| {{{consort}}}
|-
|-
| style="padding:6px;" | '''Consort:''' {{{consort}}}
}}
}}
{{#if: {{{father|}}} |
{{#if:{{{father|}}}|
! Father
| {{{father}}}
|-
|-
| style="padding:6px;" | '''Father:''' {{{father}}}
}}
}}
{{#if: {{{mother|}}} |
{{#if:{{{mother|}}}|
! Mother
| {{{mother}}}
|-
|-
| style="padding:6px;" | '''Mother:''' {{{mother}}}
}}
}}
{{#if: {{{issue|}}} |
{{#if:{{{issue|}}}|
! Issue
| {{{issue}}}
|-
|-
| style="padding:6px;" | '''Issue:''' {{{issue}}}
}}
}}
{{#if: {{{birthelement|}}} |
{{#if:{{{birthelement|}}}|
! Birth Element
| {{{birthelement}}}
|-
|-
| style="padding:6px;" | '''Birth Element:''' {{{birthelement}}}
}}
}}
{{#if: {{{chosenelement|}}} |
{{#if:{{{chosenelement|}}}|
! Choice Element
| {{{chosenelement}}}
|-
|-
| style="padding:6px;" | '''Chosen Element:''' {{{chosenelement}}}
}}
}}
|}
|}
</includeonly>

Revision as of 18:49, 26 October 2025

colspan="2" style="text-align:center;" {{{name}}} {{{death_date}}} {{{consort}}} {{{father}}} {{{mother}}} {{{issue}}} {{{birthelement}}} {{{chosenelement}}}
Infobox Fear Royal