Extension:NumberOfWikis
From MediaWiki.org
|
NumberOfWikis Release status: stable |
|||
|---|---|---|---|
| Implementation | Variable | ||
| Description | Adds {{NUMBEROFWIKIS}} magic word to show the number of wikis on ShoutWiki | ||
| Author(s) | Jack Phoenix | ||
| Last version | 0.2 | ||
| License | Public domain | ||
| Download |
Download snapshot (Git master)
Git [?]: repo summary • tree • code changes SVN [?]: checkout-url • tree • code changes |
||
| Example | ShoutWiki | ||
|
|||
|
Check usage (experimental) |
|||
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.
[edit] Installation
- Download the files and place them in $IP/extensions/NumberOfWikis/
- Add the line
into the wiki's LocalSettings.phprequire_once("$IP/extensions/NumberOfWikis/NumberOfWikis.php");
- Installation can now be verified through the wiki's Special:Version