Difference between revisions of "Template:Skill list/doc"

no edit summary
(Created page with "==Description== This template lists all skills that fit a certain criteria as well as Transients that wield these skills. It does not display unused skills. In order for the...")
 
 
(3 intermediate revisions by the same user not shown)
Line 10: Line 10:
* '''format''' - choose how to present the list. '''small''' format hides the skill description completely, '''effect''' format shows only the matching effect and '''large''' format shows the entire skill that has this effect. Default value is large.
* '''format''' - choose how to present the list. '''small''' format hides the skill description completely, '''effect''' format shows only the matching effect and '''large''' format shows the entire skill that has this effect. Default value is large.
** ''Note: for now, because of subobject shenanigans, AR skills use the large format even if effect format is selected''.
** ''Note: for now, because of subobject shenanigans, AR skills use the large format even if effect format is selected''.
* '''show''' ''(small format only)'' - choose what additional information to show in parenthesis for the small format. The options are '''targets''', '''potency''', '''value''', '''modifier''', '''squares'''.
* '''show''' ''(small format only)'' - choose what additional information to show in parenthesis for the small format. The options are '''targets''', '''potency''', '''value''', '''modifier''', '''squares''', '''tag'''.


Query-related arguments (at least one should be used):
Query-related arguments (at least one should be used):
Line 20: Line 20:
* '''timing''' - skill trigger timing ID. See source code of [[Template:Skill trigger timing]] for the list.
* '''timing''' - skill trigger timing ID. See source code of [[Template:Skill trigger timing]] for the list.
* '''interval''' - skill trigger interval. Pass values of <code>interval</code>, <code>surplus</code> and <code>total_turn</code>, separating them with a space.
* '''interval''' - skill trigger interval. Pass values of <code>interval</code>, <code>surplus</code> and <code>total_turn</code>, separating them with a space.
* '''min id''', '''max id''' - min and max ID ranges for skills to be displayed. This is useful for splitting pages into multiple ones if the query result is too big.


==Tags==
==Tags==
Line 62: Line 63:
==Examples==
==Examples==


<pre>{{Skill list|tag=Apply Berserk+|type=Base Skill|show=targets}}</pre>
<pre>{{Skill list|tag=Apply Berserk|type=Charge Skill|show=targets}}</pre>
{{Skill list|tag=Apply Berserk+|type=Base Skill|show=targets}}
{{Skill list|tag=Apply Berserk|type=Charge Skill|show=targets}}


<pre>{{Skill list|tag=Status advantage Evasion|type=Charge Skill|show=multiplier}}</pre>
<pre>{{Skill list|tag=Status advantage Evasion|type=Base Skill|show=multiplier}}</pre>
{{Skill list|tag=Status advantage Evasion|type=Charge Skill|show=multiplier}}
{{Skill list|tag=Status advantage Evasion|type=Base Skill|show=multiplier}}


<pre>{{Skill list|tag=Remove Bind|type=AR Skill}}</pre>
<pre>{{Skill list|tag=Remove Bind|type=AR Skill}}</pre>
trusted
5,907

edits