Template:Artifact: Difference between revisions
Jump to navigation
Jump to search
(test3) |
m (Formatting) |
||
(95 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
{| | <includeonly>{| cellpadding=3 cellspacing=0 style="background: #{{artifact 3}}; border:1px solid; border-color:rgba(0,0,0,0); float:{{{float|right}}}; margin-left: 5px; margin-right: 5px;" | ||
! colspan=3 | ! colspan=3 style="background:#{{artifact 1}}; heigth: 25px;" | {{{<span style="">name|<span style="">{{PAGENAME}}}}} | ||
|- | |- | ||
| rowspan= | | rowspan=3 valign=middle align=middle | [[File:Artifact {{{name|{{PAGENAME}}}}}{{{ext|.gif}}}|{{{name|{{PAGENAME}}}}}]] | ||
! align=left style="width: 40px;" | [[Artifact#Class|<span style="">Class:</span>]] | |||
| {{{class|}}} | |||
|- | |- | ||
! align=left | [[Artifact#Slots|<span style="">Slot:</span>]] | |||
| {{{slot|}}} | |||
|- | |- | ||
! align=left | [[Artifact#Cost|<span style="">Cost:</span>]] | |||
| | | {{{cost|}}} {{G}} | ||
|- style="font-size:90%" | |||
| colspan=3 style="width: 125px;" | '''Effect:''' {{{effect|}}} | |||
|} | |||
<div style="display:flex; padding-right:1em; background-color: papayawhip;"> | |||
{| style="left; border:1px solid; border-color:rgba(0,0,0,0); color:darkolivegreen; padding-left:10px; font-size:90%; width:fit-content;" | |||
| style="align:center; width: 60px; image-rendering:pixelated;"|[[File:{{{name|{{PAGENAME}}}}}_artifact{{{ext|.gif}}}]] || ''{{{event|}}} | |||
|} | |||
</div> | |||
'''{{{name|{{PAGENAME}}}}}''' is a [[:Category:{{{class}}} artifacts|{{{class}}} class]] artifact equipped in the {{{slot}}} slot.</includeonly><noinclude> | |||
== How to use == | == 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". | This template is designed to use only in artifact pages (e.g [[Charm of Mana]]). 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 | |||
| class = | | class = | ||
| slot = | | slot = | ||
Line 25: | Line 32: | ||
|} | |} | ||
==Example== | |||
{{Artifact | |||
| name = Angel Wings | |||
| class = relic | |||
| slot = shoulders | |||
| cost = 20000 | |||
| event = Not really wanting to know where the Angel is who belongs to these wings, you take them and quickly depart. | |||
| effect = Worn about the shoulders, these wings allow you to fly. | |||
}} | |||
== See also == | |||
[[Category: | * [[:Template:Combination artifact]] | ||
* [[:Template:Treasure artifacts]] | |||
[[Category: Artifact templates]]</noinclude> |
Revision as of 22:10, 3 May 2024
How to use
This template is designed to use only in artifact pages (e.g Charm of Mana). 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 | class = | slot = | cost = | effect = }} |
Example
colspan=3 style="background:#Template:Artifact 1; heigth: 25px;" | Artifact | ||
---|---|---|
Class: | relic | |
Slot: | shoulders | |
Cost: | 20000 | |
Effect: Worn about the shoulders, these wings allow you to fly. |
Not really wanting to know where the Angel is who belongs to these wings, you take them and quickly depart. |
Angel Wings is a relic class artifact equipped in the shoulders slot.