Template:Hero: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{{{notext|'''{{PAGENAME}}''' the [[{{{class}}}]] is a [[hero]] from [[{{{town}}} town]]. | <includeonly>{{{notext|'''{{{name|{{PAGENAME}}}}}''' the [[{{{class}}}]] is a [[hero]] from [[{{{town}}} town]]. | ||
}}}{| cellpadding=0 cellspacing=0 style="background-color:#{{green 3}}; border: 1px solid; width:250px; float:{{{float|right}}}" | }}}{| cellpadding=0 cellspacing=0 style="background-color:#{{green 3}}; border: 1px solid; width:250px; float:{{{float|right}}}" | ||
Line 27: | Line 27: | ||
{{!}} valign=middle colspan=2 {{!}}{{-}}[[{{{skill_2|}}}]] }}} | {{!}} valign=middle colspan=2 {{!}}{{-}}[[{{{skill_2|}}}]] }}} | ||
|}</includeonly><noinclude> | |}</includeonly><noinclude> | ||
== How to use == | == How to use == | ||
Copy the code at the beginning of the creature article, and fill in the missing information. Notice, that the factors below are case sensitive meaning, that "Town" is not the same as "town". | Copy the code at the beginning of the creature article, and fill in the missing information. Notice, that the factors below are case sensitive meaning, that "Town" is not the same as "town". | ||
Line 66: | Line 52: | ||
{| | {| | ||
|<pre> | name = </pre> | |<pre> | name = </pre> | ||
|} | |||
{| style="width:100%" | |||
| This is an example what the page will look like. | |||
|- | |||
| style="border: 1px solid" | {{Hero | |||
| name = Adelaide | |||
| picture = Adelaide | |||
| town = Castle | |||
| class = Cleric | |||
| gender = female | |||
| spieces = human | |||
| specialty = Frost Ring | |||
| s_text = Casts [[Frost Ring]] with increased effect, based on hero level compared to the level of the target unit. | |||
| skill_1 = Advanced Wisdom | |||
| oneskill = | |||
}} | |||
|} | |} | ||
[[Category: Templates|{{PAGENAME}}]]</noinclude> | [[Category: Templates|{{PAGENAME}}]]</noinclude> |
Revision as of 05:47, 28 March 2014
How to use
Copy the code at the beginning of the creature article, and fill in the missing information. Notice, that the factors below are case sensitive meaning, that "Town" is not the same as "town".
{{Hero | town = | class = | gender = | spieces = | specialty = | s_text = | skill_1 = | skill_2 = }} |
If for some reason pictures of hero or specialty does not appear automatically, you can add the following rows:
| picture = | specialty_pic = |
Also, the following lines are available:
| name = |
This is an example what the page will look like. | |||||||||||||||||||||||
Adelaide the Cleric is a hero from Castle town.
|