Help:General

From NorCon MUSH

Formatting

Bold: '''your text here'''
Italics: ''your text here''
Bold and Italics: '''''your text here'''''
  • Bullet point
* Bullet point
  1. Numerical point
# Numerical point
Played Bys [[Played Bys]] (Internal wiki link)
This is a link to somewhere [[Played Bys|This is a link to somewhere]]
The PernMU Dragons List [http://dragons.pernmu.com The PernMU Dragons List] (External link)
Category:Characters [[:Category:Characters]] NB: To assign a page to a category, rather than link to it, use this format:

Headings

Headings are denoted by = signs.

== Heading == is the equivalent of a <h2>Heading</h2> tag.

A sub-heading under that would use === Sub Heading === and so on.

Images

Images can be embedded into any wiki page (though we do ask that you use some restraint!). Full instructions on how to do this are available here. In brief, however:

This is a face! [[File:Face-Delifa.jpg|This is a face!]]
This is a bigger face! [[File:Face-Delifa.jpg|130px|This is a bigger face!]]

Tables

Tables are useful for organising content. The formatting of them is a little different from in basic html, but still pretty easy! For more detail, look here.

{|
! align="left"| Item
! Amount
! Cost
|-
|Orange
|10
|7.00
|-
|Bread
|4
|3.00
|-
|Butter
|1
|5.00
|-
!Total
|
|15.00
|}
Item Amount Cost
Orange 10 7.00
Bread 4 3.00
Butter 1 5.00
Total 15.00