|
The City Repair Project | |
How to utilize additional plugins of this site.
To create a blog using bliki, you just create a new page, set up the basic template (surrounding the actual blog) and put in the ~~BLIKI~~ tag. When you load that page, you’ll see any available blog posts and the option to create a new one. Your actual page might look like this:
====== My New Bliki Blog ====== Here's my new blog. ~~BLIKI~~ ---- You can even have a footer underneath your posts.
Your posts will be stored in a namespace named according to the name of the page you added the ~~BLIKI~~ tag to, and then named like below;
YYYY-MM-DD-HHMMSS.txt
The Timer plugin can set portion of a page to be displayed/hidden after specified date and time. The format is
<timer 2005-08-11 08:00:00=2005-08-11 09:01:00> some **bold** text </timer>
When you want to specify only the start or end time, then replace the start or end time with ‘-’ [dash] (shown here for start time)
<timer 2005-08-04 16:33:00=-> some text </timer>
It can also work every day, specifying only times.
<timer 07:00:00=11:00:00> Good morning </timer>
Add option P to print some helpful(?) debug information. You can use this e.g. when you do a review of the page.<timer P 2005-08-04 07:00:00=2005-08-04 11:00:00>Good morning</timer>
{{contact>EMAIL.ADDRESS.TO.SEND.SUBMISSION.TO}}
A basic gallery can be added by selecting a namespace like this:
{{gallery>namespace}}
All imagefiles in the selected namespace will be added to the image gallery.
You can define the wanted thumbnail size by adding its dimension as parameter:
{{gallery>namespace?150x150}}
The default is a dimension of 120×120 pixels.
You can define the number of columns as well:
{{gallery>namespace?6}}
The default number of columns is 5. If you specify a 0 no table is used instead all thumbnails are added in a sequence.
To have the filename displayed below the thumbnails add the showname parameter:
{{gallery>namespace?showname}}
All params can be combined:
{{gallery>namespace?150x150&6&showname}}