Template:Secondary skill: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(42 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{| | <includeonly>{| cellpadding=0 cellspacing=0 style="background-color:#{{Red 4}}; border-color:rgba(0,0,0,0); text-align:center; width:350px; margin-left: 16px; float:{{{float|right}}};" | ||
|- | |- | ||
| | ! colspan=3 style="background-color:#{{Red 1}}A0!important; height:25px;" | <span style="color:white;">{{{name|{{PAGENAME}}}}}</span> | ||
| | |- | ||
| style="padding-left:4px; padding-bottom:8px; padding-top:8px" | [[file:{{{B_image|Basic {{PAGENAME}}}}} large.png]] | |||
| align=left valign=top style="font-size:90%; padding-left:4px; padding-bottom:8px; padding-right:4px; padding-top:8px" | '''Basic {{{name|{{PAGENAME}}}}}:''' {{{B_effect|}}} | |||
|- | |- | ||
| | | style="padding-left:4px; padding-bottom:8px" | [[file:{{{A_image|Advanced {{PAGENAME}}}}} large.png]] | ||
| | | align=left valign=top style="font-size:90%; padding-left:4px; padding-bottom:8px; padding-right:4px" | '''Advanced {{{name|{{PAGENAME}}}}}:''' {{{A_effect|}}} | ||
|- | |- | ||
| | | style="padding-left:4px; padding-bottom:8px" | [[file:{{{E_image|Expert {{PAGENAME}}}}} large.png]] | ||
| | | align=left valign=top style="font-size:90%; padding-left:4px; padding-bottom:8px; padding-right:4px" | '''Expert {{{name|{{PAGENAME}}}}}:''' {{{E_effect|}}} | ||
|}<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". | ||
<pre> | |||
{{Secondary skill | |||
| B_image = (if not included, uses PAGENAME as secondary skill name) | |||
| A_image = (if not included, uses PAGENAME as secondary skill name) | |||
| E_image = (if not included, uses PAGENAME as secondary skill name) | |||
| B_effect = | | B_effect = | ||
| A_effect = | | A_effect = | ||
| E_effect = | | E_effect = | ||
}}</pre> | }} | ||
</pre> | |||
[[Category: | ==Example== | ||
{{Secondary skill | |||
| B_image = Basic Archery | |||
| A_image = Advanced Archery | |||
| E_image = Expert Archery | |||
| B_effect = increases the damage done by range attacking creatures by 10%. | |||
| A_effect = increases the damage done by range attacking creatures by 25%. | |||
| E_effect = increases the damage done by range attacking creatures by 50%. | |||
}} | |||
[[Category: Hero templates]]</noinclude> |
Latest revision as of 00:03, 21 March 2025
How to use[edit | hide | hide all]
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".
{{Secondary skill | B_image = (if not included, uses PAGENAME as secondary skill name) | A_image = (if not included, uses PAGENAME as secondary skill name) | E_image = (if not included, uses PAGENAME as secondary skill name) | B_effect = | A_effect = | E_effect = }}