Empty TWiki Plugin
This is an empty plugin you can use as a template to build your own
TWikiPlugins. This plugin does nothing, but is ready to be used.
To create your own plugin:
- Copy file
TWiki/Plugins/EmptyPlugin.pm
to <name>Plugin.pm
and customize the plugin.
- Copy this topic to
<name>Plugin
and customize it.
- See details in TWikiPlugins.
Syntax Rules
(none)
EmptyPlugin Preferences
Plugin preferences are stored as preferences variables. To reference
a plugin preference write
%<plugin name>_<preference name>%
, i.e.
%EMPTYPLUGIN_SHORTDESCRIPTION%
- One line description, is included in the TextFormattingRules topic:
- Set SHORTDESCRIPTION = This plugin does nothing, but can be used as a template for your own plugins.
- Your own preferences, i.e.:
Plugin Installation Instructions
- This plugin is preinstalled, you do not need to install it.
Plugin Info
Related Topics: TWikiPreferences,
TWikiPlugins,
DefaultPlugin
--
AndreaSterbini? - 27 Feb 2001
--
PeterThoeny - 08 Jul 2001