With plugins it is possible to modify or generate wiki pages. If the name of the plugin is the same as the wiki database, the script is executed when a user opens a wiki page. If you can program in python, you can create plugin scripts.
| variable | description |
|---|---|
page.get("date") |
when the page has been saved |
page.get("title") |
get the page title |
page.get("text") |
get the page contents |
page.get("id") |
get the page id |
page.get("comment") |
get the page comment |
Note: Plugins are still an experimental feature. I can not garuantee a plugin will still work in future versions.