Hi David.

That's a really tricky situation. The way our parser is now there isn't
much flexibility here and pipe escapes are probably needed, since the
parser looks for pipes go separate parameters for the first level of
templates.
On Feb 13, 2012 1:40 PM, "david" <[email protected]> wrote:

> Hi;
> I need a method or workaround to allow users to put contents with
> wikitext tables inside template parameters.
> The users use Open/Libre-Office MediaWiki export to generate the
> wikitext and it is preferable that they do not have to add any extra
> wikitext or codes.
>
> This is my testing page:
> http://www.eoi.es/wiki/index.php/Usuario:Dvdgmz/pruebas
>
> If I write this the template (well the table) crashes:
>
> {{Test|Contenido=
> {| class="wikitable"
> | bla
> | bla bla
> |-
> | hola
> |hola hola
> |}
>
> }}
>
> Using Pipe Escape don't crashes but I don't want to ask users to write
> it:
>
> {{Test|Contenido=
> {{#!:
> {| class="wikitable"
> | bla
> | bla bla
> |-
> | hola
> |hola hola
> |}
> }}
> }}
>
> I tried to put the Pipe Escape tags inside the template but seems to be
> ignored.
>
>
> David.
>
>
>
> _______________________________________________
> MediaWiki-l mailing list
> [email protected]
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
>
_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to