![]() |
You are not currently logged in. Are you accessing the unsecure (http) portal? Click here to switch to the secure portal. |
![]() |
Do you have permission to re-use this image? Just because scans appear on Wiktenauer does not mean that they are free to use. Wiktenauer is a 501(c)(3) nonprofit, and many of the scans we host are only licensed for nonprofit use. In other cases, the scans have no standard license and Wiktenauer has received special permission to host them (and can't grant that permission to anyone else). The license terms appear in the Copyright and License Terms box at the bottom of the page that sent you here. When in doubt, always check with the museum or library that owns a manuscript before publishing or otherwise reusing its scans. |
Template:" '/doc
![]() |
This is a documentation subpage for Template:" '. It contains usage information, categories, interlanguage links and other content that is not part of the original template page. |
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, " '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:Apostrophe). See also {{' "}} and {{'-}} for the right-hand side versions (manual and parameter, respectively).
See also
- Quotation mark and apostrophe templates
- {{'}} (Template:Apostrophe)
- {{`}}
- {{' "}} (Template:Single double)
- {{" '}} (Template:Double single)
- {{" ' "}} (Template:Double single double)
- {{-"}} (Template:Space double)
- {{"-}} (Template:Double space)
- {{-'}} (Template:Space single)
- {{"-}} (Template:Single space)
- {{'s}}
- {{‘}}
- {{!}} (Template:Pipe, for escaping the "|" symbol)