Editing Tips
From CSSEMediaWiki
(Difference between revisions)
(New page: * To redirect a page to another page, replace the page contents with: <br /><nowiki>#redirect NewPage</nowiki> * To sign your name (with date), for example on talk pages: <br /><nowiki...) |
|||
Line 1: | Line 1: | ||
* To redirect a page to another page, replace the page contents with: <br /><nowiki>#redirect [[NewPage]]</nowiki> | * To redirect a page to another page, replace the page contents with: <br /><nowiki>#redirect [[NewPage]]</nowiki> | ||
* To sign your name (with date), for example on talk pages: <br /><nowiki>--~~~~</nowiki> <br />(MediaWiki will automatically convert it for you) | * To sign your name (with date), for example on talk pages: <br /><nowiki>--~~~~</nowiki> <br />(MediaWiki will automatically convert it for you) | ||
+ | * To sign your name (without date): <br /><nowiki>--~~~</nowiki> | ||
* To place a page in a category, add: <br /><nowiki>[[Category:CategoryName]]</nowiki> | * To place a page in a category, add: <br /><nowiki>[[Category:CategoryName]]</nowiki> | ||
* To make an internal link: <br /><nowiki>[[PageName | Page description]]</nowiki> | * To make an internal link: <br /><nowiki>[[PageName | Page description]]</nowiki> | ||
* To make an external link: <br /><nowiki>[http://www.example.com Site description]</nowiki> | * To make an external link: <br /><nowiki>[http://www.example.com Site description]</nowiki> | ||
+ | * 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. |
Revision as of 03:21, 23 July 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.