On Wednesday 17 November 2010 12:58, David Nelson wrote: > I'd like to suggest that the wiki should be reconfigured so that > headings show numbering. It would make content on pages much easier > to refer to (I know there's numbering in the Table of Contents block > but, IMHO, it's not enough).
In localsettings.php, you can change numberheadings to 1 and be done with it. No code changes.[1] $wgDefaultUserOptions['numberheadings'] = 1; If desired, there is also an Extension [2] which allows tweaking heading numbering on individual pages. Nino [1] http://www.mediawiki.org/wiki/Auto-number_headings [2] http://www.mediawiki.org/wiki/Extension:MagicNumberedHeadings -- Unsubscribe instructions: Email to [email protected] Posting guidelines: http://netmeister.org/news/learn2quote.html Archive: http://www.documentfoundation.org/lists/discuss/ *** All posts to this list are publicly archived ***
