Difference between revisions of "Talk:Wiki Team/TODO"

From Sugar Labs
Jump to navigation Jump to search
m (Talk:WikiTeam/TODO moved to Talk:Wiki Team/TODO: Robot: Moved page)
m (moved Talk:Walter is a wanker 15/TODO to Talk:Wiki Team/TODO over redirect: revert)
 
(3 intermediate revisions by 2 users not shown)
Line 28: Line 28:
 
By the way, Semantic MediaWiki cannot run a query "show me all subpages of BugSquad/Meetings/Minutes", you'd have to put
 
By the way, Semantic MediaWiki cannot run a query "show me all subpages of BugSquad/Meetings/Minutes", you'd have to put
 
   [[Category:BugSquad]][[Category:Meeting minutes]]
 
   [[Category:BugSquad]][[Category:Meeting minutes]]
in each and query for those.  You should probably categorize subpages anyway, as [[WikiTeam/WikiGuide/PageCreation]] recommends. -- [[User:Skierpage|Skierpage]] 04:31, 22 February 2009 (UTC)
+
in each and query for those.  You should probably categorize subpages anyway, as [[Wiki Team/Guide/Page Creation]] recommends. -- [[User:Skierpage|Skierpage]] 04:31, 22 February 2009 (UTC)

Latest revision as of 19:56, 24 February 2010

Automatically listing subpages

This wiki is heavily subpage-oriented. It's a waste of effort to manually maintain a list of links to subpages, e.g. on the BugSquad/Meetings/Minutes page. Instead, you could use the SubPageList3 extension to generate lists of subpages. I think

 <splist 
    kidsonly=yes
    showpath=full
  />

would make that page dynamically list

Disclaimer: I've not used this extension, but it sounds great :) So maybe SubPageList3 should be installed.

An alternative that doesn't require an extension is discussed on SubPageList3's talk page: use the Special:Prefixindex feature by transcluding

 {{Special:Prefixindex/{{FULLPAGENAME}}/}}

Let's try it for BugSquad/Meetings/Minutes:

This seems to work, though as a result this page is now mis-categorized in those pages' categories. -- Skierpage 04:31, 22 February 2009 (UTC)

Semantic MediaWiki doesn't (yet) do subpages

By the way, Semantic MediaWiki cannot run a query "show me all subpages of BugSquad/Meetings/Minutes", you'd have to put in each and query for those. You should probably categorize subpages anyway, as Wiki Team/Guide/Page Creation recommends. -- Skierpage 04:31, 22 February 2009 (UTC)