Extension:SpecialWantedtemplates
From MediaWiki.org
|
Special:Wantedtemplates Release status: beta |
|
|---|---|
| 220px | |
| Implementation | Special page |
| Description | Adds a special page to list the most wanted templates. |
| Author(s) | Eric Larcher |
| Last version | 0.9a |
| MediaWiki | just tested with 1.11 |
| License | No license specified |
| Download | WantedTemplates.zip |
| Example | see #Sites using this extension |
|
Check usage (experimental) |
|
This is an extension to add a Special:Wantedtemplates page to MediaWiki, to view the most wanted templates. It was made by Eric Larcher, because he was annoyed at allways looking for templates to create (or import) in the Wanted page's special page.
Contents |
[edit] Installation
- Download WantedTemplates.zip (see the infobox for download links), and unzip this archive. Copy the directory 'WantedTemplates' in your 'extensions directory.
- Add the following sentence to your LocalSettings.php, somewhere near the bottom:
require_once( "$IP/extensions/WantedTemplates/SpecialWantedtemplates.php" );
- Under the previous line, you have to specifie who can use Special:Wantedtemplates.
-
- If you want that sysops can use it:
$wgGroupPermissions['*']['wantedtemplates'] = false; $wgGroupPermissions['sysop']['wantedtemplates'] = true;
-
- If you want an additional user group, for example bureaucrats add:
$wgGroupPermissions['bureaucrat']['wantedtemplates'] = true;
[edit] Changes
[edit] To do
- In the internationalisation file, there is only translation for french. So, the other translation are to do.
