includes/MainConfigSchema.php - mediawiki/core - Gitiles gerrit.wikimedia.org mediawiki core HEAD includes MainConfigSchema.php blob: 0724b6fc84fb2227b9cf76e27f3d50d15113eef6 [ file ] [ log ] [ blame <? php /** * This file contains schema declarations for all configuration variab…
…le contains schema declarations for all configuration variables * known to MediaWiki core. * * @file * @ingroup Config */ // phpcs:disable Generic.NamingConventions.UpperCaseConstantName.ClassConstantNotUpperCase // phpcs:disable Generic.Files.LineLength.TooLong namespace MediaWi…
… to the built-in namespaces , it is possible to add custom namespaces to a MediaWiki installation, to further separate content and allow more logical organization. Custom namespaces are simple to manage using the $wgExtraNamespaces configuration directive. It is also possible to …
В MediaWiki есть разные виды языков: The site content language ( ContentLanguage service in MediaWiki\MediaWikiServices::getContentLanguage , based on $wgLanguageCode ), which should generally stay the same as long as the wiki exists. The user interface language ( $contextSource-…
See also Manual:MediaWiki architecture#Languages (should be merged here?) In MediaWiki, there are various kinds of languages: The site content language ( ContentLanguage service in MediaWiki\MediaWikiServices::getContentLanguage , based on $wgLanguageCode ), which should generall…
See also Manual:MediaWiki architecture#Languages (should be merged here?) In MediaWiki, there are various kinds of languages: The site content language ( ContentLanguage service in MediaWiki\MediaWikiServices::getContentLanguage , based on $wgLanguageCode ), which should generall…
Individual projects will often find it useful to extend the built-in wiki markup with additional capabilities, whether simple string processing, or full-blown information retrieval. Tag extensions allow users to create new custom tags that do just that. For example, one might use…
Individual projects will often find it useful to extend the built-in wiki markup with additional capabilities, whether simple string processing, or full-blown information retrieval. Tag extensions allow users to create new custom tags that do just that. For example, one might use…
…default settings or in LocalSettings.php , can be assigned to users through the wiki Special:Userrights interface. Example # Start with assigning the default permissions from group "autoconfirmed" $wgGroupPermissions [ 'trustworthy' ] = $wgGroupPermissions [ 'autoconfirmed' ]; # …
Extension registration is the mechanism that MediaWiki uses to load extensions and skins . You put configuration data in a file named extension.json or skin.json in the root directory of your extension or skin, and MediaWiki uses this to register extensions and skins. If you were…
= MediaWiki 1.44 = PHP 8.1 workboard: https://phabricator.wikimedia.org/tag/php_8.1_support/ PHP 8.2 workboard: https://phabricator.wikimedia.org/tag/php_8.2_support/ PHP 8.3 workboard: https://phabricator.wikimedia.org/tag/php_8.3_support/ PHP 8.4 workboard: https://phabricator.…
MediaWiki 1.44 - MediaWiki Jump to content From mediawiki.org Please do not mark this page for translation yet. It is still being drafted, or it contains incomplete translation markup which should be fixed before marking for translation. This page contains release notes for a leg…
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…
…ored By Urbanecm_WMF Oct 25 2023, 8:10 PM 2023-10-25 20:10:16 (UTC+0) Tags MediaWiki-Platform-Team (Radar) Growth-Team (Sprint 3 (Growth Team)) (Doing) MediaWiki-extensions-CommunityConfiguration (Backlog) Referenced Files None Subscribers Aklapper Daimona daniel Izno Jdforrester…
Parser functions, added in MediaWiki 1.7, are a type of extension that integrate closely with the parser. The phrase "parser function" should not be confused with Extension:ParserFunctions , which is a collection of simple parser functions. (See Help:Extension:ParserFunctions for…