Editing Tips
From CSSEMediaWiki
(Difference between revisions)
m |
m |
||
Line 9: | Line 9: | ||
* 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. | ** If only a small section of <tt>monospace font</tt> is required surround it with <nowiki><tt>text</tt></nowiki> tags. | ||
+ | |||
+ | == See Also == | ||
+ | * [[Sign your work]] |
Revision as of 12:17, 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.