Is it possible to create an extension to change the internal link parser? If not, anyone know where that is done in code?
In on of my frankenstein experiments Im looking at changing what the wiki considers a "red link"
Thanks, -Adam
Adam Meyer wrote:
Is it possible to create an extension to change the internal link parser? If not, anyone know where that is done in code?
In on of my frankenstein experiments Im looking at changing what the wiki considers a "red link"
Thanks, -Adam
Maybe what you want to do is to change the linker?
Linker it was. I was able to hook it using $wgHooks['LinkBegin']
Not what I was doing, but I was thinking you could easily make an extension that would take all broken links and check if the case was just wrong, and fix it if so. Sudo case insensitive.
On Jul 18, 2011, at 10:56 AM, Platonides wrote:
Adam Meyer wrote:
Is it possible to create an extension to change the internal link parser? If not, anyone know where that is done in code?
In on of my frankenstein experiments Im looking at changing what the wiki considers a "red link"
Thanks, -Adam
Maybe what you want to do is to change the linker?
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org