Difference between revisions of "Template:Zwsp/doc"

From EVE University Wiki
Jump to: navigation, search
(Moved documentation to Template:Zwsp/doc)
 
m (Changed Category from Template to Formatting templates)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
<noinclude>{{main|Template:Zwsp}}</noinclude>
 
{{tl|Zwsp}} inserts the code <code><nowiki>&#x200B</nowiki></code> literally, which produces a "Zero width space" in the rendered wiki-page.
 
{{tl|Zwsp}} inserts the code <code><nowiki>&#x200B</nowiki></code> literally, which produces a "Zero width space" in the rendered wiki-page.
  
Line 8: Line 9:
 
The zero-width space character has a higher breaking priority than the dash character (-), so when using it in a phrase with dashes, it is recommended to place a zero-width space immediately after each dash as well.
 
The zero-width space character has a higher breaking priority than the dash character (-), so when using it in a phrase with dashes, it is recommended to place a zero-width space immediately after each dash as well.
  
<small>(documentation copied from the [https://en.wikipedia.org/wiki/Template:Zwsp/doc English wikipedia])
+
<small>(documentation copied from the [https://en.wikipedia.org/wiki/Template:Zwsp/doc English wikipedia])</small>
 +
<includeonly>[[Category:Formatting templates]]</includeonly>
 +
<noinclude>[[Category:Template documentation]]</noinclude>

Latest revision as of 07:28, 22 March 2021

Main article: Template:Zwsp

{{Zwsp}} inserts the code &#x200B literally, which produces a "Zero width space" in the rendered wiki-page.

Usage

This is a convenience template for the zero-width space character, U+200B (&#x200B).

It is completely invisible in display, but has the effect of acting as a multi-line breaking point for text inside a word that otherwise would not break. Whitespace and normal dashes (-) are already multi-line breakpoints, but this template allows the special insertion of invisible breakpoints inside words.

The zero-width space character has a higher breaking priority than the dash character (-), so when using it in a phrase with dashes, it is recommended to place a zero-width space immediately after each dash as well.

(documentation copied from the English wikipedia)