Template:Artifact: Difference between revisions

From Heroes 3 wiki
Jump to navigation Jump to search
mNo edit summary
(trying to make empty parameter work as a {{PAGENAME}})
Line 1: Line 1:
{| align=right border=1 cellpadding=3 cellspacing=0 style="background-color: #D2B48C; border: 1px solid"
{| class="wikitable" align=right
| colspan=4 bgcolor=9B7350 | '''{{PAGENAME}}'''
! colspan=3 width=260px | {{PAGENAME}}
|-
|-
| rowspan=4 | [[Image:Artifact {{{name|{{PAGENAME}}}}}.gif|44px]]
| rowspan=4 width=80px align=center | [[Image:Artifact {{{1|{{{name|{{PAGENAME}}}}}}}}.gif|44px|{{PAGENAME}}]]
            | '''Class:''' {{{class|[[List_of_artifacts_sorted_by_class|classes]]}}}
| width=80px| '''Class:'''     || [[List_of_artifacts_sorted_by_class|{{{2|{{{class|classes}}}}}}]]
|-
|-
             | '''Slot:''' {{{slot|[[Artifact|slots]]}}}
             | '''Slot:'''     || [[Artifact|{{{3|{{{slot|slots}}}}}}]]
|-
|-
             | '''Base cost:''' {{{cost|-}}} {{Gold}}
             | '''Base cost:''' || [[Gold|{{{4|{{{cost|–}}}}}}]] {{Gold}}
|-
|-
             | '''Effect:''' {{{effect|[[List_of_artifacts_sorted_by_equip_slot|effects]]}}}
             | '''Effect:'''   || [[List_of_artifacts_sorted_by_equip_slot|{{{5|{{{effect|effects}}}}}}]]
|}<noinclude>
|}<noinclude>


Line 15: Line 15:
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".  
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
|<pre>{{Artifact
  | name  = {{PAGENAME}}
  | name  = {{PAGENAME}}
  | class  =  
  | class  =  
Line 23: Line 23:
  | effect =  
  | effect =  
}}</pre>
}}</pre>
|}
'''or'''
Change names with appropriate values:
{|
|<pre>{{Artifact||class|slot|cost|effect}}</pre>
|}
|}


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

Revision as of 18:09, 4 March 2014

Artifact
Artifact Class: classes
Slot: slots
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||class|slot|cost|effect}}