Extension:DummyFandoomMainpageTags

MediaWiki extensions manual
DummyFandoomMainpageTags
Release status: stable
Description MediaWiki extension that defines tags used by FANDOOM on the main page of wikis
MediaWiki
Database changes No
License MIT License
Download

The DummyFandoomMainpageTags replicates the behaviour of the <mainpage-leftcolumn-start /> and associated tags.

Installation edit

  • Download and place the file(s) in a directory called DummyFandoomMainpageTags in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'DummyFandoomMainpageTags' );
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Usage edit

The extension replicates the behaviour of the default mainpage tags on Fandom wikis, that can be used to split the mainpage of a wiki into two columns. Installation of the tag adds the following useable tags:

  • <mainpage-leftcolumn-start />
  • <mainpage-endcolumn />
  • <mainpage-rightcolumn-start />
  • <mainpage-endcolumn />