<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://projectmailer.net/index.php?action=history&amp;feed=atom&amp;title=Template%3A%27_%22%2Fdoc</id>
	<title>Template:&#039; &quot;/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://projectmailer.net/index.php?action=history&amp;feed=atom&amp;title=Template%3A%27_%22%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://projectmailer.net/index.php?title=Template:%27_%22/doc&amp;action=history"/>
	<updated>2026-04-22T10:16:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>https://projectmailer.net/index.php?title=Template:%27_%22/doc&amp;diff=8421&amp;oldid=prev</id>
		<title>Grlucas: Created page with &quot;{{Documentation subpage}} &lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --&gt; {{COinS safe|n}}  == Usage == The &#039;&#039;&#039;{{tc|&#039; &quot;}}&#039;&#039;&#039; or &#039;&#039;&#039;{{tc|Single+double}...&quot;</title>
		<link rel="alternate" type="text/html" href="https://projectmailer.net/index.php?title=Template:%27_%22/doc&amp;diff=8421&amp;oldid=prev"/>
		<updated>2019-05-16T20:34:44Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Documentation subpage}} &amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --&amp;gt; {{COinS safe|n}}  == Usage == The &amp;#039;&amp;#039;&amp;#039;{{tc|&amp;#039; &amp;quot;}}&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;{{tc|Single+double}...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Documentation subpage}}&lt;br /&gt;
&amp;lt;!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --&amp;gt;&lt;br /&gt;
{{COinS safe|n}}&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;{{tc|&amp;#039; &amp;quot;}}&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;{{tc|Single+double}}&amp;#039;&amp;#039;&amp;#039; template is to be used whenever a single-quotation mark (&amp;#039;) would be followed by a double-quotation mark (&amp;quot;), most commonly found in nested quotations (e.g., {{tq|&amp;quot;I never told the kids, &amp;#039;Stay outta school{{&amp;#039; &amp;quot;}}, Bob implored.}}), or when a double-quoted passage terminates with an apostrophe (e.g., {{tq|In 1961, the Beach Boys recorded two demo songs, &amp;quot;Surfin{{&amp;#039; &amp;quot;}} and &amp;quot;Surfin&amp;#039; Safari&amp;quot;.}}) Its purpose is to place a slight space in-between the single and double quotation marks for legibility, without actually inserting a space character. It does this with [[Cascading style sheets|CSS]], and does so because the insertion of an extraneous space character of any kind (e.g., {{code|&amp;amp;nbsp;}} or {{code|&amp;amp;thinsp;}}) would violate the [[Semantic web|semantic integrity of web content]] in an article or another page in which it appears.&lt;br /&gt;
&lt;br /&gt;
;Example (with highlighting added for clarity):&lt;br /&gt;
&lt;br /&gt;
*Using this template:&lt;br /&gt;
::&amp;lt;code&amp;gt;Smith was reported to have said, &amp;quot;I think the public will not agree with your &amp;#039;innovative solution{{stronggood|&amp;lt;nowiki&amp;gt;{{&amp;#039; &amp;quot;}}&amp;lt;/nowiki&amp;gt;}}, in the March 3 debate.&amp;lt;/code&amp;gt;&lt;br /&gt;
::Smith was reported to have said, &amp;quot;I think the public will not agree with your &amp;#039;innovative solution{{&amp;#039; &amp;quot;}}, in the March 3 debate.&lt;br /&gt;
&lt;br /&gt;
*For comparison, here is the less desirable, completely unspaced version:&lt;br /&gt;
::&amp;lt;code&amp;gt;Smith was reported to have said, &amp;quot;I think the public will not agree with your &amp;#039;innovative solution{{strongbad|&amp;#039;&amp;quot;}}, in the March 3 debate.&amp;lt;/code&amp;gt;&lt;br /&gt;
::Smith was reported to have said, &amp;quot;I think the public will not agree with your &amp;#039;innovative solution&amp;#039;&amp;quot;, in the March 3 debate.&lt;br /&gt;
&lt;br /&gt;
*Compare also the version with a semantically-incorrect non-breaking space character:&lt;br /&gt;
::&amp;lt;code&amp;gt;Smith was reported to have said, &amp;quot;I think the public will not agree with your &amp;#039;innovative solution{{strongbad|&amp;#039;&amp;amp;amp;nbsp;&amp;quot;}}, in the March 3 debate.&amp;lt;/code&amp;gt;&lt;br /&gt;
::Smith was reported to have said, &amp;quot;I think the public will not agree with your &amp;#039;innovative solution&amp;#039;&amp;amp;nbsp;&amp;quot;, in the March 3 debate.&lt;br /&gt;
&lt;br /&gt;
*And finally, compare this visually appealing but also semantically-incorrect version, using a &amp;quot;thin space&amp;quot; character:&lt;br /&gt;
::&amp;lt;code&amp;gt;Smith was reported to have said, &amp;quot;I think the public will not agree with your &amp;#039;innovative solution{{strongbad|&amp;#039;&amp;amp;amp;thinsp;&amp;quot;}}, in the March 3 debate.&amp;lt;/code&amp;gt;&lt;br /&gt;
::Smith was reported to have said, &amp;quot;I think the public will not agree with your &amp;#039;innovative solution&amp;#039;&amp;amp;thinsp;&amp;quot;, in the March 3 debate.&lt;br /&gt;
&lt;br /&gt;
As rendered, the non-breaking-spaced and thin-spaced versions may look similar or the same as the templated version, but they improperly mix content and presentation.&lt;br /&gt;
&lt;br /&gt;
To properly achieve similar results within parameters of a template that automatically wraps the value in double-quotes (e.g. {{para|title}} in {{tl|cite web}}), use the {{tn|&amp;#039;-}} or {{tl|Single+space}} template.  See also the related templates, {{tn|&amp;quot; &amp;#039;}} and {{tn|&amp;#039;}} for the left-hand side versions (manual and parameter, respectively).&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
{{Quotation mark templates}}&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- CATEGORIES BELOW THIS LINE, PLEASE: --&amp;gt;&lt;br /&gt;
[[Category:Quotation mark templates]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>Grlucas</name></author>
	</entry>
</feed>