hello,
I'm reading Linker.php source.
I want to take a wikitext like this [{{fullurl:{{PAGENAME}}| action=edit}} Edit this page]
edit it to get: index.php?title=AddArticle&action=edit&preload=Template:one
And then I'd like to get only the href content in a php variable.
In Linker.php I have found a lot of private functions.
Can you help me?
I'm going to user $wgOut->redirect($url); for an internal link.
regards, ADM