**Default TWiki Plugin**
The default plugin is used for some depreciated rendering of older TWiki versions and of JosWiki. This plugin can also be used to specify some simple custom rendering rules. **_Note:_** Create a new [[TWikiPlugins]] based on [[EmptyPlugin]] if you plan to offer some complex rendering or functions.
Custom rendering rules of the default plugin:
* Allow old include syntax ( **%INCLUDE:"TopicName"%**
) if [[TWikiPreferences]] variable **DEFAULTPLUGIN\_OLDINCLUDE**
is set to **1**
* Render depreciated **\*\_text\_\***
as **_bold italic_** text. Test if installed: **\_This is bold italic\_**
* Enable JosWiki rules if JosWiki specific code is uncommented
Modify file **TWiki/Plugins/DefaultPlugin.pm**
to add your own rules or to enable JosWiki rules.
**_Related Topics:_** [[TWikiPreferences]], [[TWikiPlugins]], [[EmptyPlugin]]
-- [[Main/PeterThoeny]] - 13 Mar 2001