Extension:SideSummary
Please expand this page. |
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
SideSummary Release status: unmaintained |
|
---|---|
Implementation | User interface, Parser extension |
Author(s) | Solene |
Latest version | 1.0.0 |
MediaWiki | |
Composer | wikifab/side-summary |
License | GNU General Public License 2.0 or later |
Download | GitHub: Note: |
The SideSummary extension modifies the Chameleon skin to add a sidebar summary of a page and provides various parser functions to add content to that sidebar.
Installation
edit- Download and place the file(s) in a directory called
SideSummary
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'SideSummary' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.