![]() 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.4+ |
License | Public domain |
Download | Download extension Git [?]: |
Example | ShoutWiki |
Hooks used
|
|
Quarterly downloads | 0 |
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
- Download and place the file(s) in a directory called
NumberOfWikis
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php
wfLoadExtension( 'NumberOfWikis' );
file: Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.