Template:```/doc
From Iron Chariots Wiki
- Purpose
- This template generates a triple-apostrophe character sequence ('''). It is generally only useful on template documentation pages or other "help" pages when illustrating the wikicode necessary to generate bold text without actually getting bold text. An alternative to this template is simply using <nowiki> tags to show the raw wikicode (see example below).
- Usage
- {{```}}
- Example
- <tt>{{```}}bold{{```}}</tt> → '''bold'''
- Instead of: <tt><nowiki>'''bold'''</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 double apostrophes (to illustrate wikicode for italicized text)
- Template:````` — for five apostrophes (to illustrate wikicode for bold-italics)