6 May 2007
From Organic Design wiki
Categorisation parser-function
Since we've upgraded from XmlWiki, we've had a bit of trouble categorising our program-code articles since they don't use the wiki-parser. In XmlWiki this was achieved by adding the category information to the articles XML properties. Today I've modified the CategoryHook extension to also offer an additional parser function which works exactly like a category link, for example:
- {{Category:Foo|Bar}}
This categorises the article into Category:Foo using sort-key "Bar". It works because our script articles are still allowed to have their templates expanded before GeSHi parses them (see our GeSHi hack regarding this).
- See MW:Extension:CategoryHook for installation and usage details of the CategoryHook extension.
- The extension code is CategoryHook.php
- This method of categorisation is working correctly with DPL queries.