TWikiNetSkin Plugin
Helps
TWikiNetSkin to render tables and h2 headers. This plugin is only enabled if the skin is set to
twikinet
.
Syntax Rules
(none)
Plugin Settings
Plugin settings are stored as preferences variables. To reference a plugin setting write
%<plugin>_<setting>%
, i.e.
%TWIKINETSKINPLUGIN_SHORTDESCRIPTION%
- Debug plugin: ( TWiki sets
$debug
in your plugin. See output in data/debug.txt
.)
Plugin Installation Instructions
- Download the ZIP file from the Plugin web (see below)
- Unzip
TWikiNetSkinPlugin.zip
in your root ($TWIKI_ROOT) directory. Content: File: | Description: |
data/TWiki/TWikiNetSkinPlugin.txt | |
lib/TWiki/Plugins/TWikiNetSkinPlugin.pm | |
- Visit
configure
in your TWiki installation, and enable the plugin in the {Plugins} section.
- Set the skin to
twikinet
(together with pattern
):
* Set SKIN = twikinet,pattern
Plugin Info
Related Topics: TWikiNetSkin,
TWikiPlugins,
DeveloperDocumentationCategory,
AdminDocumentationCategory,
TWikiPreferences