Toggle menu
15
236
81
27.8K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 07:05, 18 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> {{COinS safe|n}} {{template shortcut|'"}} == Usage == The '''{{tc|' "}}''' or '''{{tc|Single+double}}''' template is to be used whenever a single-quotation mark (') would be followed by a double-quotation mark ("), most commonly found in nested quotations (e.g., {{tq|"I never told the kids, 'Stay outta school{{' "}}, Bob implored.}}), or when a double-quoted passage termin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:COinS safe

Usage

The {{' "}} or {{Single+double}} template is to be used whenever a single-quotation mark (') would be followed by a double-quotation mark ("), most commonly found in nested quotations (e.g., "I never told the kids, 'Stay outta school'", Bob implored.), or when a double-quoted passage terminates with an apostrophe (e.g., In 1961, the Beach Boys recorded two demo songs, "Surfin'" and "Surfin' Safari".) 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 CSS, and does so because the insertion of an extraneous space character of any kind (e.g., &nbsp; or &thinsp;) would violate the semantic integrity of web content in an article or another page in which it appears.

Example (with highlighting added for clarity)
  • Using this template:
Smith was reported to have said, "I think the public will not agree with your 'innovative solution{{' "}}, in the March 3 debate.
Smith was reported to have said, "I think the public will not agree with your 'innovative solution'", in the March 3 debate.
  • For comparison, here is the less desirable, completely unspaced version:
Smith was reported to have said, "I think the public will not agree with your 'innovative solution'", in the March 3 debate.
Smith was reported to have said, "I think the public will not agree with your 'innovative solution'", in the March 3 debate.
  • Compare also the version with a semantically incorrect non-breaking space character:
Smith was reported to have said, "I think the public will not agree with your 'innovative solution'&nbsp;", in the March 3 debate.
Smith was reported to have said, "I think the public will not agree with your 'innovative solution' ", in the March 3 debate.
  • And finally, compare this visually appealing but also semantically incorrect version, using a "thin space" character:
Smith was reported to have said, "I think the public will not agree with your 'innovative solution'&thinsp;", in the March 3 debate.
Smith was reported to have said, "I think the public will not agree with your 'innovative solution' ", in the March 3 debate.

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.

See also the related templates, {{" '}} and {{'}} for the left-hand side versions (manual and parameter, respectively).

See also