I like to find all pages which are in category X and category Y. I need this often, so I dont like to do this manually. Do I need a extension for this? And if so, which one?
Best regards Rudolf
http://www.mediawiki.org/wiki/Apito find all pages which are in category X
use: http://www.mediawiki.org/w/api.php
example: http://en.wikipedia.org/w/api.php?action=query&list=categorymembers&...
for more info: http://www.mediawiki.org/wiki/API
On Tue, Oct 19, 2010 at 6:24 PM, Rudolf Henze rudo.henze@googlemail.comwrote:
I like to find all pages which are in category X and category Y. I need this often, so I dont like to do this manually. Do I need a extension for this? And if so, which one?
Best regards Rudolf
-- http://rettedeinefreiheit.de/ Gegen Freiheitsberaubung in Deutschland
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
I am not sure if the API supports querying for more than one category at a time.
One option you might want to consider is to add the Semantic extensions to your wiki. Then getting a list of articles that share two (or more) category is as simple as:
{{#ask: [[Category:X]][[Category:Y]]}}
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of ???????? ?????? Sadik Khalid Sent: Tuesday, October 19, 2010 12:24 PM To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] Category search
http://www.mediawiki.org/wiki/Apito find all pages which are in category X
use: http://www.mediawiki.org/w/api.php
example: http://en.wikipedia.org/w/api.php?action=query&list=categorymembers&...
for more info: http://www.mediawiki.org/wiki/API
On Tue, Oct 19, 2010 at 6:24 PM, Rudolf Henze rudo.henze@googlemail.comwrote:
I like to find all pages which are in category X and category Y. I need this often, so I dont like to do this manually. Do I need a extension for this? And if so, which one?
Best regards Rudolf
-- http://rettedeinefreiheit.de/ Gegen Freiheitsberaubung in Deutschland
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
I second Edward on this. With Semantic MediaWiki extension (and some other visualization extensions), you can do it as a list of table dynamically, but also with quite fancy charts or plots if you have other semantic properties on the pages.
Jesse
On Tue, Oct 19, 2010 at 9:29 AM, Edward Swing deswing@vsticorp.com wrote:
I am not sure if the API supports querying for more than one category at a time.
One option you might want to consider is to add the Semantic extensions to your wiki. Then getting a list of articles that share two (or more) category is as simple as:
{{#ask: [[Category:X]][[Category:Y]]}}
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto: mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of ???????? ?????? Sadik Khalid Sent: Tuesday, October 19, 2010 12:24 PM To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] Category search
http://www.mediawiki.org/wiki/Apito find all pages which are in category X
use: http://www.mediawiki.org/w/api.php
example:
http://en.wikipedia.org/w/api.php?action=query&list=categorymembers&...
for more info: http://www.mediawiki.org/wiki/API
On Tue, Oct 19, 2010 at 6:24 PM, Rudolf Henze <rudo.henze@googlemail.com
wrote:
I like to find all pages which are in category X and category Y. I need this often, so I dont like to do this manually. Do I need a extension for this? And if so, which one?
Best regards Rudolf
-- http://rettedeinefreiheit.de/ Gegen Freiheitsberaubung in Deutschland
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
-- സ്നേഹാന്വേഷണങ്ങളോടെ, സാദിക്ക് ഖാലിദ് _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
This e-mail and any attachments are for the intended recipient(s) only and may contain proprietary, confidential material. If you are not the intended recipient, (even if the email address above is yours) do not use, retain, copy or disclose any part of this communication or any attachment as it is strictly prohibited and may be unlawful. If you believe that you have received this e-mail in error, please notify the sender immediately and permanently delete. This email may be a personal communication from the sender and as such does not represent the views of the company. _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
DPL: http://semeb.com/dpldemo/index.php?title=Dynamic_Page_List.
-----Original Message----- I like to find all pages which are in category X and category Y.
Ive tested DynamicPageList now, which is very impressive. But not exactly what Iam search for. I think Semantic MediaWiki is maybe to complicated (for me now), but maybe I find a better search box with for example regExp search. Thanx Rudolf
2010/10/19 Rudolf Henze rudo.henze@googlemail.com:
I like to find all pages which are in category X and category Y. I need this often, so I dont like to do this manually. Do I need a extension for this? And if so, which one?
Best regards Rudolf
-- http://rettedeinefreiheit.de/ Gegen Freiheitsberaubung in Deutschland
Ive tested DynamicPageList now, which is very impressive. But not exactly what Iam search for.
Have you looked at http://semeb.com/dpldemo/index.php?title=DPL:Manual_-_DPL_parameters:_Criter... and http://semeb.com/dpldemo/index.php?title=Extension_DPL#List_articles_by_cate... ?
mediawiki-l@lists.wikimedia.org