BlogMultipage Help
Processor arguments:
- prefix=<page_prefix> - a string indicating the prefix for the set of pages that make up the blog
- title - blog title
- sidebar=<sidebar_page_name> - the name of the wiki page which has the sidebar definition
- entries_to_show=x - number of entries to show (default is 5)
- show_standalone=1 - show page without wiki decorations
- show_edit_link=1 - show a link to edit the entry
- background_image - filename of background image
- show_entry_list=1 - show a list of entries, rather than the blog itself
Usage examples:
Example:
{{{#!BlogMultipag prefix=Space_Blog_ title=Tim's Space Blog sidebar=Sidebar_Spaceblog background_image=flames.jpg show_standalone=1 }} }
This will show the blog on it's own page, with a flames background, using pages starting with the string "Space_Blog", and with a sidebar defined on page Sidebar_Spaceblog.
Example:
{{{#!BlogMultipag prefix=Space_Blog_ title=Tim's Space Blog show_entry_list=1 entries_to_show=5 }} }
This will show a list of up to 5 entries from the space blog. Each entry has the name and date of the blog entry, and a link to that entry.
Back to page: HomePage