Welcome to the DFO World Wiki. With many major updates since the release of DFO, many items are missing. Visit Item Database Project to learn more.
Please remember to click "show preview" before saving the page.
Thanks for the updated logo snafuPop!
Difference between revisions of "Template:Set list"
(Created page with "<includeonly> {{#ask: {{#if:{{{name|}}} | <!-- filter by given parameters --> {{#if:{{{name|}}}|[[Is set effect of set::{{{name}}}]]}} | <!-- no filter set, so search for PA...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
− | {{#ask: {{#if:{{{name|}}} | + | {{#ask: {{#if:{{{name|}}}{{{skill bonus|}}}{{{skill alteration|}}} |
| <!-- filter by given parameters --> | | <!-- filter by given parameters --> | ||
+ | [[Is set effect of set::+]] | ||
{{#if:{{{name|}}}|[[Is set effect of set::{{{name}}}]]}} | {{#if:{{{name|}}}|[[Is set effect of set::{{{name}}}]]}} | ||
+ | {{#if:{{{skill bonus|}}}|[[Has skill level bonus::{{#explode:{{{skill bonus}}}|,|0}};{{#explode:{{{skill bonus}}}|,|1}}]]}} | ||
+ | {{#if:{{{skill alteration|}}}|[[Has skill alteration::{{#explode:{{{skill alteration}}}|,|0}};{{#explode:{{{skill alteration}}}|,|1}}]]}} | ||
| <!-- no filter set, so search for PAGENAME --> | | <!-- no filter set, so search for PAGENAME --> | ||
[[Is set effect of set::{{PAGENAME}}]] | [[Is set effect of set::{{PAGENAME}}]] | ||
Line 24: | Line 27: | ||
== Usage == | == Usage == | ||
<pre>{{Set list | <pre>{{Set list | ||
+ | |<set> | ||
+ | | skill bonus = | ||
+ | | skill alteration = | ||
| name = | | name = | ||
| show columns = | | show columns = | ||
Line 33: | Line 39: | ||
; set : Filter by set using its wiki page. Defaults to <code><nowiki>{{PAGENAME}}</nowiki></code> if no other filters are set. | ; set : Filter by set using its wiki page. Defaults to <code><nowiki>{{PAGENAME}}</nowiki></code> if no other filters are set. | ||
+ | ; skill bonus : Filter by skill bonus. Expected format is <code>class(gender)</code>, followed by a comma, followed by the skill name. Gender is required even for classes without gender variant. For common skills, use <code>Common</code> in place of <code>class(gender)</code>. You may use <code>?</code> as a wildcard. | ||
+ | ; skill alteration : Filter by skill alterations. Expected format is <code>class(gender)</code>, followed by a comma, followed by the skill name. Gender is required even for classes without gender variant. For common skills, use Common in place of <code>class(gender)</code>. You may use <code>?</code> as a wildcard. | ||
; show columns : Specify which set effect columns are shown. E.g. <code>3, 6, 9</code> to show the set effect for 3 pieces, 6 pieces and 9 pieces in a separate column. If nothing is set, all effects will be shown in a single column. | ; show columns : Specify which set effect columns are shown. E.g. <code>3, 6, 9</code> to show the set effect for 3 pieces, 6 pieces and 9 pieces in a separate column. If nothing is set, all effects will be shown in a single column. | ||
; show equipment : Set to ''y'' to display all equipment that is part of the set, ''n'' to hide. Defaults to ''n''. | ; show equipment : Set to ''y'' to display all equipment that is part of the set, ''n'' to hide. Defaults to ''n''. |
Latest revision as of 14:22, 13 March 2016
Contents
Description
This template creates a list of sets that satisfy the search criteria. Uses Template:Set list header and Template:Set list result format for formatting.
Usage
{{Set list |<set> | skill bonus = | skill alteration = | name = | show columns = | show equipment = }}
Parameters
All parameters are optional unless stated otherwise.
- set
- Filter by set using its wiki page. Defaults to
{{PAGENAME}}
if no other filters are set. - skill bonus
- Filter by skill bonus. Expected format is
class(gender)
, followed by a comma, followed by the skill name. Gender is required even for classes without gender variant. For common skills, useCommon
in place ofclass(gender)
. You may use?
as a wildcard. - skill alteration
- Filter by skill alterations. Expected format is
class(gender)
, followed by a comma, followed by the skill name. Gender is required even for classes without gender variant. For common skills, use Common in place ofclass(gender)
. You may use?
as a wildcard. - show columns
- Specify which set effect columns are shown. E.g.
3, 6, 9
to show the set effect for 3 pieces, 6 pieces and 9 pieces in a separate column. If nothing is set, all effects will be shown in a single column. - show equipment
- Set to y to display all equipment that is part of the set, n to hide. Defaults to n.
Examples
{{Set list | name = Okeanos's Blessing Set | show columns = 5 | show equipment = y }}
Set | [5] Effect | Equipment |
---|---|---|
Okeanos's Blessing Set
|
Water Damage +26 Water attacks create a 30% of summoning Water Bomb. Water damage from enemy attacks cast Okeanos's Blessing on a random spot in a 500 px range. (Cooldown: 25 sec.) |
{{Set list | name = Okeanos's Blessing Set }}
Set | Effects |
---|---|
Okeanos's Blessing Set |
[5] Water Damage +26 Water attacks create a 30% of summoning Water Bomb. Water damage from enemy attacks cast Okeanos's Blessing on a random spot in a 500 px range. (Cooldown: 25 sec.) |