Work in progress — This wiki is an active migration / mirror of Homestar Runner Wiki and is not finished yet. Account registration and public editing are turned off until the migration is further along. For status updates, see the migration thread on the forums.

Help Format: Difference between revisions

From HR Wiki Twice
Jump to navigationJump to search
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; HTML converted to wikitext. Formatting may be imperfect. -->
<!-- Mirrored from Homestar Runner Wiki (hrwiki.org) via Wayback Machine -->
'''Here's how to format text:'''
'''Here's how to format text:'''


<span id="logical-and-physical-tags"></span>
== Logical and Physical Tags ==
== <span class="mw-headline">Logical and Physical Tags</span> ==


These HTML tags can be used to format text by typing ''&lt;tag&gt;Text&lt;/tag&gt;''. 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.
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" width="100%" border="5" cellspacing="2" cellpadding="2" style="font-size:20px;text-align:center;"
{| class="wikitable" style="width:100%;"
|- bgcolor="#FFFF00"
! width="33%"| Physical Tag
! width="33%"| Result
! width="33%"| Logical Tag
|-
|-
| &lt;b&gt;
! Physical Tag
! Result
! Logical Tag
|-
| <b>
| '''bold'''
| '''bold'''
| &lt;strong&gt;''(strongly emphasized)''&lt;/strong&gt;
| <strong>''(strongly emphasized)''</strong>
|-
|-
| &lt;i&gt;
| <i>
| ''italic''
| ''italic''
| &lt;em&gt;''(normally emphasized)''&lt;/em&gt;
| <em>''(normally emphasized)''</em>
|-
|-
| &lt;u&gt;
| <u>
| <u>underline</u>
| underline
| &lt;ins&gt;''(if inserted text is intended)''&lt;/ins&gt;
| <ins>''(if inserted text is intended)''</ins>
|-
|-
| &lt;s&gt;
| <s>
| <s>strike</s>
| strike
| &lt;del&gt;''(if deleted text is intended)''&lt;/del&gt;
| <del>''(if deleted text is intended)''</del>
|-
|-
| <br />
| <br /><big><br /><br />
&lt;big&gt;<br />
<br />
 
| big
| big
| —
| —
|-
|-
| &lt;small&gt;
| <small>
| <span class="small">small</span>
| small
| —
| —
|-
|-
| <br />
| <br /><sup><br /><br />
&lt;sup&gt;<br />
| superscript
<br />
 
| super<sup>script</sup>
| —
| —
|-
|-
| <br />
| <br /><sub><br /><br />
&lt;sub&gt;<br />
| subscript
<br />
 
| sub<sub>script</sub>
| —
| —
|-
|-
| —
| —
| <blockquote>blockquote</blockquote>
| blockquote
| &lt;blockquote&gt;''(quoting a section of text)''&lt;/blockquote&gt;
| <blockquote>''(quoting a section of text)''</blockquote>
|}
|}


<br />
== Colors ==


<span id="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.
== <span class="mw-headline">Colors</span> ==


These [[Help:Color codes|color codes]] can be used to format text by typing ''&lt;span style=&quot;color:(color)&quot;&gt;Text&lt;/span&gt;''. 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" width="100%" border="5" cellspacing="2" cellpadding="2" style="font-size:20px;text-align:center;"
! Hexadecimal Value
|- bgcolor="#FFFF00"
! Result
! width="33%"| Hexadecimal Value
! Name
! width="33%"| Result
! width="33%"| Name
|-
|-
| #FF0000
| #FF0000
| bgcolor="#FF0000"|  
|  
| red
| red
|-
|-
| #FF3300
| #FF3300
| bgcolor="#FF3300"|  
|  
| orange
| orange
|-
|-
| #FFFF00
| #FFFF00
| bgcolor="#FFFF00"|  
|  
| yellow
| yellow
|-
|-
| #00FF00
| #00FF00
| bgcolor="#00FF00"|  
|  
| lime
| lime
|-
|-
| #00FFFF
| #00FFFF
| bgcolor="#00FFFF"|  
|  
| cyan
| cyan
|-
|-
| #0000FF
| #0000FF
| bgcolor="#0000FF"|  
|  
| blue
| blue
|-
|-
| #003333
| #003333
| bgcolor="#003333"|  
|  
| dark cyan
| dark cyan
|-
|-
| #FF00FF
| #FF00FF
| bgcolor="#FF00FF"|  
|  
| fuchsia
| fuchsia
|-
|-
| #FFFFFF
| #FFFFFF
| bgcolor="#FFFFFF"|  
|  
| white
| white
|-
|-
| #000000
| #000000
| bgcolor="#000000"|  
|  
| black
| black
|}
|}
 
[[Category:Help]]
<br />
 
<div id="catlinks" class="catlinks">
 
<div id="mw-normal-catlinks">
 
[/wiki/Special:Categories Category]: <span dir="ltr">[[Category:Help|Help]]</span>
 
</div>
 
</div>



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 (if deleted text is intended)



big
small



superscript



subscript
blockquote

(quoting a section of text)

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