Extension:SectionsCount

Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:GPL licensed extensions
MediaWiki extensions manual
SectionsCount
Release status: experimentalCategory:Experimental extensions
Implementation Parser function Category:Parser function extensions
Description Magic word that displays the number of sections in a page
Author(s) Pierre Rudloff (Rudlofftalk)
MediaWiki Category:Extensions without MediaWiki version
Composer archi-strasbourg/sections-count Category:Extensions supporting Composer
License GNU General Public License 3.0
Download Category:Extensions in GitHub version control
README
Releases
Category:All extensionsCategory:Extensions not in ExtensionJson

The SectionsCount extension adds a parser function that displays the number of sections in a page.

Installation

  • Download and place the file(s) in a directory called SectionsCount in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'SectionsCount' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Category:All extensions Category:Experimental extensions Category:Extensions in GitHub version control Category:Extensions not in ExtensionJson 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:ParserFirstCallInit extensions Category:Parser function extensions