Extension:GlobalNotice/en

Category:GPL licensed extensions/en
MediaWiki extensions manual
GlobalNotice
Release status: stableCategory:Stable extensions/en
Implementation NotifyCategory:Notification extensions/en
Description Global sitenotice(s) for wiki farms
Author(s)
Latest version 0.6.0 (2017-06-02)
MediaWiki 1.43.1+Category:Extensions with manual MediaWiki version
License GNU General Public License 2.0 or later
Download Category:Extensions in Wikimedia version control/en
Example ShoutWiki
  • $wgGlobalNoticeDisplayWarningOnEditPage
  • $wgGlobalNoticeFile
Quarterly downloads 0
Public wikis using 1,165 (Ranked 235th)
Translate the GlobalNotice extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category:All extensions/en

GlobalNotice is a MediaWiki extension that allows to create global sitenotices, which cannot be dismissed, on a wiki farm (such as ShoutWiki).

Dependency

Installation

  • Download and move the extracted GlobalNotice folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/GlobalNotice
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'GlobalNotice' );
    
  • Yes 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

Category:Extensions by ShoutWiki
Category:All extensions/en Category:EditPage::showEditForm:initial extensions/en Category:Extensions by ShoutWiki Category:Extensions in Wikimedia version control/en Category:Extensions included in Canasta/en Category:Extensions included in ShoutWiki/en Category:Extensions with manual MediaWiki version Category:GPL licensed extensions/en Category:Notification extensions/en Category:SiteNoticeAfter extensions/en Category:Stable extensions/en