Extension:SuperDeluxe

From MediaWiki.org

Jump to: navigation, search

         

Manual on MediaWiki Extensions
List of MediaWiki Extensions
Crystal Clear action run.png
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

  1. Download , and be sure to rename the downloaded file to SuperDeluxe.php.
  2. Drop this script in $IP/extensions
    Note: $IP is your MediaWiki install dir.
  3. 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");

[edit] Code

[edit] See also