Extension:MagicNumberedHeadings
![]() | This extension is incompatible with MediaWiki 1.38 or any later release! You are advised against using this extension on a live site. An update to this extension, making it compatible with MediaWiki 1.38, has been pledged by Kizule (talk) 01:11, 12 September 2022 (UTC). Please reset the pledge if 14 days have passed since an edit was made by the developer. Last edited on Thu, 16 Feb 2023 07:25:34 +0000 by Slgrandson (talk). |
![]() | This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. If you are interested in taking on the task of developing and maintaining this extension, you can request repository ownership. As a courtesy, you may want to contact the author. You should also remove this template and list yourself as maintaining the extension in the page's {{extension}} infobox. Please see the following alternatives that you may wish to install instead of this extension: |
![]() Release status: unmaintained |
|
---|---|
Implementation | Extended syntax |
Description | Provides a magic word to force autonumbering of the headings of a page |
Author(s) | Purodha Blissenbach (Purodhatalk) |
Maintainer(s) | User:MarkAHershbergertalk |
Latest version | 1.13 (2020-08-18) |
MediaWiki | 1.29+ |
License | GNU General Public License 2.0 or later |
Download | |
Quarterly downloads | 8 (Ranked 172nd) |
Translate the MagicNumberedHeadings extension if it is available at translatewiki.net | |
The MagicNumberedHeadings extension provides the magic word __NUMBEREDHEADINGS__
to force autonumbering of the headings of a page. It was created so as to resolve task T5254.
If an article contains the magic word, automatic numbering of the headings in this page is performed, regardless of the user preference setting.
Usage[edit]
- Add
__NUMBEREDHEADINGS__
to any page.
Installation[edit]
- Download and place the file(s) in a directory called
MagicNumberedHeadings
in yourextensions/
folder. - Add the following code at the bottom of your
LocalSettings.php
:wfLoadExtension( 'MagicNumberedHeadings' );
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.