Extension:SideSummary

MediaWiki extensions manual
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
Hooks used
  • ArticleAfterFetchContentObject
  • BeforePageDisplay
  • OutputPageParserOutput
  • ParserFirstCallInit
  • SkinTemplateNavigation

The SideSummary extension modified the Chameleon skin to add a sidebar summary of a page and provides various parser functions to add content to that sidebar.

Installation

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