This template can be used to parse tables correctly in templates. For example, the table:
{| some table
|- some row
| some cell
|
|}
}}
Can be written as:
{{sometemplate|someparameter=
{{{!}} some table
{{!}}- some row
{{!}} some cell
{{!}}
{{!}}}
}}