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!
NPC/Dungeon/Lore Navigation Templates
← Thread:User talk:Dfoplayer/NPC/Dungeon/Lore Navigation Templates/reply (6)
Thanks for the reply.
The best example would be Time Gate. If the Removed Content filter is applied then Black Crusade, Tangled Time Gate, and Time Break should not appear.
Oh, I'm sorry, I misread. From Semantic page, "It is not possible to ask for all pages of a query that are not in a specific category". #ask: [[Category:!Removed Content]]
actually looks for "!Removed Content" category.
Setting a property in Template:RemovedContent solves half the problem, say "Is Removed=True". Semantic wiki can not search for pages that do not have properties. Since normal dungeons do not have "Is Removed=False", the #ask query can not filter on that.
I'll look into a workaround. :/
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
Return to Thread:User talk:Dfoplayer/NPC/Dungeon/Lore Navigation Templates/reply (8).
I currently have no issues about Removed Content skills or any removed content for that matter.
Though, is it possible for the inline queries to detect Removed Content pages by using an #if statement? If so, could it output '(Removed)' after the page name to allow users to know beforehand? Ex. Arctic Booster (Removed).
Found a work around. Using set operations, we can perform a set difference to "subtract" <removed content> from <all results>.
Using this, (User:Dfoplayer/TestFilterRemovedContent) the code in your navigational table should look like { {User:Dfoplayer/TestFilterRemovedContent|catePara=Time Gate Dungeons|sortPara=Has dungeon entrance level requirement}}
I think this is a good start. If you like it, I'll a few more days to make it scalable to work with other templates. Navigation requires a single line list while the skills should be in a table format.