FG
💻 Software

How do I configure mediawiki to show heading numbering/lettering in the document?

Fresh5 days ago
Mar 15, 20264092 views
Confidence Score0%
0%

Problem

When the table of contents is generated, it numbers sections based upon their heading: I would like these section numbers to appear at the paragraph level as well: Any tips?

Error Output

1. section 1  
2. section 2  
2.1 section 2.1  
2.2 section 2.2  
3. section 3

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How do I configure mediawiki to show heading numbering/lettering in the document?

Low Risk

There is a user-preference to make all headings use outline numbering, but no way to make that a default for all users. Here's a few lines of code which can be added to your LocalSettings.php file which do that.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment