Author: gunter.schmidt
Description:
I use a {{{variable}}} within a template which is a table.
a) No Bug
In the article i fill the variable like
variable = TEXT |
So I get the table of the template and a cell containing TEXT.
b) BUG:
In the article i fill the variable like
variable = {| border="1"
Zelle1.1 | Zelle1.2 | Zelle1.3 | ||
- | ||||
Zelle2.1 | Zelle2.2 | Zelle2.3 | ||
} | ||||
The only thing showing is a {.
c) Workaround:
In the article i fill the variable like
variable = <TABLE border=1>
<TR>
<TD>Zelle1.1</TD>
<TD>Zelle1.2</TD>
<TD>Zelle1.3 </TD></TR>
<TR>
<TD>Zelle2.1</TD>
<TD>Zelle2.2</TD>
<TD>Zelle2.3 </TD>
</TR>
</TABLE> |
Everything like expected.
Version: 1.7.x
Severity: normal
OS: Windows XP
Platform: PC
URL: http://de.wikipedia.org/wiki/Wikipedia:Spielwiese