What steps will reproduce the problem?
try to render the Noarticletext from the English wikipedia, i.e.
https://en.wikipedia.org/wiki/Template:No_article_text
What is the expected output? What do you see instead?
"<td class="mbox-text" style="padding: 0.6em 0.9em;"> {{{text}}} </td>" will be
displayed instead of the real content
What version of the product are you using? On what operating system?
3.0.18-SNAPSHOT
Please provide any additional information below.
Reason for this is Configuration.TEMPLATE_VALUE_LIMIT being too low. It is set
to 4096 and doubling the value to 8192 works in this concrete case. I don't
know the implications, but it should probably be even higher. Reason for this
is that templates in the (English) Wikipedia are quite often used nowadays with
lots of text in them.
Original issue reported on code.google.com by nico.kru...@googlemail.com on 30 Mar 2012 at 1:10
Original issue reported on code.google.com by
nico.kru...@googlemail.com
on 30 Mar 2012 at 1:10