This is an empty plugin. Use it as a template to build your own TWikiPlugins. This plugin does nothing, but is ready to be extended and used.
To create your own plugin:
lib/TWiki/Plugins/EmptyPlugin.pm
to <name>Plugin.pm
and customize the plugin. Add your own code; remove all handlers you do not plan to use.
<name>Plugin
documentation topic in the TWiki web. Do so by visiting http://twiki.org/cgi-bin/view/Plugins/PluginPackageHowTo
%EXAMPLEVAR{"..."}%
Parameter | Explanation | Default |
---|---|---|
"..." |
Default parameter. | (none) |
format="..." |
Format: ... | "$name" |
%EXAMPLEVAR{}%
expands to: %EXAMPLEVAR{}%
Note: You do not need to install anything on the browser to use this plugin. The following instructions are for the administrator who installs the plugin on the TWiki server.
EmptyPlugin.zip
in your twiki installation directory. Content: File: | Description: |
---|---|
data/TWiki/EmptyPlugin.txt | Plugin topic |
data/TWiki/VarEXAMPLEVAR.txt | Variable documentation topic |
lib/TWiki/Plugins/EmptyPlugin.pm | Plugin Perl module |
lib/TWiki/Plugins/EmptyPlugin/Config.spec | Plugin Config spec |
Plugin Author: | TWiki:Main.AndreaSterbini![]() ![]() ![]() |
Copyright: | © 2001-2012, TWiki:TWiki.TWikiContributor![]() |
License: | GPL (GNU General Public License![]() |
Plugin Version: | 24472 (2012-12-16) |
Change History: | |
2012-12-12: | TWikibug:Item7077![]() ![]() |
2012-11-15: | TWikibug:Item7020![]() ![]() |
2011-05-22: | TWikibug:Item6724![]() ![]() |
2011-05-17: | TWikibug:Item6725![]() ![]() |
2011-03-06: | TWikibug:Item6656![]() |
2011-02-08: | TWikibug:Item6593![]() |
2010-05-08: | TWikibug:Item6433![]() |
2007-05-20: | Added renderWikiWordHandler |
2006-02-01: | Dakar changes |
2004-03-21: | Added afterSaveHandler |
2001-07-14: | Changed to plug&play |
2001-02-27: | Initial version |
TWiki Dependency: | $TWiki::Plugins::VERSION 1.4 |
Dependencies: | %$DEPENDENCIES |
TWiki:Plugins/Benchmark![]() |
GoodStyle 99%, FormattedSearch 99%, EmptyPlugin 99% |
Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/EmptyPlugin![]() |
Feedback: | http://TWiki.org/cgi-bin/view/Plugins/EmptyPluginDev![]() |
Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/EmptyPluginAppraisal![]() |
Related Topics: VarEXAMPLEVAR, TWikiPlugins, TWikiFuncDotPm, DeveloperDocumentationCategory, AdminDocumentationCategory, TWikiPreferences