Template:Character skill row

From Another Eden Wiki

Template:Character skill row/doc

Parameters[edit]

All of String type (except Skills is a list), all optional:

Used directly here[edit]

  • Description => skill description
    • if includes "replaces the basic attack" and Basic parameter is NOT also given then quit without doing anything
  • Style => current style, for db lookups
  • Basic => basic attack
  • Link => skill name

only if Basic given[edit]

  • Skills => set of non-basic attacks, comma-delimited list - search through list to find other skills that would replace the basic one i.e. Aldo

Other parameters[edit]

Variables[edit]

  • cs!count = number of skills that will go in this row (displayed next to the Change icon)
  • cs!idList: stores id values for later
    • if Basic given => stores id values for later, from Released Skills + comma + Link + comma + Unreleased Skills
    • else => stores 1 id value for skill named by Link
  • cs!switchName => if Basic given, "Basic Attack 1", else "Normal"
  • cs!weaponName => weapons that enhance a skill that character has
  • i => id value for mw-customtoggle-i

Additional Notes[edit]

  • If only one skill, passes the parameters through to Template:Character skill row display, except Lunatics, unless Basic is given. However, if Basic is given, this disables skill cycling for all other skills. There is no one set of parameters that will work for all skills.
  • In character pages, Style info comes from c!style

Context[edit]

See Template:Skills_table_header/doc