Difference between revisions of "Template:!-/doc"
Jump to navigation
Jump to search
>Maintenance script-gpuser (Automated Import) |
>Pcjbot m |
||
| (4 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{doc/start}} | {{doc/start}} | ||
| − | '''Result''': < | + | '''Result''': <code><nowiki>|-</nowiki></code> |
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, < | + | 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}} | ||
Latest revision as of 11:27, 14 November 2018
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.