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!

Difference between revisions of "User:Dfoplayer/TestFilterRemovedContent"

From DFO World Wiki
Jump to: navigation, search
(removed debug print. Added example usage.)
Line 2: Line 2:
 
{{#arraydefine:setA|{{#ask: [[Category:{{{catePara}}}]] | format=list |sort={{{sortPara}}} }}<!-- end ask-->
 
{{#arraydefine:setA|{{#ask: [[Category:{{{catePara}}}]] | format=list |sort={{{sortPara}}} }}<!-- end ask-->
 
}}<!-- end arraydefine -->
 
}}<!-- end arraydefine -->
{{#arrayprint:setA}}
 
 
 
{{#arraydefine:setB|{{#ask: [[Category:{{{catePara}}}]] [[Category:Removed Content]] |format=list }} }}
 
{{#arraydefine:setB|{{#ask: [[Category:{{{catePara}}}]] [[Category:Removed Content]] |format=list }} }}
 
{{#arraydiff:filteredSet|setA|setB }} <!-- dfoplayer. setA contains all the pages we asked for. setB contains all the pages with removed content. subtract B from A to get filtered results -->
 
{{#arraydiff:filteredSet|setA|setB }} <!-- dfoplayer. setA contains all the pages we asked for. setB contains all the pages with removed content. subtract B from A to get filtered results -->
Line 9: Line 7:
 
</includeonly>
 
</includeonly>
 
<noinclude>
 
<noinclude>
To call this template, send in a category and a sort parameter.
+
To call this template, send in a category and a sort parameter.  
 +
 
 +
Example:
 +
<code><nowiki>{{User:Dfoplayer/TestFilterRemovedContent|catePara=Time Gate Dungeons|sortPara=Has dungeon entrance level requirement}}</nowiki></code>
 
</noinclude>
 
</noinclude>

Revision as of 11:57, 9 September 2018


To call this template, send in a category and a sort parameter.

Example: {{User:Dfoplayer/TestFilterRemovedContent|catePara=Time Gate Dungeons|sortPara=Has dungeon entrance level requirement}}