Help:Format
Here's how to format text. For title formatting, see Help:Title restrictions.
Logical and physical tags
These HTML tags can be used to format text by typing <tag>Text</tag>:
| Physical Tag | Result | Logical Tag |
|---|---|---|
| <b> | bold | <strong> |
| <i> | italic | <em> |
| <u> | underline | <ins> |
| <s> | <del> | |
<big> |
big | — |
| <small> | small | — |
<sup> |
superscript | — |
<sub> |
subscript | — |
| — |
|
<blockquote> |
Colors
These color codes can be used to format text by typing <span style="color:(color)">Text</span>. Alternatively, Template:Color can be used :
| Hexadecimal Value | Result | Name |
|---|---|---|
| #FF0000 | red | |
| #FF3300 | orange | |
| #00FFFF | yellow | |
| #00FF00 | lime | |
| #00FFFF | cyan | |
| #0000FF | blue | |
| #003333 | dark cyan | |
| #FF00FF | fuchsia | |
| #FFFFFF | white | |
| #000000 | black |
Symbols
These HTML symbol codes can be used to create text symbols you wouldn't ordinarily be able to type. You can use them by typing &#Number; .