Help talk:Dynamic Page Lists
Appearance
- [View source↑]
- [History↑]
Contents
| Thread title | Replies | Last modified |
|---|---|---|
| DPL Syntax to show all subpages of a particular page | 0 | 19:56, 12 February 2015 |
Hi Will,
I noticed that the example code for showing all subpages of a particular page didn't quite work for me. I did found a solution eventually but just want to ask if you need to double check on the syntax for the DPL posted and maybe update/fix it if necessary:
<dpl>
titlematch={{PAGENAME}}/%
namespace={{NAMESPACE}}
shownamespace=false
</dpl>
The code that works is:
<dpl> titlematch=AnActualPageName/% namespace=AnActualNamespace shownamespace=false </dpl>
Compare these two pages below to see the difference: http://wiki.ubc.ca/Help:Adding_Media http://wiki.ubc.ca/Course:ETEC540/2009WT1
Thanks! Yvonne