Extension talk:StyleTags
This wasn't working for me on Mediawiki 1.16. The following change seems to fix it
From
function styleExtParserHook($input, $argv, &$parser) {
to
function styleExtParserHook($input, array $argv, Parser $parser) {
Note the change in the way that $parser is passed.
Start a discussion about Extension:StyleTags
Talk pages are where people discuss how to make content on MediaWiki the best that it can be. You can use this page to start a discussion with others about how to improve Extension:StyleTags.