User:Mtew/Sandbox/templates/Skill infobox

From Guild Wars 2 Wiki
Jump to navigationJump to search

Description[edit]

{{Skill infobox
| name =
| icon =
| race =
| profession =
| weapon =
| type =
| description =
}}

This infobox is used on skill articles.

Note: Currently the infobox does not perform internal checks or auto-categorization. All skills are categorized into Category:Skills until there is more information available on how skills can be separated in Guild Wars 2. As such all parameters are completely optional as of now.

Parameters[edit]

name
Optional. Skill name. Defaults to the page name.
icon
Optional. Skill icon link. Defaults to [[File:<name>.jpg]].
race
Optional. The race this skill is linked to.
profession
Optional. The profession this skill is linked to.
weapon
Optional. The weapon type this skill is linked to.
type
Currently optional. The skill type.
description
Currently optional. The in-game description.

Examples[edit]

{{ {{FULLPAGENAME}} }}{{ Skill infobox }}
{{clear}}{{ {{FULLPAGENAME}}
| name = sample skill
}}{{ Skill infobox
| name = sample skill
}}
{{ {{FULLPAGENAME}}
| icon = sample icon
}}{{ Skill infobox
| icon = sample icon
}}
{{ {{FULLPAGENAME}}
| race = Asura
}{{ Skill infobox
| race = Asura
}}
{{ {{FULLPAGENAME}}
| profession = Elementalist
}}{{ Skill infobox
| profession = Elementalist
}}
{{ {{FULLPAGENAME}}
| weapon = Sword
}}{{ Skill infobox
| weapon = Sword
}}
{{ {{FULLPAGENAME}}
| type = Glyph
}}{{ Skill infobox
| type = Glyph
}}
{{ {{FULLPAGENAME}}
| description = sample description
}}{{ Skill infobox
| description = sample description
}}
{{{ {{FULLPAGENAME}}
| name = sample skill
| icon = sample icon
| race = Asura
| profession = Elementalist
| weapon = Sword
| type = Glyph
| description = sample description
}}{ Skill infobox
| name = sample skill
| icon = sample icon
| race = Asura
| profession = Elementalist
| weapon = Sword
| type = Glyph
| description = sample description
}}
{{ {{FULLPAGENAME}}
| name = sample skill using abbreviations
| icon = sample icon
| race = a
| profession = e
| weapon = Sword
| type = Glyph
| description = sample using abbreviations description 
}}{{ Skill infobox
| name = sample skill using abbreviations
| icon = sample icon
| race = a
| profession = e
| weapon = Sword
| type = Glyph
| description = sample using abbreviations description
}}