Help Format: Difference between revisions
imported>HRWikiMirrorBot Imported from hrwiki.org via Wayback Machine (HTML→wikitext) |
imported>HRWikiMirrorBot Reimported from hrwiki.org Wayback HTML→wikitext (full reconvert) |
||
| Line 1: | Line 1: | ||
<!-- Mirrored from Homestar Runner Wiki (hrwiki.org) via Wayback Machine | <!-- Mirrored from Homestar Runner Wiki (hrwiki.org) via Wayback Machine --> | ||
'''Here's how to format text:''' | '''Here's how to format text:''' | ||
== Logical and Physical Tags == | |||
These HTML tags can be used to format text by typing '' | These HTML tags can be used to format text by typing ''<tag>Text</tag>''. The physical tags are used when you are merely concerned with appearance. When meaning is meant to be conveyed with the text decoration, use the logical tags. | ||
{| class="wikitable" | {| class="wikitable" style="width:100%;" | ||
|- | |- | ||
| | ! Physical Tag | ||
! Result | |||
! Logical Tag | |||
|- | |||
| <b> | |||
| '''bold''' | | '''bold''' | ||
| | | <strong>''(strongly emphasized)''</strong> | ||
|- | |- | ||
| | | <i> | ||
| ''italic'' | | ''italic'' | ||
| | | <em>''(normally emphasized)''</em> | ||
|- | |- | ||
| | | <u> | ||
| | | underline | ||
| | | <ins>''(if inserted text is intended)''</ins> | ||
|- | |- | ||
| | | <s> | ||
| | | strike | ||
| | | <del>''(if deleted text is intended)''</del> | ||
|- | |- | ||
| <br /> | | <br /><big><br /><br /> | ||
<br /> | |||
| big | | big | ||
| — | | — | ||
|- | |- | ||
| | | <small> | ||
| | | small | ||
| — | | — | ||
|- | |- | ||
| <br /> | | <br /><sup><br /><br /> | ||
| superscript | |||
<br /> | |||
| | |||
| — | | — | ||
|- | |- | ||
| <br /> | | <br /><sub><br /><br /> | ||
| subscript | |||
<br /> | |||
| | |||
| — | | — | ||
|- | |- | ||
| — | | — | ||
| | | blockquote | ||
| <blockquote>''(quoting a section of text)''</blockquote> | |||
|} | |} | ||
== Colors == | |||
<span | These [[Help:Color codes|color codes]] can be used to format text by typing ''<span style="color:(color)">Text</span>''. Either the hex code or the color name given can be used. Colors which are not listed should be specified with a hex code. | ||
{| class="wikitable" style="width:100%;" | |||
|- | |||
{| class="wikitable" | ! Hexadecimal Value | ||
|- | ! Result | ||
! | ! Name | ||
! | |||
! | |||
|- | |- | ||
| #FF0000 | | #FF0000 | ||
| | | | ||
| red | | red | ||
|- | |- | ||
| #FF3300 | | #FF3300 | ||
| | | | ||
| orange | | orange | ||
|- | |- | ||
| #FFFF00 | | #FFFF00 | ||
| | | | ||
| yellow | | yellow | ||
|- | |- | ||
| #00FF00 | | #00FF00 | ||
| | | | ||
| lime | | lime | ||
|- | |- | ||
| #00FFFF | | #00FFFF | ||
| | | | ||
| cyan | | cyan | ||
|- | |- | ||
| #0000FF | | #0000FF | ||
| | | | ||
| blue | | blue | ||
|- | |- | ||
| #003333 | | #003333 | ||
| | | | ||
| dark cyan | | dark cyan | ||
|- | |- | ||
| #FF00FF | | #FF00FF | ||
| | | | ||
| fuchsia | | fuchsia | ||
|- | |- | ||
| #FFFFFF | | #FFFFFF | ||
| | | | ||
| white | | white | ||
|- | |- | ||
| #000000 | | #000000 | ||
| | | | ||
| black | | black | ||
|} | |} | ||
[[Category:Help]] | |||
Latest revision as of 14:24, 14 July 2026
Here's how to format text:
Logical and Physical Tags
These HTML tags can be used to format text by typing <tag>Text</tag>. The physical tags are used when you are merely concerned with appearance. When meaning is meant to be conveyed with the text decoration, use the logical tags.
| Physical Tag | Result | Logical Tag |
|---|---|---|
| bold | (strongly emphasized) | |
| italic | (normally emphasized) | |
| underline | (if inserted text is intended) | |
| strike | ||
| big | — | |
| small | — | |
| superscript | — | |
| subscript | — | |
| — | blockquote |
|
Colors
These color codes can be used to format text by typing Text. Either the hex code or the color name given can be used. Colors which are not listed should be specified with a hex code.
| Hexadecimal Value | Result | Name |
|---|---|---|
| #FF0000 | red | |
| #FF3300 | orange | |
| #FFFF00 | yellow | |
| #00FF00 | lime | |
| #00FFFF | cyan | |
| #0000FF | blue | |
| #003333 | dark cyan | |
| #FF00FF | fuchsia | |
| #FFFFFF | white | |
| #000000 | black |