Template:Truenewline
Transcludes a newline. Not HTML, no spaces, just a newline, nothing more. This allows a multiline #tag to be placed on a single line, even with indentation, which is otherwise impossible.
Usage
{{#tag:syntaxhighlight|foo1 = 'bar1';{{Truenewline}}foo2 = 'bar2';|lang=javascript}}
Result:
<syntaxhighlight lang="javascript">foo1 = 'bar1'; foo2 = 'bar2';</syntaxhighlight>