Is there a way to find/show a list of Wiki pages (or sub-pages) that have Talk pages with content?
I've been poking around in the Extensions and doing some searching but haven't come up with anything yet.
C.
Go to Special:AllPages and select the Talk namespace - it's that easy! ;-)
/Sam
Sam Sexton Provisioning Team Leader
Thomson Reuters
Phone: 53372 or +44 24 7625 6562 Mobile: +44 7990 563739
sam.sexton@thomsonreuters.com thomsonreuters.com
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of ccornell - OpenOffice.org Sent: 12 June 2009 08:12 To: MediaWiki announcements and site admin list Subject: [Mediawiki-l] List of Talk pages with content?
Is there a way to find/show a list of Wiki pages (or sub-pages) that have Talk pages with content?
I've been poking around in the Extensions and doing some searching but haven't come up with anything yet.
C.
On 06/12/09 09:30, Sam.Sexton@thomsonreuters.com wrote:
Go to Special:AllPages and select the Talk namespace - it's that easy! ;-)
Sometimes the obvious is staring me in the face and I can't see it ;-)
Yes , this works exactly as I want.. Talk namespace, and type in the subpage search start point... whiz bang, I have a list of talk pages that people have created.
Thanks :-)
C.
"Sometimes the obvious is staring me in the face and I can't see it ;-)"
Tell me about it! I think we've all been there - I certainly have - and it was nice to be able to answer a question rather than just ask them.
Cheers,
/Sam
Sam Sexton Provisioning Team Leader
Thomson Reuters
Phone: 53372 or +44 24 7625 6562 Mobile: +44 7990 563739
sam.sexton@thomsonreuters.com thomsonreuters.com
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of ccornell - OpenOffice.org Sent: 12 June 2009 08:43 To: MediaWiki announcements and site admin list Subject: Re: [Mediawiki-l] List of Talk pages with content?
On 06/12/09 09:30, Sam.Sexton@thomsonreuters.com wrote:
Go to Special:AllPages and select the Talk namespace - it's that easy! ;-)
Sometimes the obvious is staring me in the face and I can't see it ;-)
Yes , this works exactly as I want.. Talk namespace, and type in the subpage search start point... whiz bang, I have a list of talk pages that people have created.
Thanks :-)
C.
Sam.Sexton@thomsonreuters.com wrote:
Go to Special:AllPages and select the Talk namespace - it's that easy! ;-)
It would be great to have something that would look at all Talk namespaces at once.
Tim
Tim Larson wrote:
Sam.Sexton@thomsonreuters.com wrote:
Go to Special:AllPages and select the Talk namespace - it's that easy! ;-)
It would be great to have something that would look at all Talk namespaces at once.
Tim
SELECT page_title FROM page WHERE page_namespace & 1 = 1;
mediawiki-l@lists.wikimedia.org