Outer Wilds Wiki

Spoiler Warning! This wiki contains spoilers for the game! The Outer Wilds is a game about exploration and we strongly encourage you to explore on your own first.

READ MORE

Outer Wilds Wiki
m (1 revision)
No edit summary
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}}

Revision as of 19:48, 13 November 2018

Template-info 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.