Plantilla:Tabla habilidades
De GuildWiki2.es
Contenido |
Descripción
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 = }}
Parámetros
- 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.
- show profession
- Optional. Show/hide the profession column. If shown, backgrounds are no longer colored by profession. Possible values:
y
,n
(default:n
) - show attribute
- Optional. Show/hide the attribute column. Possible values:
y
,n
(default:n
) - show campaign
- Optional. Show/hide the campaign column. Possible values:
y
,n
(default:n
) - inner format
- Optional. The subpagename of the template used in formatting the bulk of each row. (default: "row format", which specifies Template:Skill infobox/row format)
- color scheme
- Optional. Use the color scheme of the specified profession for border and header colors. If not specified,
#EFE
for border and#ADA
for header background are used. - extra cost header
- Optional. Header label of the extra cost column (default hidden)
- cost header
- Optional. Header label of the cost column (default: Archivo:Tango-energy.png)
- activation header
- Optional. Header label of the activation column (default: Archivo:Tango-activation-darker.png)
- recharge header
- Optional. Header label of the recharge column (default: Archivo:Tango-recharge-darker.png)