Extension:SuperDeluxe
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) |
Latest version | 1.0 (2007-03-29) |
MediaWiki | 1.6.x, 1.8.x, 1.9.x |
License | No license specified |
Download | SuperDeluxe.Php |
Translate the SuperDeluxe extension if it is available at translatewiki.net | |
Check usage and version matrix. |
This Extension allows you to embed Super Deluxe videos in your Wiki.
InstallationEdit
- 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');
UsageEdit
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.
ParametersEdit
Changes to LocalSettings.phpEdit
require_once("$IP/extensions/SuperDeluxe.php");