Extension:MasonryMainPage
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
MasonryMainPage Release status: unmaintained |
|
---|---|
Implementation | Parser function |
Description | Enables use of Masonry blocks |
Author(s) | Daren Welsh (Darenwelshtalk) |
Latest version | 0.3.0 (2018-11-13) |
MediaWiki | 1.25+ |
PHP | 5.4+ |
Database changes | No |
License | GNU General Public License 3.0 or later |
Download | Download snapshot Note: README |
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
edit- Download and place the file(s) in a directory called
MasonryMainPage
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'MasonryMainPage' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Usage
editSee the README file for further information on this.