Template:Artifact

From Heroes 3 wiki
Revision as of 22:04, 4 March 2014 by HaxLi (talk | contribs) (test4 {{{3|{{P|slot={{{slot}}}}}|{{P|ac=slots}}}}})
Jump to navigation Jump to search
Artifact
Artifact Class: classes
Slot: [[Artifact|Template:P]]
Base cost: Gold
Effect: effects

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  = 
 | slot   = 
 | cost   = 
 | effect = 
}}

or

Change names with appropriate values:

{{Artifact|name|class|slot|cost|effect}}

Not sure how to make empty name param for default {{PAGENAME}}. Probably it's the old wikimedia version, bcoz #if parameter does not work.