Difference between revisions of "Template:'"

From Elite Wiki
(Created page with ''<noinclude> Encodes a simple apostrophe, for cases where it might otherwise be confused with a bold or italic syntax marker. For example: <code><nowiki>The ''Irregular Apo…')
 
m
Line 5: Line 5:
 
<code><nowiki>The ''Irregular Apocalypse''{{'}}s engines were failing.</nowiki></code> produces: The ''Irregular Apocalypse''&#39;s engines were failing.
 
<code><nowiki>The ''Irregular Apocalypse''{{'}}s engines were failing.</nowiki></code> produces: The ''Irregular Apocalypse''&#39;s engines were failing.
  
<code><nowiki>The ''Irregular Apocalypse'''s engines were failing.</nowiki></code> produces: The ''Irregular Apocalypse'''s engines were failing.</noinclude>
+
<code><nowiki>The ''Irregular Apocalypse'''s engines were failing.</nowiki></code> produces: The ''Irregular Apocalypse'''s engines were failing.
 +
 
 +
{{syntax-template}}</noinclude>

Revision as of 15:03, 4 April 2010

'

Encodes a simple apostrophe, for cases where it might otherwise be confused with a bold or italic syntax marker. For example:

The ''Irregular Apocalypse''{{'}}s engines were failing. produces: The Irregular Apocalypse's engines were failing.

The ''Irregular Apocalypse'''s engines were failing. produces: The Irregular Apocalypse's engines were failing.