Template:Spacer/doc
< Template:Spacer
Jump to navigation
Jump to search
Revision as of 11:01, 9 May 2020 by old>Realpsojed (more examples)
Documentation
[purge]
A simple template that checks if provided parameter is empty. If not empty, returns the parameter with a line break at the end.
Usage:
This is a {{Spacer|simple}} text.
This is a simple
text.
An empty example does not produce the line break:
This is a {{Spacer|}} text.
This is a text.
But When using empty HTML and CSS tags, the tags are resolved as not empty and return with the linebreak:
This is a {{Spacer|<span></span>}} text.
This is a
text.