Difference between revisions of "Template:Double+single/doc"

From blackwiki
Jump to navigation Jump to search
imported>SMcCandlish
imported>Vanisaac
m (→‎See also: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{Documentation subpage}}
 
{{Documentation subpage}}
 
<!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE -->
 
<!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE -->
 +
{{COinS safe|n}}
  
 
== Usage ==
 
== Usage ==
The {{tl|" '}} template (or {{tl|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 [[Cascading style sheets|CSS]], and does so because the insertion of an extranous space character of any kind would be a violation of the [[Semantic web|semantic integrity of the web content]] of the article or other page in which it appeared.
+
The {{tl|" '}} template (or {{tl|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 [[Cascading style sheets|CSS]], and does so because the insertion of an extranous space character of any kind would be a violation of the [[Semantic web|semantic integrity of the web content]] of the article or other page in which it appeared.
  
 
;Example (with highlighting added for clarity):
 
;Example (with highlighting added for clarity):
Line 9: Line 10:
 
*Using the template:
 
*Using the template:
  
:<code>Gonzales added, <span style="color:fuchsia;"><strong><nowiki>{{" '}}</nowiki></strong></span>Interesting times' is quite a euphemism for this chaos."</code>
+
:<code>Gonzales added, <span style="color:Green;"><strong><nowiki>{{" '}}</nowiki></strong></span>Interesting times' is quite a euphemism for this chaos."</code>
  
 
:Gonzales added, {{" '}}Interesting times' is quite a euphemism for this chaos."
 
:Gonzales added, {{" '}}Interesting times' is quite a euphemism for this chaos."
Line 15: Line 16:
 
*For comparison, here is the completely unspaced version:
 
*For comparison, here is the completely unspaced version:
  
:<code>Gonzales added, <span style="color:fuchsia;"><strong>"'</strong></span>Interesting times' is quite a euphemism for this chaos."</code>
+
:<code>Gonzales added, <span style="color:Red;"><strong>"'</strong></span>Interesting times' is quite a euphemism for this chaos."</code>
  
 
:Gonzales added, "'Interesting times' is quite a euphemism for this chaos."
 
:Gonzales added, "'Interesting times' is quite a euphemism for this chaos."
Line 21: Line 22:
 
*And here is the version with a semantically incorrect non-breaking space character:
 
*And here is the version with a semantically incorrect non-breaking space character:
  
:<code>Gonzales added, <span style="color:fuchsia;"><strong>"&amp;nbsp;'</strong></span>Interesting times' is quite a euphemism for this chaos."</code>
+
:<code>Gonzales added, <span style="color:Red;"><strong>"&amp;nbsp;'</strong></span>Interesting times' is quite a euphemism for this chaos."</code>
  
 
:Gonzales added, "&nbsp;'Interesting times' is quite a euphemism for this chaos."
 
:Gonzales added, "&nbsp;'Interesting times' is quite a euphemism for this chaos."
Line 27: Line 28:
 
:When rendered, the non-breaking-spaced version looks similar to or the same as the template version, but improperly mixes content and presentation.
 
: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. {{para|title}} in {{tl|cite web}}) is {{tl|-'}} ([[Template:Space single]]).  See also {{tl|' "}} and {{tl|'-}} for the right-hand side versions (manual and parameter, respectively).
+
The equivalent template when used inside a template parameter that automatically provides double quotes (e.g. {{para|title}} in {{tl|cite web}}) is {{tl|-'}} ([[Template:Space+single]]).  See also {{tl|' "}} and {{tl|'-}} for the right-hand side versions (manual and parameter, respectively).
  
 
== See also ==
 
== See also ==
{{Quotation mark templates}}<includeonly>
+
{{Quotation mark templates}}<includeonly>{{Sandbox other||
 
<!-- CATEGORIES BELOW THIS LINE, PLEASE: -->
 
<!-- CATEGORIES BELOW THIS LINE, PLEASE: -->
[[Category:Inline spacing templates]]
+
[[Category:Quotation mark templates]]
</includeonly>
+
}}</includeonly>

Latest revision as of 00:20, 25 April 2020

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