Difference between revisions of "Skill table body/Documentation"

(Created page with "==Description== Creates a body for a skill table [https://www.semantic-mediawiki.org/wiki/Help:Inline_queries#Parser_function_.23ask inline query], using the parameters provid...")
 
Line 1: Line 1:
 
==Description==
 
==Description==
Creates a body for a skill table [https://www.semantic-mediawiki.org/wiki/Help:Inline_queries#Parser_function_.23ask inline query], using the parameters provided in the original query. Used in conjunction with [[Template:SkillListTableHeader]] and [[Template:Table footer]].
+
Creates a body for a skill table [https://www.semantic-mediawiki.org/wiki/Help:Inline_queries#Parser_function_.23ask inline query], using the parameters provided in the original query. Used in conjunction with [[Template:Skill table header]] and [[Template:Table footer]].
  
 
==Usage==
 
==Usage==

Revision as of 14:47, 17 February 2024

Description

Creates a body for a skill table inline query, using the parameters provided in the original query. Used in conjunction with Skill table header and Table footer.

Usage

{{#ask: [[Category:Berserker skills]]
| ?Has icon
| ?Has skill name
| ?Has cast time
| ?Has range
| ?Has cost
| ?Has cost type
| ?Has cooldown
| ?Is for hero
| ?Has mastery
| ?Has skill order
| sort=Has skill order
| order=asc
| format=template
| template=SkillListTableBody
| introtemplate=SkillListTableHeader
| outrotemplate=Table footer
}}

Parameters

Arrow.png1: The page to query.
Required.
Arrow.png2: The thumbnail image.
Required.
Arrow.png3: The page to be linked.
Required.
Arrow.png4: The skill's cast time.
Required.
Arrow.png5: The skill's range.
Required.
Arrow.png6: The skill's cost.
Required.
Arrow.png7: The skill's cost type.
Required.
Arrow.png8: The skill's cooldown.
Required.
Arrow.png9: The Hero that uses the skill.
Required.
Arrow.png10: The Mastery that uses the skill.
Required.
Arrow.png11: The location of the skill in a list.
Required.