Is there a way to find pages that are not in 2 categories? I have 2 major categories, but I need to find all the pages that are not in either of them so I can sort them.
Thanks,
-Adam
Try using DPL: http://www.mediawiki.org/wiki/Extension:DynamicPageList_%28Wikimedia%29
Specifically you'll want the "notcategory": http://www.mediawiki.org/wiki/Extension:DynamicPageList_%28Wikimedia%29
-Jon
On Mon, Aug 9, 2010 at 17:40, Adam Meyer meyer7@mindspring.com wrote:
Is there a way to find pages that are not in 2 categories? I have 2 major categories, but I need to find all the pages that are not in either of them so I can sort them.
Thanks,
-Adam _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Perfect!! Thank you.
I simply did
<DynamicPageList> namespace = Main notcategory = Component notcategory = Article </DynamicPageList>
And it spat out the list.
On Aug 9, 2010, at 8:44 PM, Jon Davis wrote:
Try using DPL: http://www.mediawiki.org/wiki/Extension:DynamicPageList_%28Wikimedia%29
Specifically you'll want the "notcategory": http://www.mediawiki.org/wiki/Extension:DynamicPageList_%28Wikimedia%29
-Jon
On Mon, Aug 9, 2010 at 17:40, Adam Meyer meyer7@mindspring.com wrote:
Is there a way to find pages that are not in 2 categories? I have 2 major categories, but I need to find all the pages that are not in either of them so I can sort them.
Thanks,
-Adam _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
-- Jon [[User:ShakataGaNai]] / KJ6FNQ http://snowulf.com/ http://ipv6wiki.net/ _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org