Template:Drop enabled gem table by item class: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
>OmegaK2  (Created page with "<includeonly>{{#ask:  Concept:Skill gems  [[Has item class restrictions::{{{item_class}}}]]  OR  Concept:Attack based active skill gems without item class restrictions...")  | 
				Mefisto1029 (talk | contribs)   (Added optional second parameter, to list both one and two handed weapon skills (Supercharged Slam require two handed))  | 
				||
| (21 intermediate revisions by 7 users not shown) | |||
| Line 1: | Line 1: | ||
<includeonly>{{  | <includeonly>{{Drop enabled gem table  | ||
|tables= skill, skill__item_class_id_restriction  | |||
|join=items._pageID=skill._pageID, skill._ID=skill__item_class_id_restriction._rowID  | |||
|where=(items.class_id="Active Skill Gem" OR items.class_id="Meta Skill Gem")  | |||
  AND (  | |||
    skill__item_class_id_restriction._value="{{{item_class_id|{{{1}}}}}}"  | |||
    OR skill__item_class_id_restriction._value="{{{item_class_id2|{{{2|}}}}}}"  | |||
    <!--OR skill_gems.gem_tags HOLDS "Attack" AND skill__item_class_id_restriction._value IS NULL-->  | |||
  )  | |||
|orderBy = skill_gems.gem_tier  | |||
}}</includeonly><noinclude>  | |||
{{Documentation}}  | |||
</noinclude>  | |||
Latest revision as of 16:45, 19 September 2025
Overview
This template queries for skill gems that can be used with a particular item class.
For more information, see Template:Gem table.
Additional Parameters
Parameters that can be specified in addition to the default item table parameters.
| Parameter | Value | Description | Optional | 
|---|---|---|---|
| item_class_id / 1 | str | item class id to query for | |
| item_class_id2 / 2 | str | item class id to query for | 
The above documentation is transcluded from Template:Drop enabled gem table by item class/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.