Manual:Addwiki.php

From MediaWiki.org
Jump to: navigation, search

Other languages:
Deutsch • ‎English • ‎español • ‎français • ‎italiano • ‎日本語 • ‎polski • ‎português • ‎português do Brasil • ‎русский


addwiki.php is a MediaWiki maintenance script that is used by Wikipedia and other Wikimedia projects to add a new language version of the project. The script is hardcoded for Wikipedia's servers and must be edited before it will work for your setup. It was moved to the WikimediaMaintenance extension in r96489.

Usage[edit | edit source]

Option/Parameter Description
<language> The language code for the new wiki. The code used should be one of the array keys from $coreLanguageNames in /languages/Names.php.
<site> The main domain of the project (eg. wikipedia.org).
<dbname> The name of the wiki's database.
Notes