Render bullet lists in a variety of formats
%RENDERLIST{ theme="name" }%
or simply %RENDERLIST{"name"}%
before any bullet list %TOC%
, or the result of a FormattedSearch
<name>_THEME
Plugin settings Set <name>_THEME = tree, <0/1 flag to suppress/show lines of first level>
Set <name>_THEME = icon, <0/1 flag to suppress/show lines of first level>, <icon width>, <icon height>, <spacer graph>, <T-line graph>, <I-line graph>, <L-line graph>, <icon image>
You type: | You get: (simulated) | You get: (if installed) | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
%RENDERLIST{"thread"}% * one * one.a * one.a.x * one.b * one.b.x continue * one.b.y continue * two * three |
|
%RENDERLIST{"thread"}%
| ||||||||||||||||||||||||||||||||||||||||
%RENDERLIST{"org"}% * one * one.a * one.a.x * one.b * one.b.x continue * one.b.y continue * two * three |
|
%RENDERLIST{"org"}%
|
Plugin settings are stored as preferences variables. To reference a plugin setting write %<plugin>_<setting>%
, i.e. %RENDERPLUGIN_SHORTDESCRIPTION%
data/debug.txt
)
<SOMETHING>_THEME
and contain a comma delimited list of render type with parameters:
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.
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 |
Plugin Author: | TWiki:Main/PeterThoeny![]() |
Plugin Version: | 02 Dec 2003 (V1.000) |
Change History: | |
02 Nov 2003: | Initial version |
CPAN Dependencies: | none |
Other Dependencies: | none |
Perl Version: | 5.005 |
Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/RenderListPlugin![]() |
Feedback: | http://TWiki.org/cgi-bin/view/Plugins/RenderListPluginDev![]() |
Related Topics: TWikiPreferences, TWikiPlugins, TWiki:Plugins/TreePlugin
-- TWiki:Main/PeterThoeny - 02 Dec 2003