Blog Help
Processor arguments:
- title=blog title
- source=<page_name> - the name of the page holding the blog
- 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 3, can be 'all')
- show_standalone=1 - show page without wiki decorations
- show_edit_link=1 - show a link to edit the entry
- background_image=<filename> - filename of background image
Usage examples:
Example:
{{{#!Blog
source=Mission_Blog_Entries
title=Ryan's Mission Blog
sidebar=Sidebar_Mission_Blog
background_image=denver.jpg
show_standalone=1
}} }
This will show the blog on it's own page, with a denver background, using entries from the page "Missing_Blog_Entries", and with a sidebar defined on page Sidebar_Mission_Blog.
Example:
{{{#!Blog
source=Space_Blog_Entries
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. Blog entries are read from the page Space_Blog_Entries. 5 entries are shown, and they are shown in the context of a tbwiki page.
Back to page: SystemInfo