Pour pouvoir importer des images sur le serveur et consulter le wiki sans publicité, vous devez vous connecter.

Modèle:Infobox Compétence Tableau triables

Guild Wars Wiki en français
Aller à la navigation Aller à la recherche

Description

Ce modèle permet de créer un tableau avec une fonction de trie par colonne. Ce tableau est un condensé des paramètres passés au modèle {{Infobox Compétence}} sur chaque page de compétence.

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
}}


Syntaxe

{{ Skill table
| category = 
| category2 =
| category3 =
| notcategory =
| notcategory2 =
| notcategory3 =
| notcategory4 =
| notcategory5 =
| notcategory6 =
| notcategory7 =
| notcategory8 =
| notcategory9 =
| titlematch =
| linksfrom =
| show profession =
| show attribute =
| show campaign =
| inner format =
| color scheme =
| extra cost header =
| cost header =
| activation header =
| recharge header =
}}


Paramètres

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.
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: Fichier:Tango-energy.png)
activation header
Optional. Header label of the activation column (default: Fichier:Tango-activation-darker.png)
recharge header
Optional. Header label of the recharge column (default: Fichier:Tango-recharge-darker.png)


Exemples