Difference between revisions of "Template:GearList/Shield"

From SpiralKnights

Jump to: navigation, search
m (created)
 
m
Line 43: Line 43:
 
|<span style="display: none;">999</span>
 
|<span style="display: none;">999</span>
 
}}
 
}}
 +
 +
|style="background: #114255; padding: 0px 0px 0px 0px; border-radius: 5px;" |
  
 
|style="background: #8F9EA8; color: #000000; padding: 0px 0px 0px 0px; border-radius: 5px;" | {{#if:{{{health|}}}
 
|style="background: #8F9EA8; color: #000000; padding: 0px 0px 0px 0px; border-radius: 5px;" | {{#if:{{{health|}}}

Revision as of 03:05, 17 June 2015

[edit] [purge] Template documentation

Usage

This template is part of the Gear List System.

This template should be used to organize shield items into a sortable list with other shields. Use in junction with Template:GearList/Shield/Start.

Code

{{GearList/Shield
| name      = 
| health    =
| normal    = 
| piercing  = 
| elemental = 
| shadow    = 
| curse     = 
| fire      = 
| freeze    = 
| poison    = 
| shock     = 
| sleep     = 
| stun      = 
| ability 1 = 
| ability 2 = 
| ability 3 = 
| penalty 1 = 
| penalty 2 = 
| penalty 3 = 
}}

Examples

{{GearList/Shield
| name      = Grey Owlite Shield
| health    = 7.12
| normal    = 5.05
| elemental = 6.13
| fire      = yes
| shock     = yes
}}

Notes

For general entry:

  • Please add new items to the bottom of the list. This is because the list is ordered by Date of Release when in default.
  • If items are released at the same time, just group them together alphabetically, then add 'em all to the bottom of the established list.

For defense data entry:

  • WikiTool-DefenseBars.png

For status weakness and resistance data entry:

  • Shield status resistance bars are simply always full. So just say yes for the parameters the shield uses.

For ability entry:

  • Please only use parameters that apply to the item. For example, if the item does not have any poison resistance or weakness, leave out | poison = entirely.
  • If the item has no abilities or penalties, don't include any ability 1 or penalty 1 parameters, and so on. Several parts of the template use #if: conditions for these parameters.
Personal tools