# [[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%** - One line description, is shown in the [[TextFormattingRules]] topic: - Set SHORTDESCRIPTION = Helps [[TWikiNetSkin]] to render tables and h2 headers - Debug plugin: ( TWiki sets `$debug` in your plugin. See output in `data/debug.txt`.) - Set DEBUG = 0 ## Plugin Installation Instructions - Download the ZIP file from the Plugin web (see below) - Unzip **%TOPIC%.zip** in your root ($TWIKI\_ROOT) directory. Content:
File: Description:
data/TWiki/%TOPIC%.txt  
lib/TWiki/Plugins/%TOPIC%.pm  
- Optionally, if it exists, run **%TOPIC%\_installer** to automatically check and install other TWiki modules that this module depends on. You can also do this step manually. - Alternatively, manually make sure the dependencies listed in the table below are resolved. None - Visit `configure` in your TWiki installation, and enable the plugin in the \{Plugins\} section. - Set the skin to `twikinet` (together with `pattern`): %BR% `* Set SKIN = twikinet,pattern` ## Plugin Info
Plugin Author: TWiki:Main.ArthurClemens
License: GPL (GNU General Public License)
Plugin Version: 17859 (30 Mar 2009)
Change History:  
30 Jul 2007: Initial version
TWiki Dependency: $TWiki::Plugins::VERSION 1.1
Dependencies: %$DEPENDENCIES
TWiki:Plugins/Benchmark: [[TWiki/GoodStyle]] 99%, [[TWiki/FormattedSearch]] 99%, %TOPIC% 99%
Plugin Home: http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%
Feedback: http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Dev
Appraisal: http://TWiki.org/cgi-bin/view/Plugins/%TOPIC%Appraisal
**_Related Topics:_** [[TWikiPlugins]], [[DeveloperDocumentationCategory]], [[AdminDocumentationCategory]], [[TWikiPreferences]]