Category List Help

Modified on 2016/06/08 08:38 by CategoryListFormatter — Categorized as: Uncategorized

Category Lists

Autogenerates a list/table of pages which are members of a category chosen by the user.
You can verify that the formatter is working by opening this test page (be patient, it may be slow).

Table of Contents [Hide/Show]


Administrators

No special actions required.

Markup Usage

What can you do?

Usage:

{ CategoryList cat= type= }

Where:



Minimum

The combinations of lists.
Markup:

{ CategoryList cat=MyCat type=* }

Result:





Markup:


{ CategoryList cat=MyCat type=# }


Result:


1. Page Link1 2. Page Link2 3. Page Link3

Markup:

{ CategoryList cat=MyCat type=* cols=summary }

Result:





Markup:


{ CategoryList cat=MyCat type=# cols='summary,user' }


Result:


1. Page Link1 - Page Summary - Username
2. Page Link2 - Page Summary - Username
3. Page Link3 - Page Summary - Username

Markup:

{ CategoryList cat=MyCat ns=ProjectX type=# cols='summary,user' }

Result:


1. Page Link1 - Page Summary - Username
2. Page Link2 - Page Summary - Username
3. Page Link3 - Page Summary - Username



Tables and Styling

To use tables look here.