Difference between revisions of "Help:Editing"

From Mech
Jump to navigationJump to search
Line 19: Line 19:
*Internal
*Internal
** To another page : <nowiki> [[Page Name]] </nowiki>
** To another page : <nowiki> [[Page Name]] </nowiki>
** Using different text : <nowiki> [[Page Name|Page Description]] </nowiki> - the 2nd part is displayed instead.
** Using different text : <nowiki> [[Page Name|Page Description]] </nowiki>
** To images, etc. : <nowiki> [[media:filename.end|Description]] </nowiki>
** To images, etc. : <nowiki> [[media:filename.end|Description]] </nowiki>
*External
*External
** To a website : <nowiki> [http://www.cnn.com] </nowiki>
** To a website : <nowiki> http://www.cnn.com </nowiki> => http://www.cnn.com
** With description : <nowiki> [http://www.cnn.com CNN Homepage] </nowiki>
** With description : <nowiki> [http://www.cnn.com CNN Homepage] </nowiki> => [http://www.cnn.com CNN Homepage]

Revision as of 14:22, 3 May 2006

The page will present the basic editing commands for entering content into the wiki. For more detailed documentation, please visit http://meta.wikimedia.org/wiki/Help:Editing

Headings

Headings are handled using equals signs. Headings are accomplished like so:

  • =Top Heading=
  • ==Sub Heading==
  • ===Sub Sub Heading===

Using these commands also creates a table of contents for the page, that will be shown at the top of the page, or whereever you enter the __TOC__ keyword.

Links

Links can only be inserted using the wiki code. There are different types of links: internal and external. Internal links refer to other parts of the wiki (pages, images, files, etc.) and external links refer to links to pages elsewhere on the web.

Here are some examples:

  • Internal
    • To another page : [[Page Name]]
    • Using different text : [[Page Name|Page Description]]
    • To images, etc. : [[media:filename.end|Description]]
  • External