Extension:BrickipediaExtra

From mediawiki.org
MediaWiki extensions manual
BrickipediaExtra
Release status: stable
Description Adds a "Parents" link to the page footer
Author(s)
Latest version 1.2
MediaWiki >= 1.35.0
License GNU General Public License 2.0 or later
Download
Example Brickipedia
Quarterly downloads 1 (Ranked 143rd)
Translate the BrickipediaExtra extension if it is available at translatewiki.net
Issues Open tasks ¡ Report a bug

The BrickipediaExtra mini-extension adds two links one link, "Parents", to the page footer.

Originally it also added a "Terms of Use" link, but that part of the code is commented out because on ShoutWiki, where Brickipedia is currently hosted, the MediaWiki core "disclaimer" link has been repurposed to serve as the "Terms of Use" link, so adding another ToU link from this extension would make no sense since one is already present.

In addition to that, all Brickipedia-specific i18n messages are contained in this extension.

As the name implies, this was written by and for Brickipedia.

Installation[edit]

  • Download and move the extracted BrickipediaExtra 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/BrickipediaExtra
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'BrickipediaExtra' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.