Template:List subpages

From FrathWiki
Jump to: navigation, search


Usage

{{List subpages|
|parameter=titlematch
|value=Main page%
|exclude=Main page/
|namespace=
}}

or

{{List subpages|titlematch|Main Page%|Main Page/}}

The

Purpose

The purpose of this template is to can the DPL statements necessary to get a list like

{{#dpl: |titlematch=Main Page% |replaceintitle=#^Main Page/(.+?)$#,\1 |mode=userformat |listseparators=,\n* %TITLE%,, |namespace= }}

rather than

<dpl> titlematch=Main Page% notnamespace=Talk </dpl>

when a DPL search criterion returns a list of subpages, so it makes sense only when you know that the page(s) returned by the search criterion is a list of subpages.

List another namespace

By default only pages from the main namespace are included. If you want to list pages from another namespace pass a named parameter namespace=namespace.

{{List subpages|
|parameter=titlematch
|value=Main page%
|exclude=Main page/
|namespace=Talk
}}

or

{{List subpages|titlematch|Main Page%|Main Page/|Talk|Talk:}}

{{#dpl: |titlematch=Main Page% |replaceintitle=#^Main Page/(.+?)$#,\1 |mode=userformat |listseparators=,\n* Talk:%TITLE%,, |namespace=Talk }}