Skip to content

hexmode/mediawiki-MagicNumberedHeadings

Repository files navigation

The MagicNumberedHeadings extension adds magic word __NUMBEREDHEADINGS_ to force autonumbering of the headings of a page. This extension was created to resolve Bug 3254.

If an article contains this magic word, automatic numbering of the headings in this page is performed, regardless of the user preference setting.

When this is used, the headings will be numbered such that this page would read "1 Usage" instead of just "Usage" here:

Usage

  • Add "__NUMBEREDHEADINGS_" to any article.

Changes to LocalSettings.php

Add this line towards the end of your LocalSettings.php:

wfLoadExtension('MagicNumberedHeadings');

See also

Related extensions:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages