Extension:Slides

From mediawiki.org
MediaWiki extensions manual
Slides
Release status: experimental
Implementation Tag
Description Uses Reveal.js do convert MediaWiki pages to slideshows with a slide action
Author(s) Pascal Noisette
MediaWiki 1.34+
License GNU General Public License 3.0 or later
Download
‎<slideshow>

Installation[edit]

  • Download and place the file(s) in a directory called Slides in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'Slides' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.