somewhat before release; the default page selector doesn't quite work the way it should, and there aren't icons, and there are a few features missing, and some code duplication, &c.
13 lines
285 B
Cheetah
13 lines
285 B
Cheetah
#WikiPLTmpl000000000001
|
|
#create
|
|
#namespace:WikiMaster_pageList
|
|
#url:default-wiki-page-list
|
|
#title:Default Page List
|
|
#menuTitle:Default Page List
|
|
|
|
<h2><tmpl_var pl.title></h2>
|
|
<ul>
|
|
<tmpl_loop pl.entries>
|
|
<li><a href="<tmpl_var pageUrl>"><tmpl_var pageTitle></a></li>
|
|
</tmpl_loop>
|
|
</ul>
|