Difference between revisions of "HB-TML"
m (→Formating) |
DoctorKnow (Talk | contribs) (Checkpoint...) |
||
Line 1: | Line 1: | ||
− | '''HB-TML''' | + | '''HB-TML''' stands for '''H'''o'''b'''o-'''T'''ext '''M'''arkup '''L'''anguage. It allows you to format your text in numerous ways. |
− | == | + | ==Formatting== |
− | + | {| border="3" cellpadding="2" | |
− | ! style="background: # | + | ! 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 |
|- | |- | ||
− | | | + | | '''Boldfaced Text''' |
− | | [ | + | | <font face="courier new">[b]Boldface Text[/b]</font> |
|- | |- | ||
− | | | + | | ''Italicized Text'' |
− | | | + | | <font face="courier new">[i]Italicized Text[/i]</font> |
|- | |- | ||
− | | | + | | <u>Underlined Text</u> |
− | | | + | | <font face="courier new">[u]Underlined Text[/u]</font> |
|- | |- | ||
− | | | + | | <s>Strikethrough Text</s> |
− | | | + | | <font face="courier new">[s]Strikethrough Text[/s]</font> |
|- | |- | ||
− | | | + | | <font style="text-shadow: 1px 1px 3px black;">Shadow Text</font> |
− | | | + | | <font face="courier new">[shadow]Shadow Text[/shadow]<font> |
|- | |- | ||
− | | | + | | <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> |
− | | [ | + | | <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> |
|- | |- | ||
− | | | + | | <sup>Superscript Text</sup> |
− | | | + | | <font face="courier new">[sup]Superscript Text[/sup]</font> |
|- | |- | ||
− | | | + | | <sub>Subscript Text</sub> |
− | | | + | | <font face="courier new">[sub]Subscript Text[/sub]</font> |
|- | |- | ||
− | | | + | | <sub><sup>Tiny Text</sup></sub> <br /><sup><sub>Tiny Text</sub></sup> |
− | | | + | | <font face="courier new">[sub][sup]Tiny Text[/sup][/sub]<br />[sup][sub]Tiny Text[/sub][/sup]</font> |
|- | |- | ||
− | | | + | | align="center" | Centered Text<br /> |
− | | | + | | <font face="courier new">[center]Centered Text[/center]</font> |
|- | |- | ||
− | | | + | | align="left" | Left-Aligned Text<br /> |
− | | < | + | | <font face="courier new">[left]Left-Aligned Text[/left]</font> |
|- | |- | ||
− | | | + | | align="right" | Right-Aligned Text |
− | | | + | | <font face="courier new">[right]Right-Aligned Text[/right]</font> |
|- | |- | ||
− | | | + | | <div style="margin-top: 10px; margin-bottom: 1px; margin-left: 40px;">Indented Text</div> |
− | + | | <font face="courier new">[indent]Indented Text[/indent]</font> | |
− | | [ | + | |
|- | |- | ||
− | | | + | | <br /><font face="courier new">Preformatted Text</font><br /><br /> |
− | | [ | + | | <font face="courier new">[pre]Preformatted Text[/pre]</font> |
+ | |} | ||
+ | {| border="3" cellpadding="2" | ||
+ | ! style="background:#66CCFF" colspan="3" | Linking | ||
|- | |- | ||
− | | | + | ! width="160pt" style="background:blue; color:white" | Effect |
− | | | + | ! width="425pt" style="background:red; color:white" | Code |
+ | ! width="250pt" style="background:#FFBB00; color:white" | Result | ||
|- | |- | ||
− | | < | + | | Standard Hyperlink |
− | | [ | + | | <font face="courier new">[url=<nowiki>http://www.hobowars.com</nowiki>]HoboWars![/url]</font> |
+ | | [http://www.hobowars.com HoboWars!] | ||
|- | |- | ||
− | | < | + | | Hobo Link |
− | | [ | + | | <font face="courier new">[hobo=1]Andy[/hobo]</font> |
+ | | [http://www.hobowars.com/game/game.php?sr=100&cmd=player&ID=1 Andy] | ||
|- | |- | ||
− | | | + | | Smart Hobo Link |
− | | [ | + | | <font face="courier new">[hoboname=1]</font> |
+ | | [http://www.hobowars.com/game/game.php?sr=100&cmd=player&ID=1 Andy] | ||
|- | |- | ||
− | | | + | | Email Link |
− | + | | <font face="courier new">[email=andrewh@hellbored.com]Andy's Email[/email]</font> | |
+ | | [mailto:andrewh@hellbored.com Andy's Email] | ||
|- | |- | ||
− | | | + | | Thread Link |
− | + | | <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] | ||
|- | |- | ||
− | | | + | | Thread Link (Specific Page) |
− | | [ | + | | <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)] | ||
|- | |- | ||
− | | | + | | Gang Link |
− | | [ | + | | <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 | + | | Journal Link |
− | | [ | + | | <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] | ||
|- | |- | ||
− | | < | + | | Lotto Link |
− | | [ | + | | <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] | ||
|- | |- | ||
− | | < | + | | UFC Link |
− | | [ | + | | <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]] | ||
+ | |} | ||
+ | {| border="3" cellpadding="2" | ||
+ | ! style="background:#66CCFF" colspan="3" | Media Rendering | ||
|- | |- | ||
− | | | + | ! width="160pt" style="background:blue; color:white" | Effect |
− | | | + | ! width="425pt" style="background:red; color:white" | Code |
+ | ! width="250pt" style="background:#FFBB00; color:white" | Result | ||
|- | |- | ||
− | | <font | + | | Displayed Image |
− | | [ | + | | <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 | + | | <font face="courier new">[quote]Quoted Text[/quote]</font> |
+ | | <blockquote id="quote">Quote:<br>Quoted Text</blockquote> | ||
|- | |- | ||
− | | | + | | Labeled Quote |
− | | [quote= | + | | <font face="courier new">[quote=Andy]Quoted Text[/quote]</font> |
+ | | <blockquote id="quote">Originally Posted by <b>Andy</b><br>Quoted Text</blockquote> | ||
|- | |- | ||
− | | | + | | Smart Quote |
− | | [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 | + | {| border="3" cellpadding="2" |
− | + | ! 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. | |
− | + | * 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. | |
− | + | * [http://www.immigration-usa.com/html_colors.html More Color Codes]. | |
+ | |||
===Special Tricks=== | ===Special Tricks=== | ||
− | + | Lesser known methods of getting the effect you want. | |
− | + | {| border="3" cellpadding="2" | |
− | ! style="background: # | + | ! 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" | | + | ! 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= | + | | <font face="courier new">[hex=F8F8F8]Word[/hex]</font> |
− | | style="background:black" | <Font color=# | + | | style="background:black" | <Font color=#F8F8F8>Word</font> |
|- | |- | ||
| Hidden Sig Text | | Hidden Sig Text | ||
− | | [hex= | + | | <font face="courier new">[hex=FFFFFF]Word[/hex]</font> |
− | | style="background:black" | <font color=# | + | | style="background:black" | <font color=#FFFFFF>Word</font> |
|} | |} | ||
− | + | To simulate a "tab space", use five periods that are colored to match the background color, i.e. [hex=FFFFFF].....[/hex] | |
+ | |||
==Smileys== | ==Smileys== | ||
− | + | {| border="3" cellpadding="2" | |
− | ! style="background: # | + | ! style="background:#FFFF99" colspan="4" | Smilies |
|- | |- | ||
− | ! | + | ! rowspan="2" width="150pt" style="background:blue; color:white" | Name |
− | ! | + | ! colspan="3" width="200pt" style="background:red; color:white" | Code |
− | ! Image | + | ! rowspan="2" width="100pt" style="background:white; color:black" | Image |
|- | |- | ||
− | ! | + | ! width="100pt" style="background:#EE7600; color:white" | MB |
− | ! align="center" | :D | + | ! width="100pt" colspan="2" style="background:#EE7600; color:white" | Chat |
− | + | |- align="center" | |
− | |- | + | ! Big Grin |
− | + | | <font face="courier new">:D</font> | |
− | + | | colspan="2" | <font face="courier new">:D</font> | |
− | + | | http://www.hobowars.com/images/mb_icons/1.gif | |
− | |- | + | |- align="center" |
− | + | ! Grin | |
− | ! | + | | <font face="courier new">:-D</font> |
− | + | | colspan="2" | <font face="courier new">:-D</font> | |
− | |- | + | | http://www.hobowars.com/images/mb_icons/2.gif |
− | + | |- align="center" | |
− | ! | + | ! Smile / Happy |
− | + | | <font face="courier new">:)</font> | |
− | |- | + | | colspan="2" | <font face="courier new">:)</font> |
− | + | | http://www.hobowars.com/images/mb_icons/3.gif | |
− | + | |- align="center" | |
− | + | ! Tongue | |
− | |- | + | | <font face="courier new">:P</font> |
− | + | | colspan="2" | <font face="courier new">:P</font> | |
− | + | | http://www.hobowars.com/images/mb_icons/4.gif | |
− | + | |- align="center" | |
− | |- | + | ! Surprised |
− | + | | <font face="courier new">O.O</font> | |
− | + | | colspan="2" | <font face="courier new">:o</font> | |
− | + | | http://www.hobowars.com/images/mb_icons/5.gif | |
− | |- | + | |- align="center" |
− | + | ! Confused | |
− | ! | + | | <font face="courier new">:S</font> |
− | + | | <font face="courier new">:S</font> | |
− | |- | + | | <font face="courier new">:s</font> |
− | + | | http://www.hobowars.com/images/mb_icons/6.gif | |
− | + | |- align="center" | |
− | + | ! Sunglasses | |
− | |- | + | | <font face="courier new">8-)</font> |
− | + | | colspan="2" | <font face="courier new">8-)</font> | |
− | + | | http://www.hobowars.com/images/mb_icons/7.gif | |
− | + | |- align="center" | |
− | |- | + | ! Winking |
− | ! align="center" | : | + | | <font face="courier new">;)</font> |
− | + | | colspan="2" | <font face="courier new">;)</font> | |
− | ! align="center" | http://www.hobowars.com/images/mb_icons/ | + | | http://www.hobowars.com/images/mb_icons/8.gif |
− | |- | + | |- align="center" |
− | ! align="center" | :| | + | ! Angry |
− | ! align="center" | : | + | | <font face="courier new">:angry:</font> |
− | + | | colspan="2" | <font face="courier new">:angry:</font> | |
− | |- | + | | http://www.hobowars.com/images/mb_icons/9.gif |
− | ! align="center" | : | + | |- align="center" |
− | + | ! Shocked | |
− | + | | <font face="courier new">O.o</font> | |
− | |- | + | | <font face="courier new">O.o</font> |
− | ! align="center" | : | + | | <font face="courier new">o.O</font> |
− | + | | http://www.hobowars.com/images/mb_icons/10.gif | |
− | ! align="center" | http://www.hobowars.com/images/mb_icons/ | + | |- align="center" |
− | |- | + | ! Evil |
− | ! align="center" | | + | | <font face="courier new">:evil:</font> |
− | + | | colspan="2" | <font face="courier new">:evil:</font> | |
− | + | | http://www.hobowars.com/images/mb_icons/11.gif | |
− | |- | + | |- align="center" |
− | ! align="center" | + | ! Rolling Eyes |
− | ! align="center" | | + | | <font face="courier new">:|</font> |
− | ! align="center" | | + | | colspan="2" | <font face="courier new">:eyes:</font> |
− | |- | + | | http://www.hobowars.com/images/mb_icons/12.gif |
− | ! align="center" | : | + | |- align="center" |
− | + | ! Frown / Sad | |
− | + | | <font face="courier new">:(</font> | |
− | |- | + | | colspan="2" | <font face="courier new">:(</font> |
− | ! align="center" | < | + | | http://www.hobowars.com/images/mb_icons/13.gif |
− | + | |- align="center" | |
− | + | ! 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> | |
− | + | # Click Start'''<br /> | |
− | + | # Select "Run..."'''<br /> | |
− | + | # Enter "charmap.exe"'''<br /> | |
− | + | # Click "Okay"'''<br /></b> | |
− | + | 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] |
|
[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] | |
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: |
Labeled Quote | [quote=Andy]Quoted Text[/quote] | Originally Posted by Andy |
Smart Quote | [quote=1]Quoted Text[/quote] | Originally Posted by Andy |
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 | ||
Grin | :-D | :-D | ||
Smile / Happy | :) | :) | ||
Tongue | :P | :P | ||
Surprised | O.O | :o | ||
Confused | :S | :S | :s | |
Sunglasses | 8-) | 8-) | ||
Winking | ;) | ;) | ||
Angry | :angry: | :angry: | ||
Shocked | O.o | O.o | o.O | |
Evil | :evil: | :evil: | ||
Rolling Eyes | :| | :eyes: | ||
Frown / Sad | :( | :( | ||
Blushing | :@ | :@ | ||
Spinning | ^.^ | :cry: | ||
Laughing | :lol: | :lol: | ||
Gay | officedebo | |
||
Heart (MB) | <3 | |
||
Heart (Chat) | |
<3 | ||
Scary | |
:] | ||
Shades | B-) | |
||
Winking Tongue | ;P | |
||
Angered | :anger: | |
||
Blank Stare | :blankstare: | |
||
Bowing Down | :bow: | |
||
Brick Wall | :brickwall: | |
||
Bucktooth | :bucktooth: | |
||
Farewell | :bye: | |
||
Crazy | :crazy: | |
||
Crying | :cry: | |
||
????? | |
|
| |
Drunk | :drunk: | |
||
Facepalm | :facepalm: | |
||
Shaking Fist | :fist: | |
||
????? | |
|
| |
????? | |
|
| |
Freaking Out | :freakout: | |
||
Fro | :fro: | |
||
Gun | :gun: | |
||
????? | |
|
| |
David Hasselhoff | :hasselhoff: | |
||
Shaking Head | :headshake: | |
||
Shifty | :hmm: | |
||
Hobo | :hobo: | |
||
????? | |
|
| |
Shrugging | :idk: | |
||
Irish | :irish: | |
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:
- Click Start
- Select "Run..."
- Enter "charmap.exe"
- 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.