Jump to content

MediaWiki

From Meta, a Wikimedia project coordination wiki
This is an archived version of this page, as edited by ~2025-26430-93Temporary account has expired (talk) at 00:24, 26 September 2025 (Created page with "Mediawiki $latest-version ialah versi stabil terakhir, dan digunakan untuk kegunaan pihak ketiga. Mereka yang menjalankan servernya sendiri perlu memuthakirkannya untuk alasan keselamatan. Special:Version menunjukan versi yang digunakan tapak tersebut. Anda dapat menguji cuba di Peti pasir tempatan untuk melihat aksi versi ini."). It may differ significantly from the current version.
Nota: nama "MediaWiki" sering dikelirukan dengan beberapa nama lain yang serupa; sila lihat glossary untuk mendapatkan penjelasan mengenainya.

MediaWiki is wiki software, released under the GPL, that is used by Wikimedia projects and others. It is an implementation of a wiki, a content pool that anyone can freely edit. It is developed using Phabricator, our instance of Phacility's Phabricator.

Mediawiki 1.45.1 ialah versi stabil terakhir, dan digunakan untuk kegunaan pihak ketiga. Mereka yang menjalankan servernya sendiri perlu memuthakirkannya untuk alasan keselamatan. Special:Version menunjukan versi yang digunakan tapak tersebut. Anda dapat menguji cuba di Peti pasir tempatan untuk melihat aksi versi ini.

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.16 (df8bc65) is currently running on all Wikimedia sites. Third-party users should not run the alpha/beta versions of MediaWiki on publicly accessible servers.

Mengenai

Technical developers section

Pelbagai

Teknikal

Versi

See version lifecycle for the currently supported MediaWiki releases.

Database dump

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.

Lihat juga

MediaWiki.org wiki has a page about this at: