…urself as maintaining the extension in the page's {{ Extension }} infobox. MediaWiki extensions manual Implementation Special page , MyWiki Description Allows to organize personal selections of pages in a collection that can be edited, persisted and optionally retrieved as PDF, O…
Extension:Collection - MediaWiki Jump to content From mediawiki.org Translate this page Languages: Kadazandusun Türkçe polski русский हिन्दी বাংলা This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than l…
…ill adapt to mobile devices. Minerva is the skin that serves mobile traffic for Wikimedia projects across the world. Compared to other skins such as Vector , it provides a much simpler user interface and is much more aggressive about optimizing for performance so that it can cate…
…ill adapt to mobile devices. Minerva is the skin that serves mobile traffic for Wikimedia projects across the world. Compared to other skins such as Vector , it provides a much simpler user interface and is much more aggressive about optimizing for performance so that it can cate…
…ill adapt to mobile devices. Minerva is the skin that serves mobile traffic for Wikimedia projects across the world. Compared to other skins such as Vector , it provides a much simpler user interface and is much more aggressive about optimizing for performance so that it can cate…
…ill adapt to mobile devices. Minerva is the skin that serves mobile traffic for Wikimedia projects across the world. Compared to other skins such as Vector , it provides a much simpler user interface and is much more aggressive about optimizing for performance so that it can cate…
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…
Snippets/Auto-number headings - MediaWiki Jump to content From mediawiki.org < Snippets How to use Snippets List of Snippets Auto-number headings Language(s): JavaScript , CSS Compatible with: MediaWiki 1.37 + (vector) Description [ edit ] Replace the "Auto-number headings" featu…
… swift (eqiad, T330942#8660782 ) Here is an example, I tried using https://test.wikipedia.org/wiki/File:Wikitech-2021-blue-large-icon_(copy).png to debug (note that it's eqiad): ladsgroup@mwdebug1002:~$ mwscript eval.php --wiki=testwiki --d 3 [debug] [memcached] MemcachedPeclBagO…
…wnloads Packages Community Blog Orgs using D Discord (community-run) Forums IRC Wiki Issues Contributing Contributors Foundation Security Team Store Donate Sponsors Resources Tour Books Tutorials Tools Editors IDEs run.dlang.io Visual D Acknowledgments D Style Glossary Report a b…
…ntirely in 1.37, * but its history can still be found in prior versions of MediaWiki). * * @file */ namespace MediaWiki \Storage ; use AppendIterator ; use ExternalStoreAccess ; use ExternalStoreException ; use HistoryBlobUtils ; use InvalidArgumentException ; use StatusValue ; u…
Index: trunk/phpwiki/wiki.phtml — — @@ -0,0 +1,98 @@ 2 +<? 3 +function getNiceTitle ( $s ) { 4 + $s=str_replace("_"," ",$s); 5 + return $s ; 6 + } 7 + 8 +function stripNamespace ( $s ) { 9 + $dbpos = strpos ( " ".$s , ':' ) ; 10 + if ( $dbpos == true ) $s = substr ( $s , $dbpos )…
…ategorytree>. For example, if you put 52 -<categorytree>Foo</categorytree> on a wiki page, it will show the contents 53 -of category Foo as a dynamic tree on that page. The tag accepts the following 54 -attributes, using a HTML-like syntax: 52 +<categorytree mode="pages">Foo</cat…
Over time, MediaWiki core JavaScript functions and HTML outputs have improved in functionality, introduced new methods, been deprecated, or changed in other ways. This document intends to highlight the most common problems that need to be fixed. For an overview of the modules tha…
Over time, MediaWiki core JavaScript functions and HTML outputs have improved in functionality, introduced new methods, been deprecated, or changed in other ways. This document intends to highlight the most common problems that need to be fixed. For an overview of the modules tha…