Strike text
This can be used to strike-through text. Example:
striked text
Code: Select all
[s]striked text[/s]
Highlight
This can be used to highlight some text. Useful when writing computer addresses or some specific terms. For example: you should install the game in the
C:/Games/Diablo II
folder!Code: Select all
[c]Highlighted text[/c]
Headers
The headers are useful for pre-formatted titles, but they are more powerful than that. To sum it up, search engines (like google) use bots to check all pages on the web, and they try to understand what's happening by reading the page's source. Here is where header tags come in, proper use of these help people find your posts on a google search. The header tags have a hierarchy (from 1 to 4) where 1 is the most important. The H1 tag cannot be used within posts, as it is always "Median XL - Forums". A topic's title is always a H2 tag, so always make sure to use smart topic names. From there on, you can structure your topic using these tags. Additionally, they help topics have a more consistent layout, so it's always good to use these.
Code: Select all
[h2]My Amazon Guide[/h2]
...
[h3]Items[/h3]
...
[h4]Weapon[/h4]
- I use this or that
...
[h4]Armor[/h4]
- I use that or this
...
As you can see, they go in order of relevance. It's more likely that someone searches "Median XL Spearzon items" than "Bowzon quivers", so assigning more relevant content on the superior headers will improve indexing. This is basically how google does magic.
Font Awesome
These icons are great for adding some visual content without the need to use images. For example, I want to use a trophy icon for a hall of fame, I can simply use . Or I want to call an ambulance, I just use ! These icons look especially good when used in headers. List of Icons
Code: Select all
[fa]ambulance[/fa]
Monster Image
These tags were created mainly for the bestiary. All you need to do is wrap the name of a monster, without using spaces. Note that proper capitalization is required, and symbols are omitted. Full list of Monster BBcode can be found here. Example:
Code: Select all
[mon]QuovTsin[/mon]
Skill Icons
This BBCode works similar to the monster one, except it displays character skills. Once again, proper capitalization and no symbols are required. Note that some icons might not work, be sure to report any if you find. Example:
Code: Select all
[skill]PerfectBeing[/skill]
Item
This BBcode works in a similar way than the previous ones, except it uses the name of the item with spaces. Full information can be found here.
Sarcasm
As many of you know, blue is the forum's unofficial sarcasm color. Well, now you could say it's official!
Code: Select all
[sarcasm]Wotan is not fat[/sarcasm]
Navlink
A pair of bbcodes that can be helpful to guide writers in allowing the readers to navigate long threads.
Code: Select all
[navlink={text}]blablabla[/navlink]
The navlink code is the place where the user will click. The name of the link is inside the tags. The {text} parameter is the ID of your link, which tells the browser where to go.
Code: Select all
[navtarget]{text}[/navtarget]
This is the place where the user will jump to on the same page once he clicks the above link. You must use the same {text} parameter (letters and numbers) that you used above.
Of course every such bbcode pair must have a unique {text} parameter.
Have any cool BBCode ideas? Post here.