I am looking to edit the link parsing code in MediaWiki. I would like [[Define:Something]] to create a mouse-over popup link message with the text contained on "Define:Something", and when you click it, it takes you to the Edit Article page for [[Define:Something]].
I have looked at the code contained in Parser.php, and I noticed that Image is a namespace:
if ( $ns == NS_IMAGE )
I know that I could make 'Define' a namespace, but how would I go about making the namespace and customizing its code?
------------- Beans-v6
Administrator, the-BEANS.com (http://www.the-beans.com/)
beans_v6@the-beans.com