%RENDERLIST{ "org" focus="one.b" }%
* one
* one.a
* one.a.x
* one.b
* one.b.x
continue
* one.b.y
continue
* two
* three
|
 |
one |
 |
 |
one.b |
|
%RENDERLIST{ "org" focus="one.b" }%
- one
- one.a
- one.b
- one.b.x continue
- one.b.y continue
- two
- three
|
|
RenderListPlugin Settings
Plugin settings are stored as preferences variables. To reference a plugin setting write %<plugin>_<setting>% , i.e. %RENDERPLUGIN_SHORTDESCRIPTION%
- One line description, is shown in the TextFormattingRules topic:
- Set SHORTDESCRIPTION = Render bullet lists in a variety of formats
- Debug plugin: (See output in
data/debug.txt )
- Themes are named
<SOMETHING>_THEME and contain a comma delimited list of render type with parameters:
- Set THREAD_THEME = tree, 1
- Set HOME_THEME = icon, 1, 16, 16,
, , , ,
- Set ORG_THEME = icon, 0, 16, 16,
, , , ,
- Set GROUP_THEME = icon, 0, 16, 16,
, , , ,
- Set EMAIL_THEME = icon, 0, 16, 16,
, , , ,
Plugin Installation Instructions
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 server where TWiki is running.
- Download the ZIP file from the Plugin web (see below)
- Unzip
RenderListPlugin.zip in your twiki installation directory. Content: File: | Description: | data/TWiki/RenderListPlugin.txt | Plugin topic | data/TWiki/RenderListPlugin.txt,v | Plugin topic repository | lib/TWiki/Plugins/RenderListPlugin.pm | Plugin Perl module | pub/TWiki/RenderListPlugin/*.gif | Image files for themes |
- Test if the installation was successful:
- See if the above example works
Plugin Info
|