Template:NAXPrinceofRimarima: Difference between revisions

From MicrasWiki
Jump to navigationJump to search
(Created page with "<includeonly> {{Infobox |name = NAXPrinceofRimarima |title = {{{title|Prince of Rimarima}}} |image = [[File:{{{image}}}|{{{imagesize|200px}}}]] |caption = {{{caption|}}} |birth_name = {{{birth_name|}}} |birth_date = {{Birth date and age|{{{birth_year|}}}|{{{birth_month|}}}|{{{birth_day|}}}}} |birth_place = {{{birth_place|}}} |reign_start = {{{reign_start|}}} |reign_end = {{{reign_end|}}} |predecessor = {{{predecessor|}}} |successor = {{{successor|}}} |spouse = {{{spouse|...")
 
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
{{Infobox
{| class="infobox" style="width:22em; font-size:90%; text-align:left; border:2px solid #f1bb55; background-color:#ffffff;"
|name = NAXPrinceofRimarima
|- style="text-align:center; background-color:#903d69; color:#f1bb55;"
|title = {{{title|Prince of Rimarima}}}
! colspan="2" | {{{title|Prince of Rimarima}}}
|image = [[File:{{{image}}}|{{{imagesize|200px}}}]]
|- style="text-align:center;"
|caption = {{{caption|}}}
| colspan="2" | [[File:{{{image|Example.jpg}}}|200px]]
|birth_name = {{{birth_name|}}}
|- style="text-align:center; background-color:#f1bb55; color:#ffffff;"
|birth_date = {{Birth date and age|{{{birth_year|}}}|{{{birth_month|}}}|{{{birth_day|}}}}}
| colspan="2" | {{{caption|Prince of Rimarima in 2023}}}
|birth_place = {{{birth_place|}}}
|-
|reign_start = {{{reign_start|}}}
! Birth Name
|reign_end = {{{reign_end|}}}
| {{{birth_name|}}}
|predecessor = {{{predecessor|}}}
|-
|successor = {{{successor|}}}
! Date of Birth
|spouse = {{{spouse|}}}
| {{{birth_date|}}}
|children = {{{children|}}}
|-
|house = {{{house|}}}
! Place of Birth
|father = {{{father|}}}
| {{{birth_place|}}}
|mother = {{{mother|}}}
|-
|religion = {{{religion|}}}
! Reign Start
|titlestyle = background:#903d69; color:#f1bb55; padding:5px;
| {{{reign_start|}}}
|titletextstyle = color:#ffffff;
|-
|belowstyle = background:#903d69; color:#f1bb55;
! Reign End
|datastyle = color:#ffffff; background:#903d69; padding:5px;
| {{{reign_end|}}}
}}
|-
! Predecessor
| {{{predecessor|}}}
|-
! Successor
| {{{successor|}}}
|-
! Spouse
| {{{spouse|}}}
|-
! Children
| {{{children|}}}
|-
! House
| {{{house|}}}
|-
! Father
| {{{father|}}}
|-
! Mother
| {{{mother|}}}
|-
! Religion
| {{{religion|}}}
|-
|}
</includeonly>
</includeonly>
<noinclude>
<noinclude>
{{Documentation subpage}}
This is the "NAXPrinceofRimarima" template.
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
It should be called in the following format:
 
== Usage ==
This template is used to create an infobox for individuals holding the title of "Prince of Rimarima" in Nouvelle Alexandrie. The title field defaults to "Prince of Rimarima", but it can be modified if necessary.
 
The infobox includes fields for the following data:
* title
* image (with caption)
* birth name
* birth date and birth place
* reign start and reign end
* predecessor and successor
* spouse and children
* house (dynasty)
* father and mother
* religion
 
=== Syntax ===
<pre>
<pre>
{{NAXPrinceofRimarima
{{NAXPrinceofRimarima
Line 64: Line 72:
}}
}}
</pre>
</pre>
 
Edit the page to see the template text.
=== Parameters ===
All parameters are optional.
 
* '''title''' - The title of the individual (defaults to "Prince of Rimarima")
* '''image''' - An image of the individual (use the filename only)
* '''caption''' - A caption for the image
* '''birth_name''' - The individual's birth name
* '''birth_date''' - The individual's birth date
* '''birth_place''' - The individual's birth place
* '''reign_start''' - The start of the individual's reign
* '''reign_end''' - The end of the individual's reign
* '''predecessor''' - The predecessor to the individual
* '''successor''' - The individual's successor
* '''spouse''' - The individual's spouse
* '''children''' - The individual's children
* '''house''' - The dynasty the individual is part of
* '''father''' - The individual's father
* '''mother''' - The individual's mother
* '''religion''' - The individual's religion
 
== Examples ==
'''Example 1:'''
<pre>
{{NAXPrinceofRimarima
| image = Example.jpg
| caption = Prince of Rimarima in 2023
| birth_name = John Doe
| birth_date = 1 January 1980
| birth_place = City, Nouvelle Alexandrie
| reign_start = 1 January 2003
| reign_end = present
| predecessor = Jane Doe
| successor =
| spouse = Jane Doe
| children = John Doe Jr., Jane Doe Jr.
| house = House of Doe
| father = John Doe Sr.
| mother = Jane Doe Sr.
| religion = Religion
}}
</pre>
 
[[Category:Infobox templates]]
[[Category:Infobox templates]]
[[Category:Nouvelle Alexandrie templates]]
[[Category:Nouvelle Alexandrie templates]]
[[Category:House of Inti-Carrillo]]
</noinclude>
</noinclude>

Revision as of 04:47, 8 June 2023


This is the "NAXPrinceofRimarima" template. It should be called in the following format:

{{NAXPrinceofRimarima
| title = 
| image = 
| caption = 
| birth_name = 
| birth_date = 
| birth_place = 
| reign_start = 
| reign_end = 
| predecessor = 
| successor = 
| spouse = 
| children = 
| house = 
| father = 
| mother = 
| religion = 
}}

Edit the page to see the template text.