Difference between revisions of "HB-TML"

From Hobowars Wiki
Jump to: navigation, search
m (Formating)
(Checkpoint...)
Line 1: Line 1:
'''HB-TML''' is the HoboWars text markup language, and allows you to format your text in numerous ways.
+
'''HB-TML''' stands for '''H'''o'''b'''o-'''T'''ext '''M'''arkup '''L'''anguage. It allows you to format your text in numerous ways.
  
==Formating==
+
==Formatting==
:::{| border="1" cellpadding="2"
+
{| border="3" cellpadding="2"
! style="background: #66ccff" colspan="2" | Text Formating
+
! style="background:#66CCFF" colspan="2" | Text Formatting
 
|-
 
|-
! Effect
+
! width="160pt" style="background:blue; color:white" | Effect
! Code
+
! width="425pt" style="background:red; color:white" | Code
 
|-
 
|-
| Link
+
| '''Boldfaced Text'''
| [url=http://www.hobowars.com]Cool site[/url]
+
| <font face="courier new">[b]Boldface Text[/b]</font>
 
|-
 
|-
| Hobo Link
+
| ''Italicized Text''
| [hobo=1]Andy[/hobo]
+
| <font face="courier new">[i]Italicized Text[/i]</font>
 
|-
 
|-
| Hobo Link with automatic name
+
| <u>Underlined Text</u>
| [hoboname=1]
+
| <font face="courier new">[u]Underlined Text[/u]</font>
 
|-
 
|-
| Email Link
+
| <s>Strikethrough Text</s>
| [email=me@yahoo.com]Email me[/email]
+
| <font face="courier new">[s]Strikethrough Text[/s]</font>
 
|-
 
|-
| Thread link
+
| <font style="text-shadow: 1px 1px 3px black;">Shadow Text</font>
| [thread=123456]Thread[/thread]
+
| <font face="courier new">[shadow]Shadow Text[/shadow]<font>
 
|-
 
|-
| Thread link - Specific Page
+
| <font color="#FF0000">Colored Text</font><br /><font color="#FF8000">Colored Text</font><br /><font color="#FFFF00">Colored Text</font><br /><font color="#008000">Colored Text</font><br /><font color="#0000FF">Colored Text</font><br /><font color="#800080">Colored Text</font><br /><font color="#029A2F">Colored Text</font>
| [thread=123456-2]Thread Page 2[/thread]
+
| <font face="courier new">[hex=FF0000]Colored Text[/hex]<br />[hex=FF8000]Colored Text[/hex]<br />[hex=FFFF00]Colored Text[/hex]<br />[hex=008000]Colored Text[/hex]<br />[hex=0000FF]Colored Text[/hex]<br />[hex=800080]Colored Text[/hex]<br />[hex=029A2F]Colored Text[/hex]</font>
 
|-
 
|-
| Gang Link
+
| <sup>Superscript Text</sup>&nbsp;
| [gang=1]The Syndicate.[/gang]
+
| <font face="courier new">[sup]Superscript Text[/sup]</font>
 
|-
 
|-
| Journal Link
+
| <sub>Subscript Text</sub>&nbsp;
| [journal=1]Journal Entry[/journal]
+
| <font face="courier new">[sub]Subscript Text[/sub]</font>
 
|-
 
|-
| Lotto Link
+
| <sub><sup>Tiny Text</sup></sub>&nbsp;<br /><sup><sub>Tiny Text</sub></sup>&nbsp;
| [lotto=1]Lotto page[/lotto]
+
| <font face="courier new">[sub][sup]Tiny Text[/sup][/sub]<br />[sup][sub]Tiny Text[/sub][/sup]</font>
 
|-
 
|-
| UFC Link
+
| align="center" | Centered Text<br />
| [ufc=1-3]UFC round 1, bracket 3
+
| <font face="courier new">[center]Centered Text[/center]</font>
 
|-
 
|-
| Display Image
+
| align="left" | Left-Aligned Text<br />
| <nowiki>[img]http://www.site.com/pic.jpg[/img]</nowiki>
+
| <font face="courier new">[left]Left-Aligned Text[/left]</font>
 
|-
 
|-
| Youtube Video
+
| align="right" | Right-Aligned Text
| [youtube=<nowiki>http://www.youtube.com/watch?v=Y7dpJ0oseIA]</nowiki>
+
| <font face="courier new">[right]Right-Aligned Text[/right]</font>
 
|-
 
|-
| Horizontal rule
+
| <div style="margin-top: 10px; margin-bottom: 1px; margin-left: 40px;">Indented Text</div>
----
+
| <font face="courier new">[indent]Indented Text[/indent]</font>
| [hr]
+
 
|-
 
|-
| '''Bold text'''
+
| <br /><font face="courier new">Preformatted Text</font><br /><br />
| [b]Bold text[/b]
+
| <font face="courier new">[pre]Preformatted Text[/pre]</font>
 +
|}
 +
{| border="3" cellpadding="2"
 +
! style="background:#66CCFF" colspan="3" | Linking
 
|-
 
|-
| ''Italic text''
+
! width="160pt" style="background:blue; color:white" | Effect
| [i]Italic text[/i]
+
! width="425pt" style="background:red; color:white" | Code
 +
! width="250pt" style="background:#FFBB00; color:white" | Result
 
|-
 
|-
| <u>Underlined text</u>
+
| Standard Hyperlink
| [u]Underlined text[/u]
+
| <font face="courier new">[url=<nowiki>http://www.hobowars.com</nowiki>]HoboWars![/url]</font>
 +
| [http://www.hobowars.com HoboWars!]
 
|-
 
|-
| <s>Strikeout text</s>
+
| Hobo Link
| [s]Strikeout text[/s]
+
| <font face="courier new">[hobo=1]Andy[/hobo]</font>
 +
| [http://www.hobowars.com/game/game.php?sr=100&cmd=player&ID=1 Andy]
 
|-
 
|-
| align="center" | Centered text
+
| Smart Hobo Link
| [center]Centered text[/center]
+
| <font face="courier new">[hoboname=1]</font>
 +
| [http://www.hobowars.com/game/game.php?sr=100&cmd=player&ID=1 Andy]
 
|-
 
|-
| align="left" | Left text
+
| Email Link
| [left]Left text[/left]
+
| <font face="courier new">[email=andrewh@hellbored.com]Andy's Email[/email]</font>
 +
| [mailto:andrewh@hellbored.com Andy's Email]
 
|-
 
|-
| align="right" | Right text
+
| Thread Link
| [right]Right text[/right]
+
| <font face="courier new">[thread=1]Non-Existent Thread[/thread]</font>
 +
| [http://www.hobowars.com/game/game.php?sr=100&cmd=gathering&do=vpost&post=1 Non-Existent Thread]
 
|-
 
|-
|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Indented text
+
| Thread Link (Specific Page)
| [indent]Indented text[/indent]
+
| <font face="courier new">[thread=1-2]Non-Existent Thread (Page 2)[/thread]</font>
 +
| [http://www.hobowars.com/game/game.php?sr=100&cmd=gathering&do=vpost&post=1&page=2 Non-Existent Thread (Page 2)]
 
|-
 
|-
| Unformatted text
+
| Gang Link
| [pre]Unformatted text[/pre]
+
| <font face="courier new">[gang=1]The Syndicate.[/gang]</font>
 +
| [http://www.hobowars.com/game/game.php?sr=100&cmd=gangs&do=view&g_id=1 The Syndiate.]
 
|-
 
|-
| <font color="#0000ff">Colored text</font>
+
| Journal Link
| [hex=0000FF]Colored text[/hex]
+
| <font face="courier new">[journal=1]The First Journal Entry[/journal]</font>
 +
| [http://www.hobowars.com/game/game.php?sr=100&cmd=network&do=viewj&jID=1 The First Journal Entry]
 
|-
 
|-
| <sup>Superscript</sup> text
+
| Lotto Link
| [sup]Superscript[/sup] text
+
| <font face="courier new">[lotto=1]Lotto Link[/lotto]</font>
 +
| [http://www.hobowars.com/game/game.php?sr=100&cmd=lotto&lotto_id=5003 Non-Existent Lotto]
 
|-
 
|-
| <sub>Subscript</sub> text
+
| UFC Link
| [sub]Subscript[/sub] text
+
| <font face="courier new">[ufc=1-3]</font>
 +
| [http://www.hobowars.com/game/game.php?sr=100&cmd=bc&round=1&bracket=3 [UFC: Round 1, Bracket 3&#93;]
 +
|}
 +
{| border="3" cellpadding="2"
 +
! style="background:#66CCFF" colspan="3" | Media Rendering
 
|-
 
|-
| <sub><sup>Tiny text</sup></sub>
+
! width="160pt" style="background:blue; color:white" | Effect
| [sub][sup]Tiny text[/sup][/sub]
+
! width="425pt" style="background:red; color:white" | Code
 +
! width="250pt" style="background:#FFBB00; color:white" | Result
 
|-
 
|-
| <font style="text-shadow: 1px 1px 3px black;">Shadow text</font>
+
| Displayed Image
| [shadow]Shadow text[/shadow]
+
| <font face="courier new"><nowiki>[img]http://www.hobowars.com/images/donator.gif[/img]</nowiki></font>
 +
| http://www.hobowars.com/images/donator.gif
 +
|-
 +
| Embedded YouTube Video
 +
| <font face="courier new"><nowiki>[youtube=http://www.youtube.com/watch?v=Y7dpJ0oseIA]</nowiki></font>
 +
| [http://www.youtube.com/watch?v=Y7dpJ0oseIA (Embedded Video)]
 +
|-
 +
| Embedded Hellbored Video
 +
| <font face="courier new"><nowiki>[hellbored=c53ec8d4a7cef83d44a85c9c835a9e52]</nowiki></font>
 +
| [http://www.hellbored.com/videos/watch/c53ec8d4a7cef83d44a85c9c835a9e52 (Embedded Video)]
 +
|}
 +
{| border="3" cellpadding="2"
 +
! style="background:#66CCFF" colspan="3" | Quoting
 +
|-
 +
! width="160pt" style="background:blue; color:white" | Effect
 +
! width="425pt" style="background:red; color:white" | Code
 +
! width="250pt" style="background:#FFBB00; color:white" | Result
 
|-
 
|-
 
| Quote
 
| Quote
| [quote=Andy]Quoted text[/quote]
+
| <font face="courier new">[quote]Quoted Text[/quote]</font>
 +
| <blockquote id="quote">Quote:<br>Quoted Text</blockquote>
 
|-
 
|-
| Linked Quote
+
| Labeled Quote
| [quote=[hobo=1]Andy[/hobo]]Quoted text[/quote]
+
| <font face="courier new">[quote=Andy]Quoted Text[/quote]</font>
 +
| <blockquote id="quote">Originally Posted by <b>Andy</b><br>Quoted Text</blockquote>
 
|-
 
|-
| Auto Name Linked Quote
+
| Smart Quote
| [quote=[hoboname=1]]Quoted text[/quote]
+
| <font face="courier new">[quote=1]Quoted Text[/quote]</font>
 +
| <blockquote id="quote">Originally Posted by <b>[http://www.hobowars.com/game/game.php?sr=342&cmd=player&ID=1 Andy]</b><br>Quoted Text</blockquote>
 
|}
 
|}
::Remember to always close any formatting so it does not bleed over into text you did not mean to effect.
+
{| border="3" cellpadding="2"
::The [HR] command is the only one that does not use this, it is considered a one time use, and does not continue to effect text.
+
! style="background:#66CCFF" colspan="2" | Horizontal Rule
 +
|-
 +
! width="160pt" style="background:blue; color:white" | Effect
 +
! width="425pt" style="background:red; color:white" | Code
 +
|-
 +
| <hr />
 +
| <font face="courier new">[hr]</font>
 +
|-
 +
| <hr /><hr />
 +
| <font face="courier new">[hr][hr]</font>
 +
|-
 +
| <hr /><hr /><hr />
 +
| <font face="courier new">[hr][hr][hr]</font>
 +
|}
 +
'''Notes:'''
 +
* Remember to always close any formatting so it does not bleed over into text you do not want affected.
 +
** The <font face="courier new">[hr]</font> tag is the only one that does not use this, as it is considered a one time use and does not continue to affect text.
 +
 
 +
 
 
===Colored Text===
 
===Colored Text===
::The color values are Red, Green, and Blue represented by a hex value. The first 2 digits are the Red value. the middle two represent the Green value. the last 2 are the Blue value. By mixing these in varied amounts you can achieve 16,777,216 different colors.
+
The color values are Red, Green, and Blue represented by a hex value. The first 2 digits are the Red value. the middle two represent the Green value. the last 2 are the Blue value. By mixing these in varied amounts you can achieve 16,777,216 different colors.
::- Pure Red is [hex=FF0000]
+
* Pure Red is [hex=FF0000]
::- Pure Green is [hex=00FF00]
+
* Pure Green is [hex=00FF00]
::- Pure Blue is [hex=0000FF]
+
* Pure Blue is [hex=0000FF]
::- Pure white is all three colors at their highest value [hex=FFFFFF]
+
* Pure white is all three colors at their highest value [hex=FFFFFF]
::- Black is all three at their lowest value [hex=000000]
+
* Black is all three at their lowest value [hex=000000]
::- To make gray, keep all three color values equal in number and make it a value between 00 and FF  ex. [hex=454545]
+
* To make gray, keep all three color values equal in number and make it a value between 00 and FF  ex. [hex=454545]
::- To make other colors mix red, green, and blue in appropriate amounts. ex [hex=AAFF00] or [hex=21a54f] etc.
+
* To make other colors mix red, green, and blue in appropriate amounts. E.g.: [hex=AAFF00] or [hex=21A54F] etc.
::'''More [http://www.immigration-usa.com/html_colors.html Color Codes] can be found at that link.'''
+
* [http://www.immigration-usa.com/html_colors.html More Color Codes].
 +
 
  
 
===Special Tricks===
 
===Special Tricks===
::Lesser known methods of getting the effect you want.
+
Lesser known methods of getting the effect you want.
:::{| border="1"
+
{| border="3" cellpadding="2"
! style="background: #ffff99" colspan="3" | <font color=#ffff99>_________</font>HB-TML Tips and Tricks<font color=#ffff99>_________</font>
+
! style="background: #FFFF99" colspan="3" align="center"| HB-TML Tips and Tricks
|-
+
|- align="center"
 
! style="background:orange" | What you Want  
 
! style="background:orange" | What you Want  
! style="background:orange" | <font color=orange>__</font>What to type out<font color=orange>__</font>
+
! style="background:orange" | What to Type Out
! style="background:orange" | Result  
+
! style="background:orange" | Result
 
|-
 
|-
 
| Show HB-TML
 
| Show HB-TML
| [h\r]
+
| <font face="courier new">[h\r]</font>
 
| [hr]
 
| [hr]
 
|-
 
|-
 
| Hidden MB Text
 
| Hidden MB Text
| [hex=f8f8f8]Word[/hex]
+
| <font face="courier new">[hex=F8F8F8]Word[/hex]</font>
| style="background:black" | <Font color=#f8f8f8>Word</font>
+
| style="background:black" | <Font color=#F8F8F8>Word</font>
 
|-
 
|-
 
| Hidden Sig Text
 
| Hidden Sig Text
| [hex=ffffff]Word[/hex]
+
| <font face="courier new">[hex=FFFFFF]Word[/hex]</font>
| style="background:black" | <font color=#ffffff>Word</font>
+
| style="background:black" | <font color=#FFFFFF>Word</font>
 
|}
 
|}
::To make even spacing simulating a <tab> use the '.' colored to match the background color - [hex=ffffff].....[/hex]
+
To simulate a "tab space", use five periods that are colored to match the background color, i.e. [hex=FFFFFF].....[/hex]
 +
 
  
 
==Smileys==
 
==Smileys==
:::{| border="1" cellpadding="2"
+
{| border="3" cellpadding="2"
! style="background: #ffff99" colspan="3" | Smileys
+
! style="background:#FFFF99" colspan="4" | Smilies
 
|-
 
|-
! MB Code
+
! rowspan="2" width="150pt" style="background:blue; color:white" | Name
! Pac Chat Code
+
! colspan="3" width="200pt" style="background:red; color:white" | Code
! Image
+
! rowspan="2" width="100pt" style="background:white; color:black" | Image
 
|-
 
|-
! align="center" | :D
+
! width="100pt" style="background:#EE7600; color:white" | MB
! align="center" | :D
+
! width="100pt" colspan="2" style="background:#EE7600; color:white" | Chat
! align="center" | http://www.hobowars.com/images/mb_icons/1.gif
+
|- align="center"
|-
+
! Big Grin
! align="center" | :-D
+
| <font face="courier new">:D</font>
! align="center" | :-D
+
| colspan="2" | <font face="courier new">:D</font>
! align="center" | http://www.hobowars.com/images/mb_icons/2.gif
+
| http://www.hobowars.com/images/mb_icons/1.gif
|-
+
|- align="center"
! align="center" | :)
+
! Grin
! align="center" | :)
+
| <font face="courier new">:-D</font>
! align="center" | http://www.hobowars.com/images/mb_icons/3.gif
+
| colspan="2" | <font face="courier new">:-D</font>
|-
+
| http://www.hobowars.com/images/mb_icons/2.gif
! align="center" | :P
+
|- align="center"
! align="center" | :P
+
! Smile / Happy
! align="center" | http://www.hobowars.com/images/mb_icons/4.gif
+
| <font face="courier new">:)</font>
|-
+
| colspan="2" | <font face="courier new">:)</font>
! align="center" | O.O
+
| http://www.hobowars.com/images/mb_icons/3.gif
! align="center" | :o
+
|- align="center"
! align="center" | http://www.hobowars.com/images/mb_icons/5.gif
+
! Tongue
|-
+
| <font face="courier new">:P</font>
! align="center" | :S
+
| colspan="2" | <font face="courier new">:P</font>
! align="center" | :S
+
| http://www.hobowars.com/images/mb_icons/4.gif
! align="center" | http://www.hobowars.com/images/mb_icons/6.gif
+
|- align="center"
|-
+
! Surprised
! align="center" | 8-)
+
| <font face="courier new">O.O</font>
! align="center" | 8-)
+
| colspan="2" | <font face="courier new">:o</font>
! align="center" | http://www.hobowars.com/images/mb_icons/7.gif
+
| http://www.hobowars.com/images/mb_icons/5.gif
|-
+
|- align="center"
! align="center" | ;)
+
! Confused
! align="center" | ;)
+
| <font face="courier new">:S</font>
! align="center" | http://www.hobowars.com/images/mb_icons/8.gif
+
| <font face="courier new">:S</font>
|-
+
| <font face="courier new">:s</font>
! align="center" | :angry:
+
| http://www.hobowars.com/images/mb_icons/6.gif
! align="center" | :angry:
+
|- align="center"
! align="center" | http://www.hobowars.com/images/mb_icons/9.gif
+
! Sunglasses
|-
+
| <font face="courier new">8-)</font>
! align="center" | O.o
+
| colspan="2" | <font face="courier new">8-)</font>
! align="center" | O.o or o.O
+
| http://www.hobowars.com/images/mb_icons/7.gif
! align="center" | http://www.hobowars.com/images/mb_icons/10.gif
+
|- align="center"
|-
+
! Winking
! align="center" | :evil:
+
| <font face="courier new">;)</font>
! align="center" | :evil:
+
| colspan="2" | <font face="courier new">;)</font>
! align="center" | http://www.hobowars.com/images/mb_icons/11.gif
+
| http://www.hobowars.com/images/mb_icons/8.gif
|-
+
|- align="center"
! align="center" | :|
+
! Angry
! align="center" | :eyes:
+
| <font face="courier new">:angry:</font>
! align="center" | http://www.hobowars.com/images/mb_icons/12.gif
+
| colspan="2" | <font face="courier new">:angry:</font>
|-
+
| http://www.hobowars.com/images/mb_icons/9.gif
! align="center" | :(
+
|- align="center"
! align="center" | :(
+
! Shocked
! align="center" | http://www.hobowars.com/images/mb_icons/13.gif
+
| <font face="courier new">O.o</font>
|-
+
| <font face="courier new">O.o</font>
! align="center" | :@
+
| <font face="courier new">o.O</font>
! align="center" | :@
+
| http://www.hobowars.com/images/mb_icons/10.gif
! align="center" | http://www.hobowars.com/images/mb_icons/14.gif
+
|- align="center"
|-
+
! Evil
! align="center" | ^.^
+
| <font face="courier new">:evil:</font>
! align="center" | :cry:
+
| colspan="2" | <font face="courier new">:evil:</font>
! align="center" | http://www.hobowars.com/images/mb_icons/15.gif
+
| http://www.hobowars.com/images/mb_icons/11.gif
|-
+
|- align="center"
! align="center" | officedebo
+
! Rolling Eyes
! align="center" | Disabled in PC
+
| <font face="courier new">:&#124;</font>
! align="center" | http://www.hobowars.com/images/mb_icons/gay.gif
+
| colspan="2" | <font face="courier new">:eyes:</font>
|-
+
| http://www.hobowars.com/images/mb_icons/12.gif
! align="center" | :lol:
+
|- align="center"
! align="center" | :lol:
+
! Frown / Sad
! align="center" | http://www.hobowars.com/images/mb_icons/lol.gif
+
| <font face="courier new">:(</font>
|-
+
| colspan="2" | <font face="courier new">:(</font>
! align="center" | <3
+
| http://www.hobowars.com/images/mb_icons/13.gif
! align="center" | <3
+
|- align="center"
! align="center" | http://www.hobowars.com/images/mb_icons/love.gif
+
! Blushing
 +
| <font face="courier new">:@</font>
 +
| colspan="2" | <font face="courier new">:@</font>
 +
| http://www.hobowars.com/images/mb_icons/14.gif
 +
|- align="center"
 +
! Spinning
 +
| <font face="courier new">^.^</font>
 +
| colspan="2" | <font face="courier new">:cry:</font>
 +
| http://www.hobowars.com/images/mb_icons/15.gif
 +
|- align="center"
 +
! Laughing
 +
| <font face="courier new">:lol:</font>
 +
| colspan="2" | <font face="courier new">:lol:</font>
 +
| http://www.hobowars.com/images/mb_icons/lol.gif
 +
|- align="center"
 +
! Gay
 +
| <font face="courier new">officedebo</font>
 +
| colspan="2" | <hr />
 +
| http://www.hobowars.com/images/mb_icons/gay.gif
 +
|- align="center"
 +
! Heart (MB)
 +
| <font face="courier new"><3</font>
 +
| colspan="2" | <hr />
 +
| http://www.hobowars.com/images/mb_icons/love.gif
 +
|- align="center"
 +
! Heart (Chat)
 +
| <hr />
 +
| colspan="2" | <font face="courier new"><3</font>
 +
| http://www.hobowars.com/images/mb_icons/chat_love.gif
 +
|- align="center"
 +
! Scary
 +
| <hr />
 +
| colspan="2" | <font face="courier new">:]</font>
 +
| http://www.hobowars.com/images/malord/scary.png
 +
|- align="center"
 +
! Shades
 +
| <font face="courier new">B-)</font>
 +
| colspan="2" | <hr />
 +
| http://www.hobowars.com/images/mb_icons/shades.gif
 +
|- align="center"
 +
! Winking Tongue
 +
| <font face="courier new">;P</font>
 +
| colspan="2" | <hr />
 +
| http://www.hobowars.com/images/mb_icons/wink.gif
 +
|- align="center"
 +
! Angered
 +
| <font face="courier new">:anger:</font>
 +
| colspan="2" | <hr />
 +
| http://www.hobowars.com/images/mb_icons/angered.gif
 +
|- align="center"
 +
! Blank Stare
 +
| <font face="courier new">:blankstare:</font>
 +
| colspan="2" | <hr />
 +
| http://www.hobowars.com/images/mb_icons/blankstare.gif
 +
|- align="center"
 +
! Bowing Down
 +
| <font face="courier new">:bow:</font>
 +
| colspan="2" | <hr />
 +
| http://www.hobowars.com/images/mb_icons/bow.gif
 +
|- align="center"
 +
! Brick Wall
 +
| <font face="courier new">:brickwall:</font>
 +
| colspan="2" | <hr />
 +
| http://www.hobowars.com/images/mb_icons/brickwall.gif
 +
|- align="center"
 +
! Bucktooth
 +
| <font face="courier new">:bucktooth:</font>
 +
| colspan="2" | <hr />
 +
| http://www.hobowars.com/images/mb_icons/bucktooth.gif
 +
|- align="center"
 +
! Farewell
 +
| <font face="courier new">:bye:</font>
 +
| colspan="2" | <hr />
 +
| http://www.hobowars.com/images/mb_icons/bye.gif
 +
|- align="center"
 +
! Crazy
 +
| <font face="courier new">:crazy:</font>
 +
| colspan="2" | <hr />
 +
| http://www.hobowars.com/images/mb_icons/crazy.gif
 +
|- align="center"
 +
! Crying
 +
| <font face="courier new">:cry:</font>
 +
| colspan="2" | <hr />
 +
| http://www.hobowars.com/images/mb_icons/cry.gif
 +
|- align="center"
 +
! ?????
 +
| <hr />
 +
| colspan="2" | <hr />
 +
| <hr />
 +
|- align="center"
 +
! Drunk
 +
| <font face="courier new">:drunk:</font>
 +
| colspan="2" | <hr />
 +
| http://www.hobowars.com/images/mb_icons/drunk.gif
 +
|- align="center"
 +
! Facepalm
 +
| <font face="courier new">:facepalm:</font>
 +
| colspan="2" | <hr />
 +
| http://www.hobowars.com/images/mb_icons/facepalm.gif
 +
|- align="center"
 +
! Shaking Fist
 +
| <font face="courier new">:fist:</font>
 +
| colspan="2" | <hr />
 +
| http://www.hobowars.com/images/mb_icons/fist.gif
 +
|- align="center"
 +
! ?????
 +
| <hr />
 +
| colspan="2" | <hr />
 +
| <hr />
 +
|- align="center"
 +
! ?????
 +
| <hr />
 +
| colspan="2" | <hr />
 +
| <hr />
 +
|- align="center"
 +
! Freaking Out
 +
| <font face="courier new">:freakout:</font>
 +
| colspan="2" | <hr />
 +
| http://www.hobowars.com/images/mb_icons/freakout.gif
 +
|- align="center"
 +
! Fro
 +
| <font face="courier new">:fro:</font>
 +
| colspan="2" | <hr />
 +
| http://www.hobowars.com/images/mb_icons/fro.gif
 +
|- align="center"
 +
! Gun
 +
| <font face="courier new">:gun:</font>
 +
| colspan="2" | <hr />
 +
| http://www.hobowars.com/images/mb_icons/gun2.gif
 +
|- align="center"
 +
! ?????
 +
| <hr />
 +
| colspan="2" | <hr />
 +
| <hr />
 +
|- align="center"
 +
! David Hasselhoff
 +
| <font face="courier new">:hasselhoff:</font>
 +
| colspan="2" | <hr />
 +
| http://www.hobowars.com/images/mb_icons/hasselhoff.gif
 +
|- align="center"
 +
! Shaking Head
 +
| <font face="courier new">:headshake:</font>
 +
| colspan="2" | <hr />
 +
| http://www.hobowars.com/images/mb_icons/headshake.gif
 +
|- align="center"
 +
! Shifty
 +
| <font face="courier new">:hmm:</font>
 +
| colspan="2" | <hr />
 +
| http://www.hobowars.com/images/mb_icons/hmm.gif
 +
|- align="center"
 +
! Hobo
 +
| <font face="courier new">:hobo:</font>
 +
| colspan="2" | <hr />
 +
| http://www.hobowars.com/images/mb_icons/hobo.gif
 +
|- align="center"
 +
! ?????
 +
| <hr />
 +
| colspan="2" | <hr />
 +
| <hr />
 +
|- align="center"
 +
! Shrugging
 +
| <font face="courier new">:idk:</font>
 +
| colspan="2" | <hr />
 +
| http://www.hobowars.com/images/mb_icons/idk.gif
 +
|- align="center"
 +
! Irish
 +
| <font face="courier new">:irish:</font>
 +
| colspan="2" | <hr />
 +
| http://www.hobowars.com/images/mb_icons/irish.gif
 
|}
 
|}
 +
  
 
==Special Characters / Symbols==
 
==Special Characters / Symbols==
 
+
An assortment of special  ASCII characters can be found through out the game (in peoples' names, gang tags, signatures, etc...). To find and access these characters on your computer:<b>
:An assortment of special  ASCII characters can be found through out the game (in peoples' names, gang tags, signatures, etc...). To find and access these characters on your computer:
+
# Click Start'''<br />
 
+
# Select "Run..."'''<br />
::'''1. Click Start'''<br>
+
# Enter "charmap.exe"'''<br />
::'''2. Select "Run..."'''<br>
+
# Click "Okay"'''<br /></b>
::'''3. Enter "charmap.exe"'''<br>
+
Alternately, on most computers, it can be found here:<br>
::'''4. Click "Okay"'''<br>
+
:'''Start -> All Programs -> Accessories -> System Tools -> Character Map'''<br/>
 
+
Keep in mind that some of the Arabic symbols are banned, because they change the direction the characters are read, and can cause problems with the coding. So please, avoid using them.
:Alternately, on most computers, it can be found here:<br>
+
 
+
::'''Start -> All Programs -> Accessories -> System Tools -> Character Map'''<br>
+
 
+
:Keep in mind that some of the Arabic symbols are banned, because they change the direction the characters are read, and can cause problems with the coding. So please, avoid using them.
+

Revision as of 02:48, 25 April 2010

HB-TML stands for Hobo-Text Markup Language. It allows you to format your text in numerous ways.

Formatting

Text Formatting
Effect Code
Boldfaced Text [b]Boldface Text[/b]
Italicized Text [i]Italicized Text[/i]
Underlined Text [u]Underlined Text[/u]
Strikethrough Text [s]Strikethrough Text[/s]
Shadow Text [shadow]Shadow Text[/shadow]
Colored Text
Colored Text
Colored Text
Colored Text
Colored Text
Colored Text
Colored Text
[hex=FF0000]Colored Text[/hex]
[hex=FF8000]Colored Text[/hex]
[hex=FFFF00]Colored Text[/hex]
[hex=008000]Colored Text[/hex]
[hex=0000FF]Colored Text[/hex]
[hex=800080]Colored Text[/hex]
[hex=029A2F]Colored Text[/hex]
Superscript Text  [sup]Superscript Text[/sup]
Subscript Text  [sub]Subscript Text[/sub]
Tiny Text 
Tiny Text 
[sub][sup]Tiny Text[/sup][/sub]
[sup][sub]Tiny Text[/sub][/sup]
Centered Text
[center]Centered Text[/center]
Left-Aligned Text
[left]Left-Aligned Text[/left]
Right-Aligned Text [right]Right-Aligned Text[/right]
Indented Text
[indent]Indented Text[/indent]

Preformatted Text

[pre]Preformatted Text[/pre]
Linking
Effect Code Result
Standard Hyperlink [url=http://www.hobowars.com]HoboWars![/url] HoboWars!
Hobo Link [hobo=1]Andy[/hobo] Andy
Smart Hobo Link [hoboname=1] Andy
Email Link [email=andrewh@hellbored.com]Andy's Email[/email] Andy's Email
Thread Link [thread=1]Non-Existent Thread[/thread] Non-Existent Thread
Thread Link (Specific Page) [thread=1-2]Non-Existent Thread (Page 2)[/thread] Non-Existent Thread (Page 2)
Gang Link [gang=1]The Syndicate.[/gang] The Syndiate.
Journal Link [journal=1]The First Journal Entry[/journal] The First Journal Entry
Lotto Link [lotto=1]Lotto Link[/lotto] Non-Existent Lotto
UFC Link [ufc=1-3] [UFC: Round 1, Bracket 3]
Media Rendering
Effect Code Result
Displayed Image [img]http://www.hobowars.com/images/donator.gif[/img] donator.gif
Embedded YouTube Video [youtube=http://www.youtube.com/watch?v=Y7dpJ0oseIA] (Embedded Video)
Embedded Hellbored Video [hellbored=c53ec8d4a7cef83d44a85c9c835a9e52] (Embedded Video)
Quoting
Effect Code Result
Quote [quote]Quoted Text[/quote]
Quote:
Quoted Text
Labeled Quote [quote=Andy]Quoted Text[/quote]
Originally Posted by Andy
Quoted Text
Smart Quote [quote=1]Quoted Text[/quote]
Originally Posted by Andy
Quoted Text
Horizontal Rule
Effect Code

[hr]


[hr][hr]



[hr][hr][hr]

Notes:

  • Remember to always close any formatting so it does not bleed over into text you do not want affected.
    • The [hr] tag is the only one that does not use this, as it is considered a one time use and does not continue to affect text.


Colored Text

The color values are Red, Green, and Blue represented by a hex value. The first 2 digits are the Red value. the middle two represent the Green value. the last 2 are the Blue value. By mixing these in varied amounts you can achieve 16,777,216 different colors.

  • Pure Red is [hex=FF0000]
  • Pure Green is [hex=00FF00]
  • Pure Blue is [hex=0000FF]
  • Pure white is all three colors at their highest value [hex=FFFFFF]
  • Black is all three at their lowest value [hex=000000]
  • To make gray, keep all three color values equal in number and make it a value between 00 and FF ex. [hex=454545]
  • To make other colors mix red, green, and blue in appropriate amounts. E.g.: [hex=AAFF00] or [hex=21A54F] etc.
  • More Color Codes.


Special Tricks

Lesser known methods of getting the effect you want.

HB-TML Tips and Tricks
What you Want What to Type Out Result
Show HB-TML [h\r] [hr]
Hidden MB Text [hex=F8F8F8]Word[/hex] Word
Hidden Sig Text [hex=FFFFFF]Word[/hex] Word

To simulate a "tab space", use five periods that are colored to match the background color, i.e. [hex=FFFFFF].....[/hex]


Smileys

Smilies
Name Code Image
MB Chat
Big Grin :D :D 1.gif
Grin :-D :-D 2.gif
Smile / Happy :) :) 3.gif
Tongue :P :P 4.gif
Surprised O.O :o 5.gif
Confused :S :S :s 6.gif
Sunglasses 8-) 8-) 7.gif
Winking ;) ;) 8.gif
Angry :angry: :angry: 9.gif
Shocked O.o O.o o.O 10.gif
Evil :evil: :evil: 11.gif
Rolling Eyes :| :eyes: 12.gif
Frown / Sad :( :( 13.gif
Blushing :@ :@ 14.gif
Spinning ^.^ :cry: 15.gif
Laughing :lol: :lol: lol.gif
Gay officedebo
gay.gif
Heart (MB) <3
love.gif
Heart (Chat)
<3 chat_love.gif
Scary
:] scary.png
Shades B-)
shades.gif
Winking Tongue ;P
wink.gif
Angered :anger:
angered.gif
Blank Stare :blankstare:
blankstare.gif
Bowing Down :bow:
bow.gif
Brick Wall :brickwall:
brickwall.gif
Bucktooth :bucktooth:
bucktooth.gif
Farewell :bye:
bye.gif
Crazy :crazy:
crazy.gif
Crying :cry:
cry.gif
 ?????


Drunk :drunk:
drunk.gif
Facepalm :facepalm:
facepalm.gif
Shaking Fist :fist:
fist.gif
 ?????


 ?????


Freaking Out :freakout:
freakout.gif
Fro :fro:
fro.gif
Gun :gun:
gun2.gif
 ?????


David Hasselhoff :hasselhoff:
hasselhoff.gif
Shaking Head :headshake:
headshake.gif
Shifty :hmm:
hmm.gif
Hobo :hobo:
hobo.gif
 ?????


Shrugging :idk:
idk.gif
Irish :irish:
irish.gif


Special Characters / Symbols

An assortment of special ASCII characters can be found through out the game (in peoples' names, gang tags, signatures, etc...). To find and access these characters on your computer:

  1. Click Start
  2. Select "Run..."
  3. Enter "charmap.exe"
  4. Click "Okay"

Alternately, on most computers, it can be found here:

Start -> All Programs -> Accessories -> System Tools -> Character Map

Keep in mind that some of the Arabic symbols are banned, because they change the direction the characters are read, and can cause problems with the coding. So please, avoid using them.