Extension:StarterWiki

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
StarterWiki

Release status: beta

Implementation Database
Description Provides a set of maintenance scripts and functions to allow for creation of wiki databases based off a starter wiki.
Author(s) Daniel Friesen (Dantmantalk)
License GNU General Public License 2.0 or later
Download
Check usage and version matrix

StarterWiki provides a set of maintenance scripts and functions to allow for creation of wiki databases based off a starter wiki.

Installation [edit]

  1. Download the extension.
  2. Place one of these lines in your LocalSettings.php (depending on the location you put your extensions in).
require_once( "extensions/wiki-tools/StarterWiki/StarterWiki.php" );

Or the following:

require_once( "extensions/StarterWiki/StarterWiki.php" );