Template:!-/doc: Difference between revisions
Jump to navigation
Jump to search
m (2 revisions imported) |
m (Text replacement - "== " to "==") |
||
Line 4: | Line 4: | ||
This template is used inside other templates when a pipe symbol is required. | This template is used inside other templates when a pipe symbol is required. | ||
== Documentation == | ==Documentation == | ||
When combining wikitable syntax with parser functions, <code>|</code> is interpreted as a parameter separator rather than a table cell or row separator. Using <code><nowiki>{{!-}}</nowiki></code> to begin a new table row instead is a workaround that often solves this problem. | When combining wikitable syntax with parser functions, <code>|</code> is interpreted as a parameter separator rather than a table cell or row separator. Using <code><nowiki>{{!-}}</nowiki></code> to begin a new table row instead is a workaround that often solves this problem. | ||
{{doc/end}} | {{doc/end}} |
Revision as of 23:42, 19 December 2021
Result: |-
This template is used inside other templates when a pipe symbol is required.
Documentation
When combining wikitable syntax with parser functions, |
is interpreted as a parameter separator rather than a table cell or row separator. Using {{!-}}
to begin a new table row instead is a workaround that often solves this problem.