Difference between revisions of "Template:Italics correction/doc"

From blackwiki
Jump to navigation Jump to search
imported>Hyacinth
(→‎See also: *{{tl|Dab italics}} *{{tl|Italics after}} *{{tl|Talk header italics}})
imported>Sardanaphalus
(category)
Line 1: Line 1:
 
{{Documentation subpage}}
 
{{Documentation subpage}}
 +
<!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE -->
  
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. -->
+
== Usage ==
 
 
==Usage==
 
 
Use {{tl|italics correction}} to insert a thin whitespace following a (slanted) text in italics to keep it from running into the following (upright) character. The template takes one unnamed parameter: the text. It should be enclosed in italics markup, which is not provided by this template itself.
 
Use {{tl|italics correction}} to insert a thin whitespace following a (slanted) text in italics to keep it from running into the following (upright) character. The template takes one unnamed parameter: the text. It should be enclosed in italics markup, which is not provided by this template itself.
  
==Examples==
+
== Examples ==
<tt><nowiki>({{italics correction|''Harbi''}})</nowiki></tt> produces "({{italics correction|''Harbi''}})".
+
<code><nowiki>({{italics correction|''Harbi''}})</nowiki></code> produces: ({{italics correction|''Harbi''}}).
  
==See also==
+
== See also ==
* {{tlx|pad|{{italics correction|''width''}}}} to produce whitespace, such as <code><nowiki>{{pad|0.5em}}</nowiki></code>
+
* {{tlx|pad|{{italics correction|''width''}}}}, to produce whitespace (e.g. {{plaincode|<nowiki>{{pad|0.5em}}</nowiki>}})
 
+
* {{tl|dab italics}}
*{{tl|Dab italics}}
+
* {{tl|italics after}}
*{{tl|Italics after}}
+
* {{tl|Talk header italics}}
*{{tl|Talk header italics}}
 
  
 
<includeonly>
 
<includeonly>
 
+
<!-- CATEGORIES BELOW THIS LINE, PLEASE: -->
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AFTER THIS LINE, THANK YOU. -->
+
[[Category:Spacing (inline) templates]]
 
 
[[Category:Wikipedia formatting and function templates|{{PAGENAME}}]]
 
 
 
 
</includeonly>
 
</includeonly>

Revision as of 14:38, 16 November 2014

Usage

Use {{italics correction}} to insert a thin whitespace following a (slanted) text in italics to keep it from running into the following (upright) character. The template takes one unnamed parameter: the text. It should be enclosed in italics markup, which is not provided by this template itself.

Examples

({{italics correction|''Harbi''}}) produces: (Harbi).

See also