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
Revision as of 9 March 2016 at 15:32.
The highlighted comment was created in this revision.

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