From afccfd9f633c3343d3b8409a91a0c51301e1ac82 Mon Sep 17 00:00:00 2001 From: Peter Thoeny Date: Mon, 9 Jul 2001 08:56:30 +0000 Subject: none --- TWiki/EmptyPlugin.mdwn | 69 ++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 64 insertions(+), 5 deletions(-) diff --git a/TWiki/EmptyPlugin.mdwn b/TWiki/EmptyPlugin.mdwn index 58356c30..b71fb5f7 100644 --- a/TWiki/EmptyPlugin.mdwn +++ b/TWiki/EmptyPlugin.mdwn @@ -1,9 +1,68 @@ -**Empty TWiki Plugin** +## 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. +This is an empty plugin you can use as a template to build your own %TWIKIWEB%.TWikiPlugins. This plugin does nothing, but is ready to be used. -Copy file **TWiki/Plugins/EmptyPlugin.pm** to **<name>Plugin.pm** and customize the plugin. +To create your own plugin: -**_Related Topics:_** [[TWikiPreferences]], [[TWikiPlugins]], [[DefaultPlugin]] +* 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 %TWIKIWEB%.TWikiPlugins. --- [[Main/PeterThoeny]] - 13 Mar 2001
+### Syntax Rules + +(none) + +### %TOPIC% 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 %TWIKIWEB%.TextFormattingRules topic: + * Set SHORTDESCRIPTION = This plugin does nothing, but can be used as a template for your own plugins. + +* Your own preferences, i.e.: + * Set COLOR = red + +### Plugin Installation Instructions + +* This plugin is preinstalled, you do not need to install it. + +### Plugin Info + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Plugin Author: %TWIKIWEB%.AndreaSterbini, %TWIKIWEB%.PeterThoeny
Plugin Version: 08 Jul 2001
Change History: 08 Jul 2001: Changed to plug&amp;play
27 Feb 2001: Initial version
CPAN Dependencies: none
Other Dependencies: none
Perl Version: 5.0
Plugin Home: http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%
Feedback: http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Dev
+ +**_Related Topics:_** %TWIKIWEB%.TWikiPreferences, %TWIKIWEB%.TWikiPlugins, [[DefaultPlugin]] + +-- %TWIKIWEB%.AndreaSterbini - 27 Feb 2001
-- %TWIKIWEB%.PeterThoeny - 08 Jul 2001
-- cgit v1.2.3