Extension:NewsBox
Release status: stable |
|
|---|---|
| Implementation | Skin |
| Description | Adds a news box below the toolbox [sic] |
| Author(s) | Jack Phoenix |
| Latest version | 2.1.5 |
| MediaWiki | 1.35.8+ |
| License | GNU General Public License 2.0 or later |
| Download | Version history |
| Example | Any ShoutWiki site |
| Translate the NewsBox extension if it is available at translatewiki.net | |
The NewsBox extension adds a news box to the left-hand sidebar, normally below the toolbox.
It works on all skins which call the SkinBuildSidebar hook — this includes all core skins (Cologne Blue, Modern, MonoBook and Vector) — as well as certain custom skins (Monaco, for example). NewsBox does not currently support the Nimbus skin.
Installation[edit]
- Download and place the file(s) in a directory called
NewsBoxin yourextensions/folder. - Add the following code at the bottom of your
LocalSettings.php:wfLoadExtension( 'NewsBox' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
