MediaWiki (original) (raw)
From Meta, a Wikimedia project coordination wiki
Other languages:
- Bahasa Indonesia
- Bahasa Melayu
- Cymraeg
- Deutsch
- English
- Esperanto
- Nederlands
- Runa Simi
- Tiếng Việt
- Türkçe
- Yorùbá
- azərbaycanca
- dansk
- español
- français
- italiano
- kabuverdianu
- lietuvių
- magyar
- occitan
- polski
- português
- português do Brasil
- română
- svenska
- Ελληνικά
- български
- кыргызча
- македонски
- русский
- тоҷикӣ
- українська
- עברית
- اردو
- العربية
- سنڌي
- فارسی
- مصرى
- پښتو
- کوردی
- अंगिका
- नेपाली
- भोजपुरी
- हिन्दी
- বাংলা
- ਪੰਜਾਬੀ
- ગુજરાતી
- தமிழ்
- മലയാളം
- မြန်မာဘာသာ
- አማርኛ
- ᱥᱟᱱᱛᱟᱲᱤ
- ⵜⴰⵎⴰⵣⵉⵖⵜ ⵜⴰⵏⴰⵡⴰⵢⵜ
- 中文
- 日本語
- 閩南語 / Bân-lâm-gí
- ꯃꯤꯇꯩ ꯂꯣꯟ
- 한국어
Note: the name "MediaWiki" is often confused with several other, similar, names; please see the glossary for an explanation of these.
MediaWiki is wiki software, released under the GPL, that is used by Wikimedia projects as well as other websites. It is an implementation of a wiki, a content pool that anyone can freely edit. It is developed using Wikimedia Phabricator.
MediaWiki 1.45.1 is the latest stable version, and is recommended for third-party users. Those running their own servers should upgrade for security reasons. Special:Version shows what version a site is running. You can play around in the local Sandbox to see this version in action.
MediaWiki 1.45.1 is available for download from MediaWiki.org, a site that is also responsible for the documentation of the software. MediaWiki 1.47.0-wmf.2 (51aa8af) is currently running on all Wikimedia sites. Third-party users should not run the alpha/beta versions of MediaWiki on publicly accessible servers.
- Handbook (learn how to use MediaWiki)
Technical developers section
- Mailing lists, especially wikitech-l
- #mediawikiconnect
- MediaWiki features
- Installation and configuration
- MediaWiki tutorial with screenshots: how to install and configure Mediawiki, how to change skins; how to add extensions
- MediaWiki architecture
- MediaWiki history
See version lifecycle for the currently supported MediaWiki releases.
For downloadable dumps of Wikipedia's article database, see Wikipedia:Database download. For a description of the database format and fields, see database layout.
To create your own dump of a local MediaWiki site, you can use the dumpBackup.php script found in the maintenance directory of your MediaWiki installation tree.
An example invocation to a full backup might look like:
php maintenance/dumpBackup.php --full > full.xml
Command line options for dumpBackup.php are explained by running it with no parameters, i.e.
php maintenance/dumpBackup.php
However, there are some extra undocumented options in its source code.