Editing Tips
From CSSEMediaWiki
(Difference between revisions)
m |
m |
||
Line 2: | Line 2: | ||
* 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 sign your name (without date): <br /><nowiki>--~~~</nowiki> | ||
− | ** Wal provides rationale [[Sign your work|here]]. | + | ** Wal provides rationale and etiquette guidelines [[Sign your work|here]]. |
* 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> |
Revision as of 12:16, 27 September 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):
--~~~- Wal provides rationale and etiquette guidelines here.
- 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.