Difference between revisions of "Template:-!"
Jump to navigation
Jump to search
m (Added categorization) |
(Added Usage. Recategorized as formatting template.) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
| | |<noinclude>{{Usage|1=This template adds a non-breaking space followed by a pipe (<nowiki>|</nowiki>) character. It is useful in lists where a line break is only wanted after the pipe. | ||
[[Category: | |||
For example, in the string <nowiki>"Item1 | Item2 | Item3"</nowiki> one probably does not want a line break between each pipe and its preceding space. This could be used to fix it: <nowiki>"Item1{{-!}} Item2{{-!}} Item3".</nowiki> | |||
The format for using this template is as follows:<br /> | |||
'''<pre>{{-!}}</pre>''' | |||
- Displays:{{-!}} | |||
'''<pre>Item1{{-!}} Item2{{-!}} Item3</pre>''' | |||
- Displays:Item1{{-!}}Item2{{-!}}Item3}} | |||
[[Category:Formatting and function templates|{{PAGENAME}}]]</noinclude> |
Latest revision as of 02:06, 30 November 2010
|
Usage
These usage notes will not be included in articles bearing this template.
This template adds a non-breaking space followed by a pipe (|) character. It is useful in lists where a line break is only wanted after the pipe.
For example, in the string "Item1 | Item2 | Item3" one probably does not want a line break between each pipe and its preceding space. This could be used to fix it: "Item1{{-!}} Item2{{-!}} Item3".
The format for using this template is as follows:
{{-!}}
- Displays: |
Item1{{-!}} Item2{{-!}} Item3
- Displays:Item1 |Item2 |Item3