Plugin: creole
Author: BerndZeimetz
Included in ikiwiki: yes
Enabled by default: no
Included in goodstuff: no
Currently enabled: no

This plugin allows ikiwiki to process pages written in WikiCreole format. To use it, you need to have the Text::WikiCreole perl module installed, enable the plugin, then files with the extention .creole will be processed as creole.

The creole format is based on common elements across many different wiki markup formats, so should be fairly easy to guess at. There is also a CheatSheet.

Links are standard WikiLinks. Links and directives inside {{{ }}} blocks are still expanded, since this happens before the creole format is processed. (You need to escape them manually, via \[[directives]], the ~ escaping of creole doesn't work on this.)

The standard ikiwiki WikiLinks is almost the same as Creole link, except that creole uses [[pagename|description]] while ikiwiki uses [[description|pagename]].