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!

Semantics

Jump to: navigation, search

You should be able to generate different lists for more specific cases, and then make the disjoint.

psudocode roughly as follows:

{{#ask:[[Category:Elementalist Awakening Skills]] |format=array |name=awakeSkills}}
{{#ask:[[Category:Elementalist 2nd Awakening Skills]] |format=array |name=awake2Skills}}
{{#ask:[[Category:Elementalist Skills]] |format=array |name=allSkills}}
{{#ask:[[Category:Elementalist TP Skills]] |format=array |name=tpSkills}}

<!-- onlyBaseSkills = AllSkills - (tp + awake + awake2) -->
{{#arraydiff:onlyBaseSkills|allSkills|tpSkills|awakeSkills|awake2Skills}}

<ul>{{#arrayprint:onlyBaseSkills||@@@@|<li>{{IconLink|@@@@}}</li>}}</ul>
00:34, 9 March 2016

Ohhh. That's cool. Didn't know you could make arrays. I'll try that. Thanks.

08:32, 9 March 2016

You do not have permission to edit this page, for the following reason:

The action you have requested is limited to users in the group: Users.


You can view and copy the source of this page.

Return to Thread:User talk:Everspace/Semantics/reply (3).

It's the (Requires Level 30) that's messing up the icon link.

08:42, 11 March 2016