Is there a way to list all of the sub-pages under a particular page? For example, let's say I have the following:
Page1/Sub_Page1/Sub_Page2/Sub_Page3 Page1/Sub_Page1/Sub_Page4/Sub_Page5
If I were on Page1, I would want the query to bring back the article title for:
Sub_Page1
If I were on Sub_Page1, I would want the query to bring back the article titles for:
Sub_Page2 and Sub_Page4
Check out this extension: http://www.mediawiki.org/wiki/Extension:SubPageList3
Even if it's not quite what you want, the code should at least get you started in the right direction.
--- On Tue, 7/8/08, Bobby S bobbys@gmail.com wrote:
From: Bobby S bobbys@gmail.com Subject: [Mediawiki-l] Listing Sub-Pages That Fall Under a Page To: mediawiki-l@lists.wikimedia.org Date: Tuesday, July 8, 2008, 8:03 PM Is there a way to list all of the sub-pages under a particular page? For example, let's say I have the following:
Page1/Sub_Page1/Sub_Page2/Sub_Page3 Page1/Sub_Page1/Sub_Page4/Sub_Page5
If I were on Page1, I would want the query to bring back the article title for:
Sub_Page1
If I were on Sub_Page1, I would want the query to bring back the article titles for:
Sub_Page2 and Sub_Page4
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
There's also the ExtIdx Extension. It's not about subpages but it makes the Index extendable. For example: If there is a link to another page in a headline you can extend the index at this headline and see the index of the "underlying" page. Don't know if that helps.Link to that extension: http://www.mediawiki.org/wiki/Extension:ExtIdx
greetings, Markus
Date: Tue, 8 Jul 2008 20:03:46 -0400> From: bobbys@gmail.com> To: mediawiki-l@lists.wikimedia.org> Subject: [Mediawiki-l] Listing Sub-Pages That Fall Under a Page> > Is there a way to list all of the sub-pages under a particular page?> For example, let's say I have the following:> > Page1/Sub_Page1/Sub_Page2/Sub_Page3> Page1/Sub_Page1/Sub_Page4/Sub_Page5> > If I were on Page1, I would want the query to bring back the article title for:> > Sub_Page1> > If I were on Sub_Page1, I would want the query to bring back the> article titles for:> > Sub_Page2 and Sub_Page4> > _______________________________________________> MediaWiki-l mailing list> MediaWiki-l@lists.wikimedia.org> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
_________________________________________________________________ Sie haben nie Platz in Ihrer Inbox? Mit Windows Live Hotmail haben Sie jetzt 5GB Speicherplatz - gratis! Holen Sie sich hier Ihren neuen Windows Live Hotmail Account! http://get.live.com/mail/overview
mediawiki-l@lists.wikimedia.org