log in         get a username

Editing Cheatsheet

From HPAlumnipedia

Jump to: navigation, search


Description You type You get
Applies anywhere on a page – commonly used
Italicise text

''italic''

italic

Bold text

'''bold'''

bold

Internal link

(within this wiki)

[[name of page]]
[[name of page|display text]]

name of page
display text

External link

(to other websites)

[http://www.hpalumni.org]
[http://www.hpalumni.org display text]
http://www.hpalumni.org

[1]
display text
http://www.hpalumni.org

space character

& nbsp; [remove the space after the '&']


dash

& ndash;
[remove the space after the '&']


hidden text

<!-- Hidden --> (the words are findable with WikiMedia search)


Applies anywhere on a page – use sparingly
underline

<u>Underlined</u>
(use sparingly to avoid confusion with links)

Underlined
strikeout

<s>Strikeout</s>
(use sparingly -- hard to read and MediaWiki has excellent change tracking built in anyhow)

Strikeout
colored text

<FONT COLOR=#347235>'''Green'''<FONT COLOR="black">
(must use bold for color to show)
A good color table: http://www.computerhope.com/htmcolor.htm

Green
Applies only at the beginning of the line
Headings

of different sizes

==level 1==
===level 2===

Level 1

Level 2

Bullet list

* one
* two
* three

  • one
  • two
  • three
Numbered list

# one
# two
# three

  1. one
  2. two
  3. three
Indentation

: One time
:# bulleted list
:: Two times
::* numbered list
::: Three times

One time
  1. bulleted list
Two times
  • numbered list
Three times
Horizontal rule

<hr>


Line break

<br>

Line
Break

Mixing list and indentation commands
# one
# two
#* two point one
#* two point two
# three
#; three def one
#: three item one
# four
#: four item one
#: this rather looks like the continuation of # four
#: and thus often used instead of <br />
;item 1
:* definition 1-1
:* definition 1-2
:
;item 2
:# definition 2-1
:# definition 2-2

The usage of #: and *: for breaking a line within an item may also be controversial.

  1. one
  2. two
    • two point one
    • two point two
  3. three
    three def one
    three item one
  4. four
    four item one
    this rather looks like the continuation of # four
    and thus often used instead of <br />
item 1
  • definition 1-1
  • definition 1-2
item 2
  1. definition 2-1
  2. definition 2-2
Applies to an entire article
Include the article in a category

[[Category: Taxes]]

Category: Taxes

Redirect to another article (must be first line in article)

#REDIRECT [[Employee Stock Purchase]]

References

* Note: These links go to sites maintained by the community that developed the MediaWiki open-source software. The software has been adapted by the HPAA for the HPAlumnipedia – not all MediaWiki documentation applies to the HPAlumnipedia.