Difference between revisions of "Template:Double+single"

From blackwiki
Jump to navigation Jump to search
imported>SMcCandlish
m (SMcCandlish moved page Template:Double single to Template:Double+single: conforming with move of Template:Single+space, Template:Double+space)
imported>SMcCandlish
(Re-kerning to match width of hair-space instead of thin-space.)
Line 1: Line 1:
<span style="padding-right:.2em;">"</span>'<noinclude>
+
<span style="padding-right:.15em;">"</span>'<noinclude>
  
 
{{Documentation}}
 
{{Documentation}}
 
<!--Add interwikis and categories to the /doc subpage.-->
 
<!--Add interwikis and categories to the /doc subpage.-->
 
</noinclude>
 
</noinclude>

Revision as of 22:01, 5 December 2018

"'

Template documentation[view] [edit] [history] [purge]

Usage

The {{" '}} template (or {{Double+single}} in long form) is for use at the beginning of a 'single-quoted' quotation that also begins a "double-quoted" quotation (or a double-quoted passage that begins with an apostrophe). Its purpose is to slightly space the double and single quotation marks apart for legibility, without actually inserting a space character. It does this with CSS, and does so because the insertion of an extranous space character of any kind would be a violation of the semantic integrity of the web content of the article or other page in which it appeared.

Example (with highlighting added for clarity)
  • Using the template:
Gonzales added, {{" '}}Interesting times' is quite a euphemism for this chaos."
Gonzales added, "'Interesting times' is quite a euphemism for this chaos."
  • For comparison, here is the completely unspaced version:
Gonzales added, "'Interesting times' is quite a euphemism for this chaos."
Gonzales added, "'Interesting times' is quite a euphemism for this chaos."
  • And here is the version with a semantically incorrect non-breaking space character:
Gonzales added, "&nbsp;'Interesting times' is quite a euphemism for this chaos."
Gonzales added, " 'Interesting times' is quite a euphemism for this chaos."
When rendered, the non-breaking-spaced version looks similar to or the same as the template version, but improperly mixes content and presentation.

The equivalent template when used inside a template parameter that automatically provides double quotes (e.g. |title= in {{cite web}}) is {{-'}} (Template:Space+single). See also {{' "}} and {{'-}} for the right-hand side versions (manual and parameter, respectively).

See also