This Plugin converts a topic with headings into a slide show.
There is already a defacto standard for presentations, why this Plugin? This Plugin makes sense for organizations that do already have lots of content in TWiki: It is easy to create a web based presentation that contains many links to related content. The Plugin does not try to compete with the bells and whistles of the other presentation program, but the markup of TWiki and other Plugins like TWiki:Plugins/ChartPlugin, TWiki:Plugins/GaugePlugin, TWiki:Plugins/SpreadSheetPlugin, TWiki:Plugins/TWikiDrawPlugin can be used to create an appealing presentation.
Any topic with headings can be converted into a slide show. Each slide starts with a "---++"
heading. There are two modes to view a topic:
You can start the presentation by clicking on the "Start presentation" button.
%SLIDESHOWSTART%
template
parameter to specify your own slide template topic, e.g. %SLIDESHOWSTART{ template="MyOwnSlideTemplate" }%
"---++"
heading and add text like paragraphs, bullets, tables and images. %SLIDESHOWEND%
To create your own template topic, copy the "Default Slide Template" section below into your own slide template topic and customize it to your needs. It can be activated as the default template in the Plugin's TEMPLATE
setting, or per slide show with the %SLIDESHOWSTART{ template="MyOwnSlideTemplate" }%
setting.
Keyword | What it means |
---|---|
%SLIDETITLE% | The heading of the slide |
%SLIDETEXT% | The text of the slide |
%SLIDECOMMENT% | The comment of the slide (optional; appended to slide of missing) |
%SLIDENUM% | The current slide number |
%SLIDEMAX% | The last slide number |
%SLIDENAV% | The navigation buttons for "First", "Previous", "Next" slide |
%SLIDENAVALL% | The navigation buttons for "First", "Previous", "Next", "Last" slide |
%SLIDENAVFIRST% | The navigation button for "First slide" |
%SLIDENAVPREV% | The navigation button for "Previous slide" |
%SLIDENAVNEXT% | The navigation button for "Next slide" |
%SLIDENAVLAST% | The navigation button for "Last slide" |
%STARTINCLUDE%
and %STOPINCLUDE%
is used for the template.
This is a short example of a slide show. You should see a "Start presentation" button if this Plugin is installed:
San Jose, 17 Nov 2002
This text is not part of the slide show
Plugin settings are stored as preferences variables. To reference a plugin setting write %<plugin>_<setting>%
, i.e. %SLIDESHOWPLUGIN_SHORTDESCRIPTION%
data/debug.txt
)
---+++ Comments
heading:
The part between the rulers defines the default format of a slide:
![]() |
%SLIDETITLE% | %SLIDENAVNEXT% |
![]() |
%SLIDETEXT% |
%SLIDENAVALL% | Slide %SLIDENUM% of %SLIDEMAX% | COPYRIGHT © 2025 by the contributing authors |
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.
SlideShowPlugin.zip
in your twiki installation directory. Content: File: | Description: |
---|---|
data/TWiki/SlideShowPlugin.txt | Plugin topic |
lib/TWiki/Plugins/SlideShowPlugin.pm | Plugin Perl module |
lib/TWiki/Plugins/SlideShowPlugin/SlideShow.pm | Plugin Perl module |
pub/TWiki/*.gif | Various button image files |
Plugin Author: | TWiki:Main/PeterThoeny |
Copyright: | © 2006, Peter Thoeny |
License: | GPL (GNU General Public License) |
Plugin Version: | 12011 |
Change History: | |
12 Feb 2007: | fixed construction of view urls (TWiki:Main/MichaelDaum) |
19 Nov 2006: | 12011: Preserve URL parameters in slideshow (suggested by TWiki:Main/ThomasWeigert); changed logo in default template to T-logo; fixed warning errors introduced by 1.005 |
16 Mar 2005: | 1.005 Crawford Currie prepped for Dakar, and fixed multiple evaluation bug |
21 Nov 2004: | 1.004 Added support for %SLIDECOMMENT% template keyword (TWiki:Main/ArthurClemens); added benchmarks |
21 Mar 2004: | Internal change: Fixed unofficial function call |
14 Dec 2002: | Added %SLIDENAVALL% template keyword; added HIDECOMMENTS setting |
23 Nov 2002: | Added %SLIDENAVLAST% template keyword; using print Skin for presentation mode |
19 Nov 2002: | Added "Start presentation" and "End presentation" buttons; added %SLIDENAVFIRST% , %SLIDENAVPREV% , %SLIDENAVNEXT% template keywords |
17 Nov 2002: | Initial version |
CPAN Dependencies: | none |
Other Dependencies: | none |
Perl Version: | 5.005 |
TWiki:Plugins/Benchmark: | GoodStyle 98%, FormattedSearch 99%, SlideShowPlugin 99% |
Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/SlideShowPlugin |
Feedback: | http://TWiki.org/cgi-bin/view/Plugins/SlideShowPluginDev |
Appraisal: | http://TWiki.org/cgi-bin/view/Plugins/SlideShowPluginAppraisal |
Related Topics: TWikiPreferences, TWikiPlugins