Extension:TheWikipediaLibrary
Jump to navigation
Jump to search
TheWikipediaLibrary Release status: beta |
|
---|---|
![]() |
|
Implementation | Notify |
Description | Notify users of their eligibility for the Wikipedia Library when they cross the edit count and account age thresholds |
Author(s) | Kavitha Muthu, Roan Kattouw |
Latest version | 1.0.0 (Continuous updates) |
Compatibility policy | release branches |
PHP | 5.6+ |
Database changes | No |
License | MIT License |
Download | |
|
|
Translate the TheWikipediaLibrary extension if it is available at translatewiki.net | |
Issues | Open tasks · Report a bug |
The TheWikipediaLibrary extension is used by Wikimedia Foundation sites to notify users when they have become eligible for the Wikipedia Library program. The notification is sent upon the user's 500th edit (using their global edit count), or upon the user's first edit after their account is six months old.
Dependencies[edit]
Installation[edit]
- Download and place the file(s) in a directory called
TheWikipediaLibrary
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php:
wfLoadExtension( 'TheWikipediaLibrary' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
![]() | This extension is being used on one or more Wikimedia projects. This probably means that the extension is stable and works well enough to be used by such high-traffic websites. Look for this extension's name in Wikimedia's CommonSettings.php and InitialiseSettings.php configuration files to see where it's installed. A full list of the extensions installed on a particular wiki can be seen on the wiki's Special:Version page. |