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

Fragment of a discussion from User talk:Everspace
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}}

<!-- AllSkills - (tp + awake + awake2) = onlyBaseSkills -->
{{#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

So, after some hours on this, I noticed arrayDiff does not work on arrays. If we use format=list, we can use arrayDiff. It might be because of we do not have the extension.

Another thing, IconLink fails to work. User:Dfoplayer/TestSemantics. It seems to be prepending a "-" to the filename for .pngs.

10:06, 9 March 2016

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

08:42, 11 March 2016