%META:TOPICINFO{author="ProjectContributor" date="1655468868" format="1.1" version="1"}%
%META:TOPICPARENT{name="Macros"}%
---+ SLIDESHOWSTART -- convert a topic with headings into a slideshow
Handled by the SlideShowPlugin
---++ Parameters
   | *Parameter* | *Description* |
   | =template= | optional name of slide template to use |
---++ Examples
<verbatim class="tml"> %SLIDESHOWSTART%
 ---++ Sample Slide 1
    * Bullet 1
    * Bullet 2
 ---++ Sample Slide 2
    * Bullet 1
    * Bullet 2
 %SLIDESHOWEND%</verbatim>
   * Expands as:
%SLIDESHOWSTART%
---++!! Sample Slide 1
   * Bullet 1
   * Bullet 2
---++!! Sample Slide 2
   * Bullet 1
   * Bullet 2
%SLIDESHOWEND%

%STOPINCLUDE%
---++ Related
 [[VarSLIDESHOWEND][SLIDESHOWEND]], SlideShowPlugin
