Template:!!/doc

From StarMade Wiki

< Template:!!

Revision as of 17:01, 8 July 2016 by DukeofRealms (talk | contribs) (2 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

50px Documentation

This template can be used to parse tables in templates as a shortcut to using {{!}} twice. For example, the table:

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

Can be coded as:

{{sometemplate|someparameter=
{{{!}} some table
{{!}}- some row
{{!}} some cell {{!!}} some cell
|}
}}

See also

  • {{!}}

This is the documentation page, it should be transcluded into the main template page. See Template:Doc for more information.