Difference between revisions of "Skill row format/Documentation"

m (→‎Parameters: cleanup)
m (→‎Parameters: renamed params)
Line 4: Line 4:
 
{{bullet}}'''(unnamed parameter)''': Unused. The page that was queried.
 
{{bullet}}'''(unnamed parameter)''': Unused. The page that was queried.
  
{{bullet}}'''(unnamed parameter)''': The thumbnail image of the skill.
+
{{bullet}}'''icon''': The skill's icon.
  
{{bullet}}'''(unnamed parameter)''': The name of the skill.
+
{{bullet}}'''name''': The name of the skill.
  
{{bullet}}'''(unnamed parameter)''': The description of the skill.
+
{{bullet}}'''description''': The description of the skill.
  
 
==Usage==
 
==Usage==

Revision as of 08:11, 16 February 2023

Description

Used in conjunction with skill row. Formats the skill row using the parameters provided in the original query.

Parameters

(unnamed parameter): Unused. The page that was queried.

icon: The skill's icon.

name: The name of the skill.

description: The description of the skill.

Usage

{{#ask: [[E (Berserker)]]
| ?Has icon
| ?Has skill name
| ?Has description
| format=template
| template=Skill row format
}}