Template:`````
From Iron Chariots Wiki
'''''
| The documentation for this template is transcluded from Template:`````/doc. Please edit that page if you want to change something in the documentation. Do not edit this page unless you know what you're doing. |
- Purpose
- This template generates a sequence of five apostrophe characters ('''''). It is generally only useful on template documentation pages or other "help" pages when illustrating the wikicode necessary to format text in bold italics without actually getting formatted text. An alternative to this template is simply using <nowiki> tags to show the raw wikicode (see example below).
- Usage
- {{`````}}
- Example
- <tt>{{`````}}bold-italics{{`````}}</tt> → '''''bold-italics'''''
- Instead of: <tt><nowiki>'''''bold-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 double apostrophes (to illustrate wikicode for italicized text)
- Template:``` — for triple apostrophes (to illustrate wikicode for bold text)