Template:Wand Card
Jump to navigation
Jump to search
Documentation
This is a template for display of wand builds, providing detailed information about wand stats. It is a more detailed version of {{Wand}}
and shares the same set of parameters. The template includes a link to view and edit the wand on the Wand Simulator site.
Some useful resources:
- List of spell names and ids: Special:CargoTables/Spells
- List of wand icons: Category:Wand icons
Example usage
{{Wand Card}}
Result:
WAND
No
1
0.22 s
0.13 s
500
250
1
0.0 DEG
× 1.0
{{Wand Card
| wandName = Wand of Examples
| wandPic =
| shuffle = No
| spellsCast = 1
| castDelay = 0.50
| rechargeTime = 1.00
| manaMax = 300
| manaCharge = 150
| capacity = 12
| spread = -2.00
| speed = 1.2
| alwaysCasts = Homing
| spell1 = Add Mana
| spell2 = Add Mana
| spell3 = Add Mana
| spell4 = Add Mana
| spell5 = Add Mana
| spell6 = Reduce Recharge Time
| spell7 = Reduce Recharge Time
| spell8 = Reduce Recharge Time
| spell9 = Reduce Recharge Time
| spell10 = Divide by 10
| spell11 = Damage Plus
| spell12 = Triplicate Bolt
}}
Result:
WAND OF EXAMPLES
No
1
0.50 s
1.00 s
300
150
12
-2.00 DEG
× 1.2
{{Wand Card
| wandName = Wand of Examples
| wandPic =
| shuffle = No
| spellsCast = 1
| castDelay = 0.50
| rechargeTime = 1.00
| manaMax = 300
| manaCharge = 150
| capacity = 12
| spread = -2.00
| speed = 1.2
| alwaysCasts = Homing
| alwaysCasts2 = Homing
| alwaysCasts3 = Homing
| spell1 = Add Mana
| spell2 = Triplicate Bolt
}}
Result:
WAND OF EXAMPLES
No
1
0.50 s
1.00 s
300
150
12
-2.00 DEG
× 1.2
{{Wand Card
| wandName = Wand of Mobility
| vertical = Yes
| shuffle = No
| spellsCast = 1
| castDelay = 0.50
| rechargeTime = 1.00
| manaMax = 300
| manaCharge = 150
| capacity = 12
| spread = -2.00
| speed = 1.2
| alwaysCasts = Homing
| spell1 = Add Mana
| spell2 = Add Mana
| spell3 = Add Mana
| spell4 = Add Mana
| spell5 = Add Mana
| spell6 = Reduce Recharge Time
| spell7 = Reduce Recharge Time
| spell8 = Reduce Recharge Time
| spell9 = Reduce Recharge Time
| spell10 = Divide by 10
| spell11 = Damage Plus
| spell12 = Triplicate Bolt
}}
Result:
WAND OF MOBILITY
No
1
0.50 s
1.00 s
300
150
12
-2.00 DEG
× 1.2
{{Wand Card
| hideLink = Yes
| wandName = Wand of Ranges
| wandPic = Wand 0413.png
| shuffle = No
| spellsCast = (1 - 26)
| castDelay = (-0.35 - 4)
| rechargeTime = (-0.35 - 35.00)
| manaMax = (1 - 20000)
| manaCharge = (1 - 20000)
| capacity = (1 - 26)
| spread = (-90.00 - 90.00)
| speed = (0.8 - 1.2)
}}
Usage
Custom Always Casts / Spells
Parameters
- All parameters are optional.
- Parameters without a default value are omitted from the output entirely.
- Both templates
{{Wand Card}}
and{{Wand}}
share the same parameter names and they may be used interchangeably. - The numbering of the
spell[X]
entries is to make them unique, and does not affect the order of spells in the wand. Spells will appear in the order they are listed, and blank spells will only appear where there is an empty entry. - Ranges for a value may be displayed by enclosing them in brackets, e.g.:
(0.17 - 0.34)
. Values with ranges will be omitted from the Wand Simulator link url.
Parameter | Default | Description |
---|---|---|
Wand configuration | ||
wandName |
Omitted | The name of the wand. If this field is blank, or missing, the wand name is omitted. [notes 1] |
wandPic |
Wand_0821.png | Specifies the wand image. Must include the filetype extension, e.g.: Wand handgun.png [notes 1]
|
shuffle |
No | Whether or not the wand is a shuffle-type wand. Can be Yes or No. |
spellsCast |
1 | The number of spells cast per cast. |
castDelay |
0.00 | The cast delay between each spell in the wand (in seconds). |
rechargeTime |
0.00 | The recharge delay between each cast (in seconds). |
manaMax |
500 | The maximum mana capacity of the wand. |
manaRecharge |
250 | The mana recharge rate of the wand (in mana per second). |
capacity |
1 | The capacity of the wand. Spell slots numbered greater than this will not be shown. |
spread |
0.0 | The spread of the wand's casts. |
speed |
1 | The speed multiplier of the wand's casts. [notes 1] |
alwaysCasts |
Omitted | The spell that the wand always casts. [notes 1] |
spell1 , spell2 ... spell(n) |
Comprises a list of the case sensitive names of the spells on the wand. The numbering must be unique, but has no effect on spell order - spells will appear on the wand in the order they're listed. However, spells numbered greater than specified wand capacity will not appear. An empty entry in the list produces an empty spell slot.
| |
Template configuration | ||
hideLink |
No | Set to Yes to hide the Wand Simulator link.
|
vertical |
Auto | Set to Yes to always display in a vertical (mobile-friendly) layout format (this is also enabled automatically on screens with width of less than 640px.) Set to No to disable the vertical mode entirely.
|