Template:Infobox Race: Difference between revisions

From Elemental - Official Wiki
Jump to navigation Jump to search
(Created page with "<includeonly> <table class="infobox" style="width:270px; border:1px solid #aaa; background:#f9f9f9; padding:5px; text-align:left;"> <tr> <th colspan="2" style="text-align:center; font-family: Georgia, serif; font-variant: small-caps;font-size:195%; background:#000000; color: #b78507;padding:8px;"> {{{name|{{PAGENAME}}}}}</th> </tr> {{#if:{{{image|}}}|<tr> <td colspan="2" style="text-align:center;...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
     <table class="infobox"
     <table class="infobox"
         style="width:270px; border:1px solid #aaa; background:#f9f9f9; padding:5px; text-align:left;">
         style="width:270px; border:1px solid #aaa; background:#f9f9f9; padding:5px; text-align:left;clear: right; float: right;">
         <tr>
         <tr>
             <th colspan="2" style="text-align:center; font-family: Georgia, serif; font-variant: small-caps;font-size:195%; background:#000000; color: #b78507;padding:8px;">
             <th colspan="2" style="text-align:center; font-family: Georgia, serif; font-variant: small-caps;font-size:195%; background:#000000; color: #b78507;padding:8px;">
Line 8: Line 8:
         {{#if:{{{image|}}}|<tr>
         {{#if:{{{image|}}}|<tr>
             <td colspan="2" style="text-align:center; padding:8px;">{{{image}}}</td>
             <td colspan="2" style="text-align:center; padding:8px;">{{{image}}}</td>
        </tr>}}
        {{#if:{{{title|}}}|<tr>
            <th style="width:35%; background:#000000; color: #b78507;font-family: Georgia, serif; font-variant: small-caps; padding:4px;">Title</th>
            <td style="padding:4px;">{{{title}}}</td>
         </tr>}}
         </tr>}}
         {{#if:{{{aka|}}}|<tr>
         {{#if:{{{aka|}}}|<tr>
Line 19: Line 15:
         {{#if:{{{creator|}}}|<tr>
         {{#if:{{{creator|}}}|<tr>
             <th style="background:#000000; color: #b78507;font-family: Georgia, serif; font-variant: small-caps; padding:4px;">Creator</th>
             <th style="background:#000000; color: #b78507;font-family: Georgia, serif; font-variant: small-caps; padding:4px;">Creator</th>
             <td style="padding:4px;">{{{race}}}</td>
             <td style="padding:4px;">{{{creator}}}</td>
         </tr>}}
         </tr>}}
         {{#if:{{{factions|}}}|<tr>
         {{#if:{{{factions|}}}|<tr>
Line 39: Line 35:
     <pre>
     <pre>
{{Infobox Race
{{Infobox Race
|name        = Race Name
|name        = Quendar
|image      = [[File:Example.png|250px]]
|image      = [[File:Example.png|250px]]
|title      = Quendar
|aka        = Drath
|aka        = Drath
|creator    = Curgen
|creator    = Curgen

Latest revision as of 22:23, 4 February 2026


   == Usage ==
{{Infobox Race
|name        = Quendar
|image       = [[File:Example.png|250px]]
|aka         = Drath
|creator     = Curgen
|factions    = Magnar
|distribution= NorthEast Anthys
|active      = Third Age
}}
   == Parameters ==
Parameter Description
name Race Name (defaults to page name if omitted)
image Portrait of Example (use [[File:Name.png|250px]])
aka Aliases or slurs - e.g., "The Drath"
creator Who made them? Usually Draginol.
factions Associated Factions - Altar, Resoln, Arnor
distribution Where are they usually found?
active Time period - Age of Titans, Age of Heroes, Current Age, etc.
   All parameters are optional. Empty parameters won't display.