Wikipedia Presentation
Last update on Nov 15, 2006
Turn a Wikipedia article into a presentation
When you install and invoke this userscript on a MediaWiki-based wiki page, a hyperlink will appear below the page title: "Start presentation". Click that link, and the rest should be obvious.
You could comment on this script if you were logged in.
7 comments
You could comment on this script if you were logged in.

login to vote
This is really cool.
I'm trying to use it on a standalone wiki and local links all go to the main paqe, although internet links work. I've tried full url links to the page, but they still go to the main page. Any hints?
Other than that, I love it. Thanks to the author.
login to vote
Wow, thats amazing. First Class coding.
login to vote
It works only on english wiki. Also, if the paragraph is too long to fit on screen, user has to scroll (if it's supposed to be a presentation, it should scroll automatically). There are no Prev/Exit/Next links on bottom of page.
I think it doesn't work on protected pages (like http://en.wikipedia.org/wiki/Star_Trek ), but i'm not sure as I didn't tried much articles.
login to vote
Very nice. Is there a way of having text replace the previous text under the same heading (section)? The default is to append, but if there are lots of bullets the page gets filled up.
login to vote
Thanks Gareth. I just updated it.
login to vote
This version is broken.
Newer versions of mediawiki (eg. en.wikipedia.org ) use a span with class="editsection" rather than a div.
To fix this script replace the first three occurences of "div" with "span".
login to vote
Great script! Worked perfectly. Made a presentation without any effort.