Pages

Description

The Pages module is able to list pages within a site or within a category.

Attributes

attribute required allowed values default description
category no name of an existing category none limits the listing to the specified category
details no "true" none print extra information about pages
preview no "true" none prints a short preview of the page
order no dateCreatedDesc
dateCreatedAsc
dateEditedDesc
dateEditedAsc
titleDesc
titleAsc
titleAsc selects ordering of the pages
limit no any positive integer none how many pages to return; if you omit this all pages will be listed

Examples

Print only pages from the _default category with details:

[[module Pages category="_default" details="true"]]

Print all pages with details and preview:

[[module Pages details="true" preview="true"]]

10 most recently edited pages

[[module Pages order="dateEditedDesc" limit="10"]]

10 most recently created pages

[[module Pages order="dateCreatedDesc" limit="10"]]

Comments

list
premekpremek 1220222705|%e %b %Y, %H:%M %Z|agohover

how to make it to list the pages as a bulleted list?

unfold list by premekpremek, 1220222705|%e %b %Y, %H:%M %Z|agohover
SocksSocks 1220400029|%e %b %Y, %H:%M %Z|agohover

That would be through CSS, I believe.

I'll get back to you on that.

EDIT: Sorry, it would seem that adding bullets to this doesn't work, because it's done through divisions instead of a list.


MtGW-Logo-2.gif

/Socks

last edited on 1220400149|%e %b %Y, %H:%M %Z|agohover by Socks + show more
unfold by SocksSocks, 1220400029|%e %b %Y, %H:%M %Z|agohover
ErichSteinboeckErichSteinboeck 1220475785|%e %b %Y, %H:%M %Z|agohover

> how to make it to list the pages as a bulleted list?
Use module ListPages instead. E. g.

[[module ListPages category="howto" separate="no"]]
* %%linked_title%%
[[/module]]

or, for a nested list (note the comment that is necessary due to parser quirk), use

[[module ListPages category="howto" separate="no" prependLine="* How-To's"]]
[!----]
 * %%linked_title%%
[[/module]]
unfold by ErichSteinboeckErichSteinboeck, 1220475785|%e %b %Y, %H:%M %Z|agohover
Add a new comment
Unless stated otherwise Content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License