|
| Tag | Example | Description |
| [b] [/b] | Bold | Bold font styling |
| [i] [/i] | italic | Italic font styling |
| [u] [/u] | underline | Underline font styling |
| [center] [/center] | center | Center text align |
| [right] [/right] | right | Right text align |
| [left] [/left] | left | Lef text align |
| [big] [/big] | big | Make text bigger |
| [small] [/small] | small | Make text smaller |
[table] [tr] [td] one [/td] [td] two [/td] [/tr] [tr] [td] three [/td] [td] four [/td] [/tr] [/table] | | HTML style table markup
[tr] = table row [td] = table data (cell) |
| [hr] | | Horizonal line |
| [br] | N/A | Line break |
| * bullet point | • bullet point | Simple bullet point |
[ul] [li] one [/li] [li] two [ul] [li] three [/li] [/ul] [/li] [/ul] | | Bullet pointed list (can be nested)
Syntax comes from HTML's 'unordered list' / 'list item' markup. |
| [h1] [/h1] | heading 1 | Heading 1 |
| [h2] [/h2] | heading 2 | Heading 2 |
| [h3] [/h3] | heading 1 | Heading 3 |
| [h4] [/h4] | heading 4 | Heading 4 |
| [code] [/code] | | For quoting code |
[url]www.google.com[/url] [url=www.google.com]Google[/url] | www.google.com Google | URL (http:// optional)
Note: Local URL's must begin / or ./ |
[img]www.google.com/images/logo_sm.gif[/img] [img=www.google.com/images/logo_sm.gif]Google Logo[/img] | | Embed image (http:// optional)
Note: Local URL's must begin / or ./ |
[link]Wiki_Markup[/link] [link=Wiki_Markup]Wiki Markup[/link] | Wiki_Markup Wiki Markup Guide | Local wiki links |
| [iframe]http://www.google.com/[/iframe] | N/A | Replaces the entire page with an iframe of the remote URL. Useful way of embedding content that can't be easily intergrated normally.
Will render oddly if the remote site has a transparent background or no background. Requires Javascript to be enabled on the client.
|
| [item]Staff of Conjuring[/item] | [item]Staff of Conjuring[/item] | Retreives WoW item information and displays it when you hover the mouse over the link (by integrating wtih itemstats & overLIB). Shown here is the best item in the game. Bonus points if you know why it's the best. |