Last modified: 2010-05-15 15:33:23 UTC
I have setup some templates that use their parameters in something like: <pre style="width={{{w}}}em">{{{txt}}}</pre> With Mediawiki 1.3.x, this worked fine both for "w" and "txt". With 1.4.x, the first parameter (w) gets replaced by HTML-escaping of the { (aka { or something) and thus the template breaks because "w" is no longer included. The resulting source looks like: <pre style="width={{{w}}}em">My Text</pre> which is neither valid HTML nor the Right Thing[tm]. I would like to get the behaviour of 1.3.x back because my wiki relies on it in a great number of templates; for instance a percentage bar that you can call like: {{percentage|n=35}} Note: Bug #591 might be about the same case. Thanx, Tels
Uhm, of course I just read that bug 2309 probably fixed exactly my problem. I did not include fixed bugs in my search. *sigh* Sorry!
*** This bug has been marked as a duplicate of 2309 ***