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

Since we can not filter by Categories to generate pages, like we ask for Summoner and Active Skills, but not in Awakening, should we add properties of type, type2, and type3 collected from SkillPage?

I was trying to take DPL results and pipe it into SMW, but that did not seem feasible.

So, I thought maybe we could just convert our dpl queries into SMW. Then help page said you could not filter by category.

09:22, 8 March 2016

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

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