Template:Infobox Race: Difference between revisions
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 |
||
| 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>}} | </tr>}} | ||
{{#if:{{{aka|}}}|<tr> | {{#if:{{{aka|}}}|<tr> | ||
| Line 39: | Line 35: | ||
<pre> | <pre> | ||
{{Infobox Race | {{Infobox Race | ||
|name = | |name = Quendar | ||
|image = [[File:Example.png|250px]] | |image = [[File:Example.png|250px]] | ||
|aka = Drath | |aka = Drath | ||
|creator = Curgen | |creator = Curgen | ||
Revision as of 22:04, 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.