Template:Artifact: Difference between revisions
Jump to navigation
Jump to search
m (giveup with empty parameters as default values) |
(Returned to previous version with colors.) |
||
Line 1: | Line 1: | ||
{| | {| align=right border=1 cellpadding=3 cellspacing=0 style="background-color: #D2B48C; border: 1px solid" | ||
| colspan=4 bgcolor=9B7350 | '''{{PAGENAME}}''' | |||
|- | |- | ||
| rowspan= | | rowspan=3 | [[Image:Artifact {{{name|{{PAGENAME}}}}}.gif|44px]] | ||
| '''Class:''' {{{class|}}} | |||
|- | |- | ||
| ''' | | '''Equipped in:''' {{{equip|}}} | ||
|- | |- | ||
| ''' | | '''Basic cost:''' {{{cost|}}} {{Gold}} | ||
|}<noinclude> | |}<noinclude> | ||
Line 15: | Line 13: | ||
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 | |||
| name = {{PAGENAME}} | | name = {{PAGENAME}} | ||
| class = | | class = | ||
| | | equip = | ||
| cost = | | cost = | ||
| effect = | | effect = | ||
Line 25: | Line 23: | ||
|} | |} | ||
[[Category:Help templates|Artifact]]</noinclude> | [[Category:Help templates|Artifact]]</noinclude> |
Revision as of 08:26, 5 March 2014
Artifact | |||
File:Artifact Artifact.gif | 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 = | equip = | cost = | effect = }} |