Difference between revisions of "Template:Infobox-rounded"

From RPC Library
Jump to navigation Jump to search
Line 2: Line 2:
 
{| style="width: 100%;"
 
{| style="width: 100%;"
 
|-
 
|-
|colspan="2" style="min-width: 100%; font-weight:bold; background-color: #595959; color:#fff; border-radius: 5px; font-size: 1.7em; padding: .5em; text-align:center;" | {{#if: {{{name|}}} | {{{name}}} | {{PAGENAME}} }}
+
|colspan="2" style="min-width: 100%; font-weight:bold; background-color: #595959; color:#fff; border-radius: 5px; font-size: 1.7em; padding: .5em; text-align:center; font-variant: small-caps;" | {{#if: {{{name|}}} | {{{name}}} | {{PAGENAME}} }}
 
|-
 
|-
 
{{#if:{{{image<includeonly>|</includeonly>}}} |
 
{{#if:{{{image<includeonly>|</includeonly>}}} |
Line 9: Line 9:
 
}}
 
}}
 
|-
 
|-
!colspan="2" style="font-size:1.5em; text-align:center; background-color:#595959; color: #fff; border-radius: 5px;" {{!}} '''Character Information'''
+
!colspan="2" style="font-size:1.5em; text-align:center; background-color:#595959; color: #fff; border-radius: 5px; font-variant: small-caps;" {{!}} '''Character Information'''
 
|-
 
|-
 
!colspan="2" style="height: .5em;" {{!}} ''' '''
 
!colspan="2" style="height: .5em;" {{!}} ''' '''

Revision as of 02:01, 4 September 2018

Infobox-rounded
Placeholder person.gif
Character Information
Full Name {{{fullname}}}
Nickname(s) {{{nicknames}}}
Race [[:Category:{{{race}}}|{{{race}}}]]
Subrace [[:Category:{{{subrace}}}|{{{subrace}}}]]
Guardian {{{guardian}}}
Birthplace {{{birthplace}}}
Nameday {{{nameday}}}
Tribe [[:Category:{{{tribe}}}|{{{tribe}}}]]
Occupation {{{occupation}}}
Family {{{family}}}


I wanted something simple with rounded corners so I made this infobox with that in mind! Inspiration was taken from the RoeBox infobox!

You can copy the code below to use it in your page.

{{Infobox-rounded
|name = {{PAGENAME}} <!-- The title on your infobox. Defaults to the page name. -->
|image = Templatedefault.png <!-- An image of your character. Defaults to Templatedefault.png. -->
|caption = <!-- A caption for the image if you want to put one in there. -->
|fullname = {{PAGENAME}} <!-- Your character's name. -->
|nicknames = <!-- Any nicknames your character has. -->
|race = <!-- Your character's race (ex: Hyur, Miqo'te, etc.). This will create a category. -->
|subrace = <!-- Your character's subrace (ex: Xaela, Raen, Keeper of the Moon...). This will create a category. -->
|guardian = <!-- Your character's guardian. -->
|birthplace = <!-- Where your character was born. -->
|nameday = <!-- Your character's nameday. -->
|tribe = <!-- Tribal affiliation for Xaela (ex: Dotharl, Qalli, Kha). This will create a category. -->
|occupation = <!-- Your character's occupation. -->
|family = <!-- Any family your character might have. -->
}}

Contributors: Shieke