Markup Code Quick Reference



Table of Contents:

Markup Code Quick Reference
    Bold
    Italics
    Raw text (ignores markup code)
    URL Links
    Block quotes
    Code samples
    Lists
    Tables
    Allakhazam Item Links



Bold

**Bold Text Here**

Bold Text here




Italics

//Italicized Text Here//

Italicized Text here



Raw text (ignores markup code)

**I'm bold!**  ``**I'm raw!**``

I'm bold! **I'm raw!**



URL Links

[http://www.defendingthefaith.net DTF Guild Web Site]

DTF Guild Web Site



Block quotes

> Blockquoted text.

Blockquoted text.




Code samples

 <code>
 funtion testCode()
 {
   return TRUE;
 }
 </code>
funtion testCode()
{
  return TRUE;
}




Lists

Bulleted List:

* Unordered list begin
 * Sub item 1
 * Sub item 2
* Unordered list end

Numbered List:

# Ordered list begin
 # Sub item 1
 # Sub item 2
# Ordered list end

Bulleted List:

Numbered List:

  1. Ordered list begin
    1. Sub item 1
    2. Sub item 2
  2. Ordered list end




Tables

||~ Cell Header 1 ||~ Cell Header 2 ||
|| Cell Contents 1 || Cell Contents 2 ||
|| Cell Contents 3 || Cell Contents 4 ||
||< Alignt Left ||> Alight Right ||
|||| A cell spanned ||
||||= Centered cell ||

Cell Header 1 Cell Header 2
Cell Contents 1 Cell Contents 2
Cell Contents 3 Cell Contents 4
Alignt Left Alight Right
A cell spanned
Centered cell




Allakhazam Item Links

[[wowitem 20627]]


[Dark Heart Pants]

Important:, this operates by finding the Item Number from Allakhazam's web site. You can see it at the end of their URLs. For example, http://wow.allakhazam.com/db/item.html?witem=2244 ends with 2244. That is the value you must supply in the code. The first time an item is viewed on this site will take a while to load since Allakhazam can be quite slow sometimes.