Can templates include non-wiki codes? I am trying to add a link calling a javascript function. It works fine when added to the article itself, but template does not seem to work. Thanks!
-- details: wiki: <html><a href="javascript:function('ID')">LINK</a> <div id="ID">TEXT</div></html>
template try: <html><nowiki><a href=javascript:showhide('{{{ID}}}')">{{{LINK}}}</a> <div id="{{{ID}}}">{{{TEXT}}}</div></nowiki></html>
wiki using template: {{TEMPLATE_NAME|ID=someid |LINK=somelink |TEXT=sometext}}