Extension:SpecialWantedtemplates

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
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

  1. Download WantedTemplates.zip (see the infobox for download links), and unzip this archive. Copy the directory 'WantedTemplates' in your 'extensions directory.
  2. Add the following sentence to your LocalSettings.php, somewhere near the bottom:
    require_once( "$IP/extensions/WantedTemplates/SpecialWantedtemplates.php" );
    
  3. 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

  1. In the internationalisation file, there is only translation for french. So, the other translation are to do.

[edit] Sites using this extension

Personal tools
Namespaces

Variants
Actions
Navigation
Support
Download
Development
Communication
Print/export
Toolbox