[pmwiki-users] pmwiki.org now has PageListTemplates

Patrick R. Michaud pmichaud at pobox.com
Tue Dec 27 17:51:05 CST 2005


I (finally) have a version of PageListTemplates implemented on
pmwiki.org and that will appear in the next release.  The page
containing PmWiki's default templates is at
http://www.pmwiki.org/wiki/Site/PageListTemplates .

As before, the fmt= parameter is used to select the output format
of a page listing.  The following forms are supported:

    (:pagelist fmt=#title:)       
        Use the #title section from Site.PageListTemplates

    (:pagelist fmt=OtherPage#section:)
        Use [[#section]] from OtherPage

    (:pagelist fmt=OtherPage:)
        Use the entire contents of OtherPage as the template

PmWiki also provides the following shortcuts (some for compatibility):

    fmt=default        same as "fmt=#default"
    fmt=bygroup        same as "fmt=#bygroup"
    fmt=simple         same as "fmt=#simple"
    fmt=group          same as "fmt=#group"
    fmt=title          same as "fmt=#title order=title"

If no "fmt=" parameter is given, then PmWiki assumes fmt=default.

Feel free to experiment with additional pagelist templates on pmwiki.org.
I hope to be making a release in the next 24 hours (there's a fair amount
of cleanup to do in the code).

If anyone notices anything odd on pmwiki.org, just send a message to
the list.  

Thanks!

Pm




More information about the pmwiki-users mailing list