Mediawiki Hooks
Friday, July 6th, 2007Programming a mediaWiki extension relies on using the Hooking system to edit and update the mediawiki objects to the state you desire. So the first problem is finding the right hooks. I have found 3 ways to do this…
Using the documentation
There is a document called hooks.txt in the docs directory. Read it.
Finding undocumented hooks
At the [...]