Extension:Mw-slidy
From MediaWiki.org
|
mw-slidy Release status: beta |
|
|---|---|
| Implementation | Hook |
| Description | Viewing mediawiki pages as presentations. |
| License | GPL v2 |
| Download | Project page |
|
Check usage (experimental) |
|
Contents |
[edit] What can this extension do?
mw-slidy provides a system for creating a HTML-slidy slideshows of any mediawiki page.
[edit] Usage
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.
[edit] Download instructions
The mw-extension is currently only available from github.
[edit] Installation
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");
[edit] See also
The code is based on the S5 slide system in MediaWiki extension.