Page MenuHomePhabricator

Table Templates do not work with variables which will be filled with tables again.
Closed, DeclinedPublic

Description

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.1Zelle1.2Zelle1.3
-
Zelle2.1Zelle2.2Zelle2.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

Details

Reference
bz6242

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 9:18 PM
bzimport set Reference to bz6242.
bzimport added a subscriber: Unknown Object (MLST).

gunter.schmidt wrote:

This is a known issue. Found some documentation on it.