Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:!-/doc: Difference between revisions

Template page
fandomwiki>@DeletedUser40302604
m 1 revision imported
m 3 revisions imported: Try to import fandom pages (manual dump, 9)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{doc/start}}
{{doc/start}}
'''Result''': <tt><nowiki>|-</nowiki></tt>
'''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, <tt>|</tt> is interpreted as a parameter separator rather than a table cell or row separator. Using <tt><nowiki>{{!-}}</nowiki></tt> 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}}

Latest revision as of 11:09, 7 August 2025

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

Documentation

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.

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