Last modified: 2007-01-08 13:42:45 UTC
Template:InnerKO <font color=#003060><tt>{{{1}}}</tt></font> ---------------------- Template:InnerOk '''{{{1}}}''' --------------------------- Template:Container {|style="width:400px;margin-top:5px;margin- bottom:5px;padding:5px;border:1px solid #aaa;background: #f9f9f9;" |- |'''{{{1}}}: '''{{{2}}} |} ------------------------- Sandbox/TestNested This works: {{Container|Ok, Work...| Some text {{InnerOk|Tis is ok}} other text. }} ---- Not works, appear, in a box: "Not Work...: {{{2}}}": {{Container|Not Work...| Some text {{InnerKO|Middle Text}} other text. }} ----------------------------------------------
It's not the <font>, it's the = sign.
(then this is same as bug 4003) How to resolve? <font color=#003060><tt>{{{1}}}</tt></font> is not the same! :(
Sorry! A mistake (not ...";#00"... but ...";00"... font color=003060><tt>{{{1}}}</tt></font> Now seem running!
... no! The problem is not resolved! :(
To resolve, name the parameters when calling, e.g. instead of {{template|<param with an = in>}} use {{template|1=<param with an = in>}}