Template:``/doc
From Iron Chariots Wiki
- Purpose
- This template generates a double-apostrophe character sequence (''). It is generally only useful on template documentation pages or other "help" pages when illustrating the wikicode necessary to format text in italics without actually getting italicized text. An alternative to this template is simply using <nowiki> tags to show the raw wikicode (see example below).
- Usage
- {{``}}
- Example
- <tt>{{``}}italics{{``}}</tt> → ''italics''
- Instead of: <tt><nowiki>''italics''</nowiki></tt>
- Note
- This character sequence can also be coded as the numerical character entities '' (or ''), but using this template may make it easier for other editors to recognize/remember the intended meaning.
- See also
- Template:' — for a single apostrophe (note: not an acute accent!)
- Template:``` — for triple apostrophes (to illustrate wikicode for bold text)
- Template:````` — for five apostrophes (to illustrate wikicode for bold-italics)