Difference between revisions of "HB-TML"
From Hobowars Wiki
(added right align) |
(→Text Formatting) |
||
Line 41: | Line 41: | ||
<tr><td align="right"><nowiki>[s]text[/s]</nowiki></td><td><s>text</s></td></tr> | <tr><td align="right"><nowiki>[s]text[/s]</nowiki></td><td><s>text</s></td></tr> | ||
<tr><td align="right"><nowiki>[center]text[/center]</nowiki></td><td align="center">text</td></tr> | <tr><td align="right"><nowiki>[center]text[/center]</nowiki></td><td align="center">text</td></tr> | ||
− | |||
<tr><td align="right"><nowiki>[right]text[/right]</nowiki></td><td align="right">text</td></tr> | <tr><td align="right"><nowiki>[right]text[/right]</nowiki></td><td align="right">text</td></tr> | ||
− | |||
<tr><td align="right"><nowiki>[hex=FF0000]text[/hex]</nowiki></td><td><font color="#FF0000">text</font></td></tr> | <tr><td align="right"><nowiki>[hex=FF0000]text[/hex]</nowiki></td><td><font color="#FF0000">text</font></td></tr> | ||
<tr><td align="right"><nowiki>[sup]text[/sup]</nowiki></td><td><sup>text</sup> '''''(Superscript)'''''</td></tr> | <tr><td align="right"><nowiki>[sup]text[/sup]</nowiki></td><td><sup>text</sup> '''''(Superscript)'''''</td></tr> |
Revision as of 15:19, 20 December 2006
HB-TML is the HoboWars text markup language, and allows you to format your text in numerous ways.
Links
Code | Result |
---|---|
[email=name@ISP.com]Email Me![/email] | Email Me! |
[url=http://www.hobowars.com]Link[/url] | Link |
[img]http://www.hobowars.com/images/donator.gif[/img] | |
[hobo=1]Andy[/hobo] | Links to Andy's profile |
Smilies
Code | Smiley |
---|---|
:D | |
:-D | |
:) | |
:P | |
O.O | |
:S | |
8-) | |
;) | |
:angry: | |
O.o | |
:evil: | |
:| | |
:( | |
:@ | |
^.^ | |
:lol: | |
officedebo |
Text Formatting
Code | Result |
---|---|
[hr] | Horizontal rule |
[b]text[/b] | text |
[i]text[/i] | text |
[u]text[/u] | text |
[s]text[/s] | |
[center]text[/center] | text |
[right]text[/right] | text |
[hex=FF0000]text[/hex] | text |
[sup]text[/sup] | text (Superscript) |
[sub]text[/sub] | text (Subscript) |
Go here for color codes |
Tips and tricks
To demonstrate how to produce HB-TML without having your code parsed, break the code with an additional tag, such as in the following example:
Code | Result |
---|---|
[hr[b][/b]] | [hr] |
For invisible writing, use [hex=ffffff] for signatures, and [hex=f8f8f8] for posts.