Extension:NewsTicker
This extension is incompatible with MediaWiki 1.35 or any later release! You are advised against using this extension on a live site. Volunteer developers are invited to pledge their efforts to updating this extension to make it compatible with MediaWiki 1.39 by replacing the {{Incompatible }} template with {{Incompatible |version=1.35|pledge=~~~~}} . |
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. If you are interested in taking on the task of developing and maintaining this extension, you can request repository ownership. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{extension}} infobox. |
![]() Release status: unmaintained |
|
---|---|
![]() |
|
Implementation | Special page , Variable |
Description | Adds a magic word that shows a news ticker that can be configured from a special page. |
Author(s) | Martin Keyler Sophivorus |
Latest version | 1.3 (2019-03-14) |
MediaWiki | 1.32.x - 1.34.x only |
PHP | 7.0+ |
License | GNU General Public License 3.0 or later |
Download | |
Quarterly downloads | 3 (Ranked 174th) |
Translate the NewsTicker extension if it is available at translatewiki.net | |
The NewsTicker extension adds a magic word {{NEWSTICKER}}
to insert news tickers into wiki pages. The style and content of the news tickers, as well as the allowed pages where it can be displayed, are configured from a special page at Special:NewsTicker.
To use the special page, the "newsticker" right is needed, which is granted to all admins by default.
The data set through the special page is saved as JSON at MediaWiki:News.json, so no database changes are required.
InstallationEdit
- Download and place the file(s) in a directory called
NewsTicker
in yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
:wfLoadExtension( 'NewsTicker' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
UsageEdit
To use this extension, you need the 'newsticker' permission, that by default is granted only to admins. To give the permission to other user groups, add the following to your LocalSettings.php
$wgGroupPermissions['user']['newsticker'] = true;
Go to Special:NewsTicker and set the news you want to show on each page. Then go to each page and add the {{NEWSTICKER}}
magic word in the precise location where you want to display the news ticker.
The default style of the news ticker is ultra minimalist, but can be easily changed from Special:NewsTicker and/or MediaWiki:Common.css