Editing Tips

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
Line 7: Line 7:
 
* To indent a paragraph, put a colon (:) at the start of it
 
* To indent a paragraph, put a colon (:) at the start of it
 
* To present one or more paragraphs in monospace font in a box, put a space ( ) at the start of it/them.
 
* To present one or more paragraphs in monospace font in a box, put a space ( ) at the start of it/them.
 +
** If only a small section of <tt>monospace font</tt> is required surround it with <nowiki><tt>text</tt></nowiki> tags.

Revision as of 22:32, 30 August 2009

  • To redirect a page to another page, replace the page contents with:
    #redirect [[NewPage]]
  • To sign your name (with date), for example on talk pages:
    --~~~~
    (MediaWiki will automatically convert it for you)
  • To sign your name (without date):
    --~~~
  • To place a page in a category, add:
    [[Category:CategoryName]]
  • To make an internal link:
    [[PageName | Page description]]
  • To make an external link:
    [http://www.example.com Site description]
  • To indent a paragraph, put a colon (:) at the start of it
  • To present one or more paragraphs in monospace font in a box, put a space ( ) at the start of it/them.
    • If only a small section of monospace font is required surround it with <tt>text</tt> tags.
Personal tools