Extension:Selections.php

From Organic Design wiki

<?php

  1. Extension:Selections
Info.svg These are the MediaWiki extensions we're using and/or developing. Please refer to the information on the mediawiki.org wiki for installation and usage details. Extensions here which have no corresponding mediawiki article are either not ready for use or have been superseded. You can also browse our extension code in our local Subversion repository or our GitHub mirror.

Template:PhpCategory:Extensions in progress

  1. - Licenced under LGPL (http://www.gnu.org/copyleft/lesser.html)
  2. - Author: User:NadCategory:Extensions created with Template:Extension

if (!defined('MEDIAWIKI')) die('Not an entry point.');

define('SELECTIONS_VERSION','0.0.0, 2007-12-17');

$wgExtensionCredits['specialpage'][] = array( 'name' => 'Selections', 'author' => 'User:Nad', 'description' => 'A special page allowing simple operations to be performed on selections of articles', 'url' => 'http://www.organicdesign.co.nz/Extension:Selections.php', 'version' => SELECTIONS_VERSION );