…rovides additional parser functions to supplement those already present in MediaWiki core. (See Help:Magic words .) (It may be configured to provide additional parser functions for string handling; these are only available to non-Wikimedia Foundation wikis hence these string func…
page — MediaWiki Pages - Pywikibot 11.3.0.dev0 documentation Skip to content Pywikibot 11.3.0.dev0 documentation previous next modules index User guide Introduction Framework utility scripts Scripts package Global options Frequently asked questions Getting help Pywikibot Security…
…lerts extension for pandoc markdown (#9716). It is not enabled by default. MediaWiki reader: Add behavior switches support (#11354, Anton Melnikov). They add a field to metadata without producing any text. Handle non-recognized tags as plain text (#11299). Better handling of inli…
Help:Extension:ParserFunctions - MediaWiki Jump to content From mediawiki.org Translate this page Languages: Bahasa Indonesia Lëtzebuergesch Nederlands Tiếng Việt Türkçe Yorùbá català galego italiano magyar polski português português do Brasil slovenčina slovenščina suomi svenska…
This page is part of the MediaWiki Action API documentation. Input The API takes its input through parameters provided by the HTTP request in application/x-www-form-urlencoded or multipart/form-data format. (unlike REST API , the Action API currently does not support application/…
This page is part of the MediaWiki Action API documentation. Input The API takes its input through parameters provided by the HTTP request in application/x-www-form-urlencoded or multipart/form-data format. (unlike REST API , the Action API currently does not support application/…
MediaWiki 1.45/wmf.12 - MediaWiki Jump to content From mediawiki.org MediaWiki 1.45 MediaWiki 1.45.0-wmf.11 Deployment of MediaWiki 1.45.0-wmf.12 to Wikimedia sites MediaWiki 1.45.0-wmf.13 The latest version (labeled "1.45.0-wmf.12") of MediaWiki, the software that powers Wikiped…
Wikisource:Scriptorium/Archives/2010 - Wikisource Jump to content From Wikisource Wikisource:Scriptorium Proofread is now enabled edit Have fun! Aviator 15:52, 24 December 2009 (UTC) reply I've created Template:Page so that pages can be transcluded the same way here as at English…
Это руководство по Lua в том виде, в каком он используется в MediaWiki с расширением Scribunto . Оно частично основано на справочнике Lua 5.1 , доступном по лицензии MIT . Здесь описывается последняя версия расширения Scribunto. Некоторые возможности могут ещё не быть доступными.…
docs/settings.txt - mediawiki/extensions/CirrusSearch - Gitiles gerrit.wikimedia.org mediawiki extensions CirrusSearch HEAD docs settings.txt blob: 431e89185106623db162eb8ca905f62598721fab [ file ] [ log ] [ blame This file provides documentation for CirrusSearch configuration va…
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…
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…
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…
…ey information to EventGate via HTTP POST. * * Launch task: https://phabricator.wikimedia.org/T235189 */ /* eslint-disable max-len */ /** * @typedef ModuleConfig * @property {string} WMEClientErrorIntakeURL */ const moduleConfig = /** @type {ModuleConfig} */ require ( /** @type {…
…tation to another related mode. Some applications, such as the widely used MediaWiki , use the colon as both a pre-fix and post-fix delimiter. In wiki markup , the colon is often used to indent text. Common usage includes separating or marking comments in a discussion as replies,…