strictly required.
* `section` can optionally specify which section in the config file
the plugin fits in. The convention is to name the sections the
strictly required.
* `section` can optionally specify which section in the config file
the plugin fits in. The convention is to name the sections the
The `%wikistate` hash can be used by a plugin to store persistant state
that is not bound to any one page. To set a value, use
The `%wikistate` hash can be used by a plugin to store persistant state
that is not bound to any one page. To set a value, use
serialize, `$key` is any string you like, and `$id` must be the same as the
"id" parameter passed to `hook()` when registering the plugin, so that the
state can be dropped if the plugin is no longer used.
serialize, `$key` is any string you like, and `$id` must be the same as the
"id" parameter passed to `hook()` when registering the plugin, so that the
state can be dropped if the plugin is no longer used.