Extension:NumberOfWikis
From Linux Web Expert
NumberOfWikis Release status: stable |
|
---|---|
Implementation | Variable |
Description | Adds {{NUMBEROFWIKIS}} magic word to show the number of wikis on ShoutWiki |
Author(s) | Jack Phoenix |
Latest version | 0.5 |
MediaWiki | 1.39.7+ |
License | Public domain |
Download | |
Example | ShoutWiki |
Quarterly downloads | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Public wikis using | Lua error in Module:Extension at line 172: bad argument #1 to 'inNamespace' (unrecognized namespace name 'skin'). |
Translate the NumberOfWikis extension if it is available at translatewiki.net |
NumberOfWikis extension adds a new magic word, NUMBEROFWIKIS, to show the number of wikis on ShoutWiki. The extension fetches the amount of wikis from the wiki_list
database table, excluding all deleted wikis. This value is cached for a day.
This extension is currently very ShoutWiki-specific.
If Extension:CentralAuth is enabled this extension does not need to be enabled as the magic world is already defined by CentralAuth. This is also the case for Extension:SiteMatrix.
Installation
- <translate> [[<tvar name=2>Special:ExtensionDistributor/NumberOfWikis</tvar>|Download]] and move the extracted <tvar name=name>
NumberOfWikis
</tvar> folder to your <tvar name=ext>extensions/
</tvar> directory.</translate>
<translate> Developers and code contributors should install the extension [[<tvar name=git>Special:MyLanguage/Download from Git</tvar>|from Git]] instead, using:</translate>cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/NumberOfWikis - <translate> Add the following code at the bottom of your <tvar name=1>LocalSettings.php </tvar> file:</translate>
wfLoadExtension( 'NumberOfWikis' );
- File:OOjs UI icon check-constructive.svg <translate> Done</translate> – <translate> Navigate to <tvar name=special>Special:Version</tvar> on your wiki to verify that the extension is successfully installed.</translate>
Categories:
- Pages with script errors
- Pages with broken file links
- Stable extensions
- Extensions without an image
- Variable extensions
- Extensions without a compatibility policy
- Extensions with manual MediaWiki version
- Public domain licensed extensions
- Extensions in Wikimedia version control
- MagicWordwgVariableIDs extensions
- ParserGetVariableValueSwitch extensions
- All extensions
- Extensions by ShoutWiki
- Wiki farm extensions
- Wiki-specific extensions