Template:Artifact: Difference between revisions

From Heroes 3 wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{| align=left border=1 cellpadding=3 cellspacing=0 style="background-color: #99FF99; border: 1px solid"
{| align=left border=1 cellpadding=3 cellspacing=0 style="background-color: #99FF99; border: 1px solid"
|-
|-
| rowspan=4 | [[Image:{{PAGENAME}}.png|44px]]
| rowspan=4 bgcolor=white | [[Image:{{{name|{{{PAGENAME}}}}}}.png|44px]]
|-  
|-  
| '''Class:''' {{{class|}}}
| '''Class:''' {{{class|}}}
Line 9: Line 9:
| '''Basic cost:''' {{{cost|}}}
| '''Basic cost:''' {{{cost|}}}
|}<noinclude>
|}<noinclude>
== How to use ==
Copy the code below at the beginning of the artifact article, and fill in the missing information. Notice, that the factors below are case sensitive meaning, that "A" is not the same as "a".
{| style="background: transparent;"
| <pre>{{Artifact
| name  = {{PAGENAME}}
| class  =
| cost  =
| effect =
}}</pre>
|}


[[Category:Help templates]]</noinclude>
[[Category:Help templates]]</noinclude>

Revision as of 08:49, 2 September 2013

[[Image:{{{PAGENAME}}}.png|44px]]
Class:
Equipped in:
Basic cost:

How to use

Copy the code below at the beginning of the artifact article, and fill in the missing information. Notice, that the factors below are case sensitive meaning, that "A" is not the same as "a".

{{Artifact
 | name   = {{PAGENAME}}
 | class  = 
 | cost   = 
 | effect = 
}}