Guild Wars Wiki:Projects/Skills animations/Template:Skill animations table
From Guild Wars Wiki
[edit] Description
This template outputs a table of skills, with data gathered from the usage of Template:Skill_infobox on those skills' pages.
A simple example that would show all skills that are in Category:Signets or Category:Shouts, and are also in Category:Elite skills, along with displaying a column with the profession of each skill:
{{ Skill table
| category = Signets¦Shouts
| category2 = Elite skills
| show profession = y
}}
Full list of usable parameters:
{{ Skill table
| category =
| category2 =
| category3 =
| notcategory =
| notcategory2 =
| notcategory3 =
| notcategory4 =
| notcategory5 =
| notcategory6 =
| notcategory7 =
| notcategory8 =
| notcategory9 =
| titlematch =
| notitlematch =
| linksfrom =
| show profession =
| show attribute =
| show campaign =
| inner format =
| color scheme =
| extra cost header =
| cost header =
| activation header =
| recharge header =
}}
[edit] Parameters
- category, category2, category3
- Optional. Selects only the skills from the given categories. Titlematch can match multiple titles if they are separated by broken bar (¦) characters, which can be inserted with {{subst:broken bar}}.
- notcategory, notcategory2, notcategory3, ..., notcategory9
- Optional. Filters out skills from the given categories.
- titlematch
- Optional. Selects only pages the titlematch filter applies to. Broken bars can be used for multiple titles.
- notitlematch
- Optional. Exludes pages. Should only be used with other criteria. Broken bars can be used for multiple titles.
- linksfrom
- Optional. Filters out skills that are not linked from the specified page.
- color scheme
- Optional. Use the color scheme of the specified profession for border and header colors. If not specified,
#EFEfor border and#ADAfor header background are used.

