Template:(!/doc
![]() | This is a documentation subpage for Template:(!. It may contain usage information, categories and other content that is not part of the original template page. |
![]() | Some or all text used in this template, module, or documentation has been borrowed from Wikipedia and modified for Weezerpedia. View the original text at Wikipedia:Template:(!.
This page was last edited on February 25, 2025. The version on Wikipedia may have updated since then. |
This templates produces the {|
sequence (i.e., start of wikitable), so that wikitables can be built inside templates.
Explanation
The problem is that if a pipe character "|
" appears in a template, the template parser assumes that the pipe is part of the template; and so if there is a table within a template the pipe symbols that are usually interpreted as part of the table syntax will be interpreted first as part template.
To prevent this happening it is possible to "hide" the pipe character of the table from the template parser by substituting {{!}}
for a pipe character.
To aid with building a table there are some additional template which can be used to help