Template:Bushido Move

Template:Bushido Move is designed for use on Bushido move pages to standardize their look and feel.

Template

{{Bushido Moves
|icon=
|manacost=
|minimumskill=
|duration=
|areaofeffect=
|description=
}}

Parameters

icon

  • Usage: Mandatory
  • Description: The icon parameter takes a string denoting the name of an image of the icon associated with the move. This is used to generate the move icon displayed in the upper-right corner of the main table.
  • Valid Value(s): Any string that corresponds to a valid image on UOGuide.

manacost

  • Usage: Mandatory
  • Description: The manacost parameter takes a number denoting the standard amount of available mana required to perform the move. This is used to generate the contents of the "Mana Cost" row in the main table.
  • Valid Value(s): Any whole number.

minimumskill

  • Usage: Mandatory
  • Description: The minimumskill parameter takes a number denoting the minimum required skill to have any chance whatsoever of performing the move. This is used to generate the contents of the "Minimum Skill" row in the main table.
  • Valid Value(s): Any decimal number.

duration

  • Usage: Mandatory
  • Description: The duration parameter takes a string or strings denoting the duration of the move once it is initiated. This is used to generate the contents of the "Duration" row in the main table.
  • Valid Value(s): Any string or strings.

areaofeffect

  • Usage: Mandatory
  • Description: The areaofeffect parameter takes a string or strings denoting the target, targets, or area around the player that is affected by the move. This is used to generate the contents of the "Area of Effect" row in the main table.
  • Valid Value(s): Any string or strings.

description

  • Usage: Mandatory
  • Description: The description parameter takes a string or strings denoting a general description of the move and its effects. This is used to generate the contents of the "Description" row in the main table.
  • Valid Value(s): Any string or strings.