Post:Two in One Day - Auto Linker
From Fusselman.org
So I was trying to make Mediawiki's Autolink extension work, but it has some issues with the way I use links as parameters for templates. It has a nasty habit of ending the template and screwing up my formatting. It should be noted that, if you're not me, Autolink is much slicker than I'd imagined. I'd initially thought that it was a run-time substitution, so that pages created since the "linking from" page was created/edited would still be auto-linked to. This is not the case. It's actually a save time routine, that modifies your wikicode as your document is being saved (yes, this means that it doesn't work as expected on preview). Overall slick, but that parser anomaly makes it entirely useless to me.

