Extension:SideSummary

Category:Pages to be expanded#SideSummary Category:Unmaintained extensions#SideSummary Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
SideSummary
Release status: unmaintainedCategory:Unmaintained extensions
Implementation User interfaceCategory:User interface extensions, Parser extension Category:Parser extensions
Author(s) Solene
Latest version 1.0.0
MediaWiki Category:Extensions without MediaWiki version
Composer wikifab/side-summaryCategory:Extensions supporting Composer
License GNU General Public License 2.0 or later
Download Category:Extensions in GitHub version control
Category:All extensions

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

  • 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.
Category:All extensions Category:ArticleAfterFetchContentObject extensions Category:BeforePageDisplay extensions Category:Extensions in GitHub version control Category:Extensions supporting Composer Category:Extensions without MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:GPL licensed extensions Category:OutputPageParserOutput extensions Category:Pages to be expanded Category:ParserFirstCallInit extensions Category:Parser extensions Category:SkinTemplateNavigation extensions Category:Unmaintained extensions Category:User interface extensions