![]() Release status: stable |
|
---|---|
Implementation | Notify |
Description | Global sitenotice(s) for wiki farms |
Author(s) |
|
Latest version | 0.6.0 (2017-06-02) |
MediaWiki | 1.39.4+ |
License | GNU General Public License 2.0 or later |
Download | Download extension Git [?]: |
Example | ShoutWiki |
Parameters
|
|
Hooks used
|
|
Quarterly downloads | 1 (Ranked 169th) |
Public wikis using | 1,165 (Ranked 235th) |
Translate the GlobalNotice extension if it is available at translatewiki.net | |
GlobalNotice is a MediaWiki extension that allows to create global sitenotices, which cannot be dismissed, on a wiki farm (such as ShoutWiki).
Dependency
- MessageCommons — required to make the notices global
Installation
- Download and place the file(s) in a directory called
GlobalNotice
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php
wfLoadExtension( 'GlobalNotice' );
file: Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Configuration
$wgGlobalNoticeDisplayWarningOnEditPage
- This is by default equal to false. When set to true, a warning will show to the editor who's editing MediaWiki:Forced-globalnotice for informing the purpose of the message.
Usage
- MediaWiki:Forced-globalnotice — a site-wide notice shown for *all* users, no matter what their language is. Used only for things like server migration notices etc.
- MediaWiki:Globalnotice — global notice, depending on the user's language. This can be used to show language-specific stuff to users with a certain interface language (i.e. "We need more French translators! Pouvez-vous nous aider ?" on MediaWiki:Globalnotice/fr to show the message to all users with French as their interface language)
- MediaWiki:Globalnotice-sysop — a site-wide notice shown to all administrators (depending on language; MediaWiki:Globalnotice-sysop/fr to show a notice to all French sysops etc.)
- MediaWiki:Globalnotice-bureaucrat — see above, but for bureaucrats
- MediaWiki:Globalnotice-bot — see above...
- MediaWiki:Globalnotice-rollback — once again, see above
![]() | This extension is included in the following wiki farms/hosts and/or packages:
|
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.