If you find new markup that you need to use, please add it for future reference.
Text Edit
'''Bold Text''' |
Bold Text |
''Italics Text'' |
Italics Text |
'''''Bold Italics Text''''' |
Bold Italics Text |
<big>Big Text</big> |
Big Text |
<small>Small Text</small> |
Small Text |
<span style="font-size: xx-large">xx-large Text</span> |
xx-large Text |
<span style="font-size: x-large">x-large Text</span> |
x-large Text |
<span style="font-size: large">large Text</span> |
large Text |
<span style="font-size: x-small">x-small Text</span> |
x-small Text |
<span style="font-size: xx-small">xx-small Text</span> |
xx-small Text |
<strike>Stricken Text</strike> |
|
<u>Underlined Text</u> |
Underlined Text |
Super<sup>Script</sup> |
SuperScript |
Sub<sub>Script</sub> |
SubScript |
<tt>Teletype text</tt> |
Teletype text |
<span style="font-variant: small-caps">small caps</span> |
small caps |
<font color=red>Red Text</font> |
Red Text |
<font color=#00FF00>Green Text</font> |
Green Text |
{{lc:Lower Case}} |
lower case |
{{uc:Upper Case}} |
UPPER CASE |
{{ucfirst:first letter upper case}} |
First letter upper case |
{{lcfirst:FIRST LETTER LOWER CASE}} |
fIRST LETTER LOWER CASE |
Links Edit
External Links Edit
Internal Links Edit
Image:Icon.png (internal link, no redirect symbol)
Lists Edit
Unordered Lists Edit
- Item A
- Item B
- Item C
Numbered Lists Edit
- First Item
- Second Item
- Third Item
Nested Lists Edit
Putting an unordered list within a numbered list:
- Numbered List 1
- Numbered List 2
- Unordered List A
- Unordered List B
- Numbered List 3
Indentation, Alignment, and Spacing Edit
- Single Indentation
- Double Indentation
- Triple Indentation
- Definition List Term
- Definition List Definition
Special Wiki Code Edit
Signing Comments Edit
It's helpful to sign comments made on disscussion/talk pages so later on we know who left the comment and when it was made. Clicking the Signature button on the edit toolbar will automatically insert wiki code that will be translated into a link to your user page and the current time when you click the Save Page button. Alternatively you can insert the code yourself:
--~~~~
What Links Here Edit
You can create a hard link to the Whatlinkshere function. Use either a particular article name, or you can use a variable. The primary benefit to using a whatlinkshere function as opposed to just listing items, is in the future when more items are added to the wiki, a whatlinkshere will automatically reflect the new additions. A static list will depend on being correctly updated, something that may or may not happen.
[[:Special:Whatlinkshere/Pack (White)|Vendors that sell White Packs.]] [[:Special:Whatlinkshere/{{PAGENAME}}|Variable]]
Search Edit
You can create a wiki link to a search for a particular term or variable. For example to create a link that searches for the term Geomancy:
[[:Special:Search/Geomancy|Geomancy]]
For more than one word, separate terms with +, such as:
[[:Special:Search/Fire+Cold]]
You can also use variables such as:
[[:Special:Search/{{PAGENAME}}|Article]]
Note that a search term that exactly matches the name of an existing article will resolve to that article, not a search.
Magic Words Edit
Word | Description |
---|---|
__NOTOC__ | Hides ToC on the current page. |
__FORCETOC__ | Forces the table of contents to appear. |
__TOC__ | Places a ToC here (overriding any __NOTOC__). Multiple ToCs are no longer supported. If __TOC__ is used multiple times, only the first occurrence causes a ToC to appear. |
{|align=right cellpadding=10 |
Place the table of contents into a floating table on the right side, in other words the table of contents appears the same, just to the right side with text flowing normally alongside on the left. You can adjust the alignment, cellpadding (whitespace around the ToC), color, etc if desired. For simple usage, you can use {{RightToC}}. |
__NOEDITSECTION__ | Hides the edit links beside headings. Also, will no longer automatically edit only one section at a time when double- or right-clicking a heading (if you have that feature enabled in your preferences) |
__NEWSECTIONLINK__ | [MW1.7+] Gives a "+"-link next to the edit-tab to make a new section on a non-talk page (post-a-comment feature). |
__NOCONTENTCONVERT__ __NOCC__ |
Don't perform the content language conversion (character and phase) in article display; for example, Chinese zh with zh_cn, zh_tw, zh_sg, zh_hk. |
__NOGALLERY__ | [MW1.7+] This magic word allows images in category pages to be displayed as inline links instead of gallery. |
__NOTITLECONVERT__ __NOTC__ |
Like __NOCC__ but affecting article title only. |
__END__ | Allows for trailing whitespace to be included in the page save (does not seem to work anymore). |
__START__ | This magic word has no effect but an ID in MagicWord.php (MAG_START). |
__HIDDENCAT__ | When placed anywhere on a category page, this magic word causes that category not to appear in the horizontal box near the bottom of every member page. See Help:Category#Hidden_categories for further detail. |
HTML Characters Edit
Some characters are either reserved in HTML or are special characters used by the wiki parser engine. To display these characters while sidestepping their special uses you can use special codes.
Character | Code | Description |
---|---|---|
" | " |
quotation mark |
' | ' |
apostrophe |
& | & |
ampersand |
< | < |
less-than |
> | > |
greater-than |
© | © |
copyright |
| non-breaking space | |
  |
space | |
! | ! |
exclamation mark |
" | " |
quotation mark |
# | # |
number sign |
$ | $ |
dollar sign |
% | % |
percent sign |
& | & |
ampersand |
' | ' |
apostrophe |
( | ( |
left parenthesis |
) | ) |
right parenthesis |
* | * |
asterisk |
+ | + |
plus sign |
: | : |
colon |
; | ; |
semicolon |
[ | [ |
left square bracket |
\ | \ |
backslash |
] | ] |
right square bracket |
{ | { |
left curly brace |
| | | |
vertical bar |
} | } |
right curly brace |
~ | ~ |
tilde |
Variables Edit
See MediaWiki.org for an exhaustive list.
{{PAGENAME}} - Name of the article where the variable is used. {{FULLPAGENAME}} - Name of the article where the variable is used including the namespace if any. For example, "File:Image.jpg", "MediaWiki:Sidebar", and "Creatures". The PAGENAME variable would by contrast give "Image.jpg", "Sidebar", and "Creatures". {{PAGESINCATEGORY:categoryname}} - Total number of pages in the category specified. This is an expensive function and should not be used many times on the same page.
CSS Elements Edit
- When one to four values can be specified they are top, right, bottom, and left. If one value is given, it will be applied to all four, for two to three values any missing values will take the value of their opposite.
- For possible color values, see Color Chart.
- clear: <value> - clear: right - Values can be none, left, right, or both and specifies whether an element allows floating elements to its sides.
- border: <value> - border: 2px dotted #808080 - Specify the width, style, and color (any or all) for all four borders. To specify the properties of an individual border see below.
- border-color: <value> - border-color: #F0F0F0 #303030 #F0F0F0 #303030 - Specify one to four color values, top, right, bottom, and left.
- border-style: <value> - border-style: dashed - Value can be none, dotted, dashed, solid, double, groove, ridge, inset, outset. Specify one to four color values, top, right, bottom, and left.
- border-width: <value> - border-width: 3px - The value can be thin, medium, thick, or a numeric value. Specify one to four values, top, right, bottom, and left.
- float: <value> - float: left - Values can be left, right, or none and allow text to wrap (or not) around the element.
- font-family: <family-name> - font-family: Courier - Use the font name.
- font-size: <value> - font-size: large - Values can be xx-small, x-small, small, medium, large, x-large, xx-large, larger, smaller, a length, or a percentage.
- margin: <value> - margin: 5px - Values can be a length a percentage, or auto and specifies the margins of an element. Specify one to four values, top, right, bottom, and left.
- padding: <value> - padding: 10px - Values can be a length or a percentage and specifies the amount of space between a border and the content of an element. Specify one to four values, top, right, bottom, and left.
Miscellaneous Edit
- Horizontal lines
<hr style="background-color:red;" />