This template adds rows to the table "main_pages", which is declared by the template Cargo/main pages. View table.
This template uses the following modules: |
Overview
This template creates a skill infobox based on the given id.
Arguments
Argument | Description | Optional |
---|---|---|
id | Id of the skill to retrieve the infobox for | ✗
|
{{{1}}} | Modifies the where query to search the popular fields. | ✓
|
q_where | Custom where query. | ✓
|
Finding skills
From skill name
Finding skills can be done with a query such as
{{#cargo_query: |tables = skill |fields = skill._pageName, skill.skill_id, skill.active_skill_name, skill.stat_text |where = skill.active_skill_name LIKE "%Icestorm%" }}
yields
_pageName | skill id | active skill name | stat text |
---|---|---|---|
Skill:IcestormUniqueStaff12 | IcestormUniqueStaff12 | Icestorm | Deals 2 to 4 base Cold Damage per 10 Intelligence<br>Base duration is 1 seconds<br>One impact every 0.2 seconds<br>0.1 seconds additional Base Duration per 100 Intelligence<br>Maximum 5 Icestorms at a time |
From item
If the item where it can spawn on is known {{Item table}}
can be used with a query such as
{{Item table |q_where = items.name = "The Whispering Ice" |granted_skills = 1 }}
yields
Item | Granted skills |
---|---|
![]() Vile StaffWarstaff Quality: +20% Physical Damage: 49.2-91.2 Critical Strike Chance: 6.10% Attacks per Second: 1.30 Weapon Range: 13Requires Level 33, 59 Str, 59 Int+18% Chance to Block Attack Damage while wielding a Staff+1 to Level of Socketed Support Gems Grants Level 1 Icestorm Skill Plays Whispering Ice sound on killing a rare Monster (Hidden) (14-18)% increased Intelligence (8-12)% increased Cast Speed 1% increased Spell Damage per 10 IntelligenceGuard your darkest thoughts well, for they are the cracks through which the Nightmare crawls. ![]() | Level 1 ![]() |
See also
The above documentation is transcluded from Template:Query skill infobox/doc.
Editors can experiment in this template's sandbox and testcases pages.
Please add categories to the /doc subpage. Subpages of this template.
Editors can experiment in this template's sandbox and testcases pages.
Please add categories to the /doc subpage. Subpages of this template.