Changes

From The Continent Chronicles
Jump to navigationJump to search
Created page with "<noinclude> This is a template for a Ruler. Usage: <pre> {{Country infobox |name= |image= |title= |reign= |predecessor= |successor= |born= |died= }} </pre> </noinclude> {|clas..."
<noinclude>
This is a template for a Ruler.
Usage:
<pre>
{{Country infobox
|name=
|image=
|title=
|reign=
|predecessor=
|successor=
|born=
|died=
}}
</pre>
</noinclude>
{|class=infobox width=300px
|colspan=2 style="font-size:15px;text-align:center;"|'''{{{name}}}'''
|-
|colspan=2 style="text-align:center"|[[File:{{{image}}}|280px|frameless|center]]
|-
!colspan=2 style="background:#3c51a0;color:#fff;text-align:center"|Political details
|-
|'''Title'''||style="width:70%"|{{{title}}}
|-
|'''Reign'''||{{{reign}}}
|-
{{#if: {{{predecessor|}}}
|<tr><td>'''Predecessor'''</td><td>{{{predecessor}}}</td></tr>}}
|-
{{#if: {{{successor|}}}
|<tr><td>'''Successor'''</td><td>{{{successor}}}</td></tr>}}
|-
!colspan=2 style="background:#3c51a0;color:#fff;text-align:center"|Personal details
|-
|'''Born'''||{{{born}}}
|-
{{#if: {{{died|}}}
|<tr><td>'''Died'''</td><td>{{{died}}}</td></tr>}}
|}

<includeonly>
[[Category:Country]]
</includeonly>

Navigation menu