Extension:MasonryMainPage

Category:Unmaintained extensions#MasonryMainPage Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
MasonryMainPage
Release status: unmaintainedCategory:Unmaintained extensions
Implementation Parser function Category:Parser function extensions
Description Enables use of Masonry blocks
Author(s) Daren Welsh (Darenwelshtalk)
Latest version 0.3.0 (2018-11-13)
MediaWiki 1.25+Category:Extensions with manual MediaWiki version
PHP 5.4+
Database changes No
License GNU General Public License 3.0 or later
Download Category:Extensions in GitHub version control
README
Category:All extensionsCategory:Extensions not in ExtensionJson

The MasonryMainPage extension allows users to format the body of a wiki page using Masonry blocks. These blocks will dynamically relocate upon initial load and browser resize to more efficiently fill the space.

The Masonry script is developed by David DeSandro and information about that script can be found at masonry.desandro.com.

Installation

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

Usage

See the README file for further information on this.

Category:All extensions Category:Extensions in GitHub version control Category:Extensions not in ExtensionJson Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:ParserFirstCallInit extensions Category:Parser function extensions Category:Unmaintained extensions