Difference between revisions of "Issue:Subpage listings"

From FollowTheScore
Jump to: navigation, search
(New page: {{Issue |Type = Change Request |Extension = DPL |Version = ? |Description = Feature request: selection parameters and format variable for subpages |Status = open ...)
(No difference)

Revision as of 18:59, 1 April 2008

Description: Feature request: selection parameters and format variable for subpages
Extension / Version: DPL   /   ?
Type / Status: Change Request   /   open

Problem

We need to list the subpages of certain pages so that if you have a group of subpages to a page Marx one would get the list:

  • Marx/Groucho
  • Marx/Gummo
  • Marx/Zeppo
  • Marx/Chico
  • Marx/Harpo

from a request like

<dpl>
  subpageof=Marx
</dpl>

and the list

  • Groucho
  • Gummo
  • Zeppo
  • Chico
  • Harpo

from a request like

<dpl>
  subpageof=Marx
  subpagetitleonly=1
</dpl>

And of course also a format parameter %SUBPAGE% which will produce Groucho etc.

Reply