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.
11 lines
394 B
Cheetah
11 lines
394 B
Cheetah
#WikiRCTmpl000000000001
|
|
#create
|
|
#namespace:WikiMaster_recentChanges
|
|
#url:default-wiki-recent-changes
|
|
#title:Default Recent Changes
|
|
#menuTitle:Default Recent Changes
|
|
|
|
<ul><tmpl_loop rc.entries>
|
|
<li><tmpl_var date> <tmpl_var time>: <a href="<tmpl_var viewUrl>"><tmpl_var title></a>
|
|
<tmpl_if isEdit>edited</tmpl_if><tmpl_if isDelete>deleted</tmpl_if> by <tmpl_var username></li>
|
|
</tmpl_loop></ul>
|