Extension:Mw-slidy
|
mw-slidy Release status: beta |
|
|---|---|
| Implementation | Hook |
| Description | Viewing mediawiki pages as presentations. |
| Author(s) | (Dov Grobgeldtalk) |
| License | GPL v2 |
| Download | Project page Git [Help] |
| Check usage and version matrix | |
Contents |
What can this extension do? [edit]
mw-slidy provides a system for creating a HTML-slidy slideshows of any mediawiki page.
Usage [edit]
In the beginning of the page to be used for a slidy show, simply add the text
<slidy/>
this will add a right-aligned label when viewed as a normal mediawiki page. When the label is pressed, a new html page is opened that shows the contents as a HTML slidy slide show.
Each level 2 mediawiki title is converted into a new slide.
To chose a different theme do:
<slidy theme="w3c" />
where w3c is the name of your theme.
Download instructions [edit]
The mw-extension is currently only available from github.
Installation [edit]
To install this extension, add the following to LocalSettings.php:
#add configuration parameters here #setup user rights here require_once("$IP/extensions/mw-slidy/slidy.php");
See also [edit]
The code is based on the S5 slide system in MediaWiki extension.