Template:!

From StarMade Wiki

{{#vardefine: nodoc | {{{nodoc}}} }}{{#vardefine: baddoc | {{{baddoc}}} }}

50px Documentation

This template can be used to parse tables correctly in templates. For example, the table:

{| table
|- row
| cell
| cell
|}
}}

Can be written as:

{{template|parameter=
{{{!}} table
{{!}}- row
{{!}} cell
{{!}} cell
{{!}}}
}}

See also