Extension:SectionsCount
![]() Release status: experimentalCategory:Experimental extensions |
|
---|---|
Implementation | Parser functionCategory: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 | GitHub: Note: README Releases |
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 yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'SectionsCount' );
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