Last modified: 2010-05-15 15:37:24 UTC
A template parameter with a default {{{foo|bar}}} breaks badly inside a table. It seems like the "|" (between 'foo' and 'bar') may be being interpreted as the end of the table cell. Using HTML tables as a workaround doesn't appear to work either, since the parameter reference doesn't seem to be interpreted at all.
Could bugs please not be closed WORKSFORME without at least a comment giving the test performed on current software and the results from it, which led to the WORKSFORME conclusion? Thank you.
Test case that worked for me: {|border=1 |foo |{{{bar|DEFAULT}}} |baz |} Both old and new parsers.