In my template I have a {{{parameter|}}}
that holds a URL. Now I want to build some button around this URL. Thus the URL should go after href=
. The MediaWiki parser disturbs that plan because it turns the URL into a clickable link automatically.
How can I prevent the parser doing this?
PS: With a URL itself I can do
<nowiki>http://url.com</nowiki>
but doing this with the parameter
<nowiki>{{{parameter|}}}</nowiki>
only gives me {{{parameter|}}}