March 16, 2012

Guide Formatting and You

Views: 35318 Dr.D
+Rep Report
 
Some people have been wondering how I formatted my last guide, so I decided to make this post to share some of the techniques that I used. This post is not intended to be the superbible of formatting, but merely a starting point for creating your own format to use.

If you are interested in learning more, check out jhoijhoi's guide on MOBAFire. The formatting there is very similar despite the fact that it is a different site (well, not entirely).

The Basics


  • b, i, u, s - Creates bold, italic, underlined, or strikethrough text.

    Code:
    [b]Bold[/b] [i]Italics[/i] [u]Underlined[/u] [s]Strikethrough[/s]

    Produces:
    Bold
    Italics
    Underlined
    Strikethrough

    Usage:
    • Use formatted text to emphasize particularly valuable information.



  • sup, sub - Creates superscript or subscript text

    Code:
    This is [sup]superscript[/sup] text. This is [sub]subscript[/sub] text.

    Produces:
    This is superscript text.
    This is subscript text.

    Usage:
    • Use superscript and subscript text to format special

Read More