The basics Please see Differences between Wikipedia, Wikimedia, MediaWiki, and wiki for a detailed answer. MediaWiki is free software: this means that you may use it for any purpose without legal hindrance. Furthermore, its licensing conditions apply solely to the software itself…
Manual:FAQ - MediaWiki Jump to content From mediawiki.org (Redirected from Help:FAQ Translate this page Languages: Bahasa Indonesia Bahasa Melayu Kadazandusun Nederlands Tiếng Việt Türkçe català dansk galego hrvatski italiano lietuvių magyar occitan polski português português do …
Manual:FAQ - MediaWiki Jump to content From mediawiki.org Translate this page Languages: Bahasa Indonesia Bahasa Melayu Kadazandusun Nederlands Tiếng Việt Türkçe català dansk galego hrvatski italiano lietuvių magyar occitan polski português português do Brasil slovenčina suomi sv…
…al pages don't show up on the special page list at all and are only used by the wiki internally. General Information All built-in special pages that come with MediaWiki are called SpecialSomename.php and are located in the includes/specials directory. Core special pages must be r…
MediaWiki uses caching in many components and at multiple layers. This page documents the various caches we use inside the MediaWiki PHP application. There are two kinds of stores described in the context of object caches in MediaWiki: Cache . A place to store the result of a com…
Manual:Special pages - MediaWiki 299 captures 13 Sep 2006 - 11 Apr 2026 Oct NOV Dec 10 2013 2014 2015 success fail About this capture COLLECTED BY Organization: Internet Archive These crawls are part of an effort to archive pages as they are created and archive the pages that the…
<? php /** * @license GPL-2.0-or-later * @file */ namespace MediaWiki \ChangeTags ; use MediaWiki \Context\I ContextSource ; use MediaWiki \Context\RequestContext ; use MediaWiki \HookContainer\HookRunner ; use MediaWiki \Html\Html ; use MediaWiki \Language\Language ; use MediaWi…
MediaWiki 1.24/wmf15 - MediaWiki Jump to content From mediawiki.org < MediaWiki 1.24 MediaWiki 1.24/wmf14 Deployment of MediaWiki 1.24wmf15 to Wikimedia sites MediaWiki 1.24/wmf16 The latest version (labeled "1.24wmf15") of MediaWiki, the software that powers Wikipedia and its si…
…er and AuthManager are two authentication-related frameworks introduced in MediaWiki 1.27 (replacing AuthPlugin ). Their features include: Support for more than one authentication mechanism at the same time Support for federated login (e.g., "log in with your Google account") and…
…on via $webRequest->getSession() . If you really don't have a WebRequest, \MediaWiki\Session\SessionManager::getGlobalSession() is available. $webRequest->getSessionData() and $webRequest->setSessionData() may be used without any backwards-compatibility testing to replace direct …
Manual:Messages API - MediaWiki Jump to content From mediawiki.org Translate this page Languages: Bahasa Indonesia Nederlands català magyar polski português čeština русский українська العربية 中文 i18n docs Localisation System message Messages API Language translatewiki.net Writing…
MediaWiki 1.45/wmf.14 - MediaWiki Jump to content From mediawiki.org < MediaWiki 1.45 MediaWiki 1.45.0-wmf.13 Deployment of MediaWiki 1.45.0-wmf.14 to Wikimedia sites MediaWiki 1.45.0-wmf.15 The latest version (labeled "1.45.0-wmf.14") of MediaWiki, the software that powers Wikip…
Release notes/1.44 - MediaWiki Jump to content From mediawiki.org Release notes This page contains release notes for a legacy version of MediaWiki. The current version is 1.45.3 . The legacy support version is 1.44.5 . The legacy long-term support version is 1.43.8 MediaWiki Medi…
MediaWiki 1.24/wmf14 - MediaWiki Jump to content From mediawiki.org < MediaWiki 1.24 MediaWiki 1.24/wmf13 Deployment of MediaWiki 1.24wmf14 to Wikimedia sites MediaWiki 1.24/wmf15 The latest version (labeled "1.24wmf14") of MediaWiki, the software that powers Wikipedia and its si…
This page describes the coding conventions used within files of the MediaWiki codebase written in PHP . See also the general conventions that apply to all program languages, including PHP. If you would like a short checklist to help you review your commits, try using the Pre-comm…