MediaWiki/Template techniques
Templates can be very handy to automatically generate content.
List subpages
editInclude the following code to automatically list all subpages:
{{Special:PrefixIndex/{{FULLPAGENAME}}/|stripprefix=1}}
If you do not want to include redirects:
{{Special:PrefixIndex/{{FULLPAGENAME}}/|stripprefix=1|hideredirects=1}}
nl.wikipedia
editOn w:nl: you can use one of:
{{Prefixindextabel}} {{Subpaginalijst}}
The first one is folded by default; you can unfold the list. The second is immediately visible.