Extension:SuperDeluxe
From MediaWiki.org
|
SuperDeluxe Release status: stable |
|
|---|---|
| Implementation | Tag |
| Description | This extension is used for placing Super Deluxe videos in your wiki by adding a <superdeluxe> tag. |
| Author(s) | Michael Kirschenbaum UnwantedKnowledge modified the code of Jim R. Wilson (Jimbojw) |
| Last version | 1.0 (29 March 2007) |
| MediaWiki | 1.6.x, 1.8.x, 1.9.x |
| License | No license specified |
| Download | SuperDeluxe.Php |
|
Check usage (experimental) |
|
This Extension allows you to embed Super Deluxe videos in your Wiki.
Contents |
[edit] Installation
- Download , and be sure to rename the downloaded file to SuperDeluxe.php.
- Drop this script in $IP/extensions
- Note: $IP is your MediaWiki install dir.
- Enable the extension by adding this line to your LocalSettings.php:
require_once('extensions/SuperDeluxe.php');
[edit] Usage
Once installed, you may embed Super Deluxe content to any article.
To do so, simply add this text to the body of your page where you'd like the video to appear:
<superdeluxe v="SuperDeluxeID" />
Where "SuperDeluxe" should be replaced with the id of the video to embed.
[edit] Parameters
[edit] Changes to LocalSettings.php
require_once("$IP/extensions/SuperDeluxe.php");
