| Paramenter |
Value |
Behavior |
| show |
displayall |
Displays all of the active articles
(example: show=displayall)
|
| show |
display |
Displays an articles and must be used with
parameter articlenum
(example: show=display&articlenum=20)
|
| show |
displaymultiple |
Displays all of the active articles in a page
(example: show=displaymultiple)
|
| show |
catlist |
Displays all of the active articles under their corresponding category title
(example: show=catlist)
|
| category |
(any valid category) |
Displays an article from the specified category
If combined with the show parameter you can display all articles in a given category.
(example: category=mycategory)
|
| catgroup |
(any valid category group code) |
Limits the categories to only those that match the specified category group
(only works with the "show=catlist" parameter)
(example: catgroup=mycatgroup)
|
| articlenum |
(valid article number) |
This will display the specified article
(example: articlenum=20)
|
| order |
fifo lifo |
This will change the display order of the articles:
fifo - First in first out - oldest article displayed first
lifo - Last in first out (Default) - newest article displayed first
(example: order=fifo)
|
| top |
(number between 1 and total number of articles) |
This will display the specified number of headlines
(example: top=5)
|
| usetemplate |
(existing template file) |
This will allow you to override the default display template. The template must
exist in the data directory. (the same directory that the data files are in)
(example: usetemplate=mynewtemplate.html)
|