Template:normal
From cppreference.com
{{{1}}}
Adds formatting to the enclosed text:
| Usage | Preview | Description | Resulting HTML/MediaWiki elements |
|---|---|---|---|
| ''text '' | text | text in italic normal font | <i>text</i>
|
| '''text ''' | text | text in bold normal font | <b>text</b>
|
| {{i|text}} | text | text in italic normal font | <i>text</i>{{sep}}
|
| {{tt|text}} | text
|
text in monospace font | <code>text</code>
|
| {{ttb|text}} | text
|
text in bold monospace font | <code><b>text</b></code>
|
| {{tti|text}} | text
|
text in italic monospace font | <code><i>text</i></code>
|
| {{normal|text}} | text | text in normal font weight | ... font-weight: normal; ...
|
| {{ttn|text}} | text
|
text in monospace font of normal weight | {{normal|{{tt|text}}}}
|
| {{ttni|text}} | text
|
text in italic monospace font of normal weight | {{normal|{{tti|text}}}}
|
| {{petty|text}} | text | small-ish text | <small>text</small>
|
| {{small|text}} | text | small text | ... font-size: 0.7em;line-height: 130%; ...
|
| {{smalltt|text}} | text
|
small text in monospace font | {{small|{{tt|text}}}}
|
| {{sub|text}} | text | subscripted text in normal font | <sub>text</sub>
|
| {{sup|text}} | text | superscripted text in normal font | <sup>text</sup>
|
| {{p|text}} | text |
text in a new paragraph | <p>text</p>
|
| The above documentation is transcluded from Template:tt/doc. (edit | history) Subpages of this template. |