Toggle menu
14
236
69
27.2K
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 02:24, 22 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AT THE BOTTOM OF THIS PAGE AND INTERWIKIS TO WIKIDATA. --> {{COinS safe|n}} == Usage == The {{tl|-"}} (or {{tl|Space+double}} in long form) template is for use at the end of a 'single-quoted' wikilink or a wikilink ending in an apostrophe or other similar punctuation or diacritic, which is immediately followed by a "double-quote" quotation mark ("), or when an italic word overlaps with a quotation mark (e.g. "italic q...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:COinS safe

Usage

The {{Template:Space+double}} (or {{Space+double}} in long form) template is for use at the end of a 'single-quoted' wikilink or a wikilink ending in an apostrophe or other similar punctuation or diacritic, which is immediately followed by a "double-quote" quotation mark ("), or when an italic word overlaps with a quotation mark (e.g. "italic quoted word"). Its purpose is to slightly space the single and double quotation marks apart 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 would be a violation of the semantic integrity of the web content of the article or other page in which it appeared. For non-link spacing of this sort, see {{Template:Single+double}} (or Template:Single+double).

Example (with highlighting added for clarity)
  • Using the template:
The song title was "[[Hustlin']]{{-"}}.
The song title was "Hustlin'".
  • For comparison, here is the completely unspaced version:
The song title was "[[Hustlin']]".
The song title was "Hustlin'".
  • And here is the version with a semantically incorrect non-breaking space character:
The song title was "[[Hustlin']]&nbsp;".
The song title was "Hustlin' ".
When rendered, the non-breaking-spaced version looks similar to or the same as the template version, but improperly mixes content and presentation.
  • Using the template with an italic quote:
The essay "On Translating ''Beowulf''{{-"}}.
The essay "On Translating Beowulf"
  • For comparison, here is the unspaced italic version:
The essay "On Translating ''Beowulf''".
The essay "On Translating Beowulf"

See also