Difference between revisions of "Template:ClassInfobox"
From EncyclopAtys
CeNobiteElf (talk | contribs) m |
CeNobiteElf (talk | contribs) m |
||
| Line 1: | Line 1: | ||
| + | {| class="infobox" border="0" style="width:100%" | ||
| + | |- | ||
| + | {{#if: {{{image|}}} | ! style="width:125px;" rowspan="4" {{!}} [[image:{{{image}}}|left|125px]] |}} | ||
| + | ! align="left" | '''{{{Race}}}''' | ||
| + | ! style="width:100%" | <!-- pushes the captions to the left --> | ||
| + | {{#if: {{{Locale|}}} | {{!}}- | ||
| + | !align="left" {{!}} '''Locale:''' | ||
| + | {{!}} {{{Locale|}}} | }} | ||
| + | {{#if: {{{Faction|}}} | {{!}}- | ||
| + | !align="left" {{!}} '''Faction:''' | ||
| + | {{!}} {{{Faction}}} | }} | ||
| + | |- | ||
| + | ! align="left" | '''Description:''' | ||
| + | | {{{Description}}} | ||
| + | |}<noinclude> | ||
| + | ==Usage== | ||
| + | <pre> | ||
| + | {{ClassInfoBox | ||
| + | |image= | ||
| + | |race= | ||
| + | |Locale= | ||
| + | |Faction= | ||
| + | |Description= | ||
| + | }} | ||
| + | </pre> | ||
| + | [[Category: Infobox templates|ClassInfoBox]] | ||
| + | |||
| + | <!-- | ||
| + | Old template for future reference | ||
| + | |||
{| class="infobox" style="width:100%" | {| class="infobox" style="width:100%" | ||
|- class="hiddenStructure{{{image|}}}" | |- class="hiddenStructure{{{image|}}}" | ||
| Line 14: | Line 44: | ||
|}<noinclude> | |}<noinclude> | ||
[[Category: Infobox templates|ClassInfoBox]] | [[Category: Infobox templates|ClassInfoBox]] | ||
| + | </noinclude> --> | ||
</noinclude> | </noinclude> | ||
Revision as of 16:32, 19 March 2010
| {{{Race}}} |
|
|---|---|
| Description: | {{{Description}}} |
Usage
{{ClassInfoBox
|image=
|race=
|Locale=
|Faction=
|Description=
}}