Help:Format

From Dothack Info
Revision as of 21:26, 5 October 2024 by MysteryCorgi (talk | contribs) (Replaced content with "'''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 ''<nowiki><tag>Text</tag></nowiki>'': {| width="100%" border="5" cellspacing="2" cellpadding="2" style="font-size:20px;text-align:center;" |- style="background:#00FFFF" ! width="33%" | Physical Tag !! width="33%" | Result !! width="33%" | Logical Tag |- | <b> || <b>bold</b> || <strong>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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> strike <del>

<big>

big
<small> small

<sup>

superscript

<sub>

subscript

blockquote

<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; .