Template:CharInfoH: Difference between revisions
Jump to navigation
Jump to search
imported>Aggelakis (historical) (Remove "File Complete" at the end of the description box. Add it into the description if you want it there.) |
imported>Rugiel (historical) m (Breaking lines) |
||
Line 9: | Line 9: | ||
| align=left style="color:white;" bgcolor="darkblue" colspan=2 | '''{{{name}}}''' {{#if:{{{realname|}}}|({{{realname}}})}} | | align=left style="color:white;" bgcolor="darkblue" colspan=2 | '''{{{name}}}''' {{#if:{{{realname|}}}|({{{realname}}})}} | ||
|- | |- | ||
| rowspan=3 width=2% | {{#if:{{{image|}}}|{{{image}}}|[[Image:CoH Game Icon.png|80px]]}} | | rowspan=3 width=2% valign=top | {{#if:{{{image|}}}|{{{image}}}|[[Image:CoH Game Icon.png|80px]]}} | ||
|| Level {{{level}}} . [[Image:Originicon {{{origin}}}.png|18px]] . [[Image:Archetypeicon {{{archetype}}}.png|18px]] | || Level {{{level}}} . [[Image:Originicon {{{origin}}}.png|18px]] . [[Image:Archetypeicon {{{archetype}}}.png|18px]] | ||
|- | |- | ||
|| [[{{{primary}}}]] / [[{{{secondary}}}]] | || [[{{{primary}}}]] / [[{{{secondary}}}]]<br/> {{#if:{{{epic|}}} | '''[[{{{epic}}}]]'''}} | ||
|- | |- | ||
|| {{#if:{{{pool1|}}}|[[{{{pool1}}}]] }} {{#if:{{{pool2|}}}| • [[{{{pool2}}}]] }} {{#if:{{{pool3|}}}| | || {{#if:{{{pool1|}}}|[[{{{pool1}}}]] }} {{#if:{{{pool2|}}}| • [[{{{pool2}}}]] }} {{#if:{{{pool3|}}}|<br/> [[{{{pool3}}}]] }} {{#if:{{{pool4|}}}| • [[{{{pool4}}}]]}} | ||
|} | |} | ||
</div> | </div> |
Revision as of 13:35, 5 February 2009
{{{name}}} | |
Level {{{level}}} . [[Image:Originicon {{{origin}}}.png|18px]] . [[Image:Archetypeicon {{{archetype}}}.png|18px]] | |
[[{{{primary}}}]] / [[{{{secondary}}}]] | |
Usage
{{CharInfoH | description = (optional) | name = | realname = (optional) | image = | level = | origin = | archetype = | primary = | secondary = | epic = (optional) | pool1 = (optional) | pool2 = (optional) | pool3 = (optional) | pool4 = (optional) }}
All fields are required except those otherwise marked.
Example
{{CharInfoH | description = Write something about your character here. (etc.) | name = Hero Man | realname = John Doe | image = [[Image:Kronos_Class_Titan2.jpg|80px]] | level = 44 | origin = technology | archetype = defender | primary = Radiation Emission | secondary = Dark Blast | epic = Dark Mastery | pool1 = Speed | pool2 = Fitness | pool3 = Leadership | pool4 = }}
Result
Hero Man (John Doe) | |
Level 44 . . | |
Radiation Emission / Dark Blast Dark Mastery | |
Speed • Fitness Leadership |