Template:!-
Jump to navigation
Jump to search
|-
This template is used as a method to embed a wikitable new_row when it appears inside a {{#if: or other structure that would become confused.
This would break because the #if thinks the |'s belong to it:
{{#if: condition |
{| width="100%"
| align="center" | some stuff
|-
| more stuff
|}
}}
but the following works.
{{#if: condition |
{{{!}} width="100%"
{{!}} align="center" {{!}} some stuff
{{!-}}
{{!}} more stuff
{{!}}}
}}
Please notice that the }} closing the #if MUST be on it's own line!
See also: Template:!