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
m
m (removed extra new line again)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
+
<includeonly>{{#arraydefine:setA|{{#ask: [[Category:{{{catePara}}}]] | format=list |sort={{{sortPara}}} }}<!-- end ask-->
{{#ask: [[Category::{{{1}}}]] | format=array|name=setA }}
+
}}<!-- end arraydefine -->{{#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 -->{{#arrayprint:filteredSet}}</includeonly><noinclude>
<!-- debug -->
+
To call this template, send in a category and a sort parameter.  
{{#arrayprint:setA}}
+
 
{{#ask: [[Category::{{{1}}}]] [[Category::Removed Content]] |format=array|name=setB }}
+
Example:
{{#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 -->
+
<code><nowiki>{{User:Dfoplayer/TestFilterRemovedContent|catePara=Time Gate Dungeons|sortPara=Has dungeon entrance level requirement}}</nowiki></code>
{{#arrayprint:filteredSet}}
 
</includeonly>
 
<noinclude>
 
To call this template, send in a category.
 
 
</noinclude>
 
</noinclude>

Latest revision as of 11:59, 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}}