Difference between revisions of "Template:Code"

From Ava Zinn Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
m (Using parser function trick to break up the "nowiki" so that the template itself won't parse it and fail to interpret the textual parameter. Testing for real in a minute, will revert if fails.)
m (Self-revert. Didn't work; there seems to be no way to get this to work without subst which makes it useless. Isn't there SOME way to escape "nowiki"??)
Line 1: Line 1:
<code>{{#if:{{{1|}}}|<no|<no}}{{#if:{{{1|}}}|wiki>|wiki>}}{{{1}}}{{#if:{{{1|}}}|</no|</no}}{{#if:{{{1|}}}|wiki>|wiki>}}</code>
+
<code><nowiki>{{{1}}}</nowiki></code>

Revision as of 19:43, 17 March 2007

{{{1}}}