Difference between revisions of "Help:General"
From NorCon MUSH
(Created page with "== Formatting == {| |- |style="width:200px"| '''Bold''': |<nowiki>'''your text here'''</nowiki> |- |''Italics'': |<nowiki>''your text here''</nowiki> |- |'''''Bold and Itali...") |
|||
| Line 20: | Line 20: | ||
|<nowiki># Numerical point</nowiki> | |<nowiki># Numerical point</nowiki> | ||
|- | |- | ||
| − | |[[ | + | |[[Played Bys]] |
| − | |<nowiki>[[ | + | |<nowiki>[[Played Bys]]</nowiki> ''(Internal wiki link)'' |
|- | |- | ||
| − | |[[ | + | |[[Played Bys|This is a link to somewhere]] |
| − | |<nowiki>[[ | + | |<nowiki>[[Played Bys|This is a link to somewhere]]</nowiki> |
|- | |- | ||
|[http://dragons.pernmu.com The PernMU Dragons List] | |[http://dragons.pernmu.com The PernMU Dragons List] | ||
| Line 30: | Line 30: | ||
|- | |- | ||
|[[:Category:Characters]] | |[[:Category:Characters]] | ||
| − | |<nowiki>[[:Category:Characters]]</nowiki> ''NB: To assign a page to a category, rather than link to it, use this format: <nowiki> | + | |<nowiki>[[:Category:Characters]]</nowiki> ''NB: To assign a page to a category, rather than link to it, use this format: <nowiki></nowiki>'' |
|- | |- | ||
|} | |} | ||
Latest revision as of 05:19, 11 April 2015
Contents
Formatting
| Bold: | '''your text here''' |
| Italics: | ''your text here'' |
| Bold and Italics: | '''''your text here''''' |
|
* Bullet 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:
|
[[File:Face-Delifa.jpg|This is a 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
|}
|
|
