Difference between revisions of "Help:Cheatsheet"
m (Pointone moved page ArchWiki Cheatsheet to Help:Cheatsheet: use Help namespace like Help:Editing) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Help]] __NOTOC__ __NOEDITSECTION__ | [[Category:Help]] __NOTOC__ __NOEDITSECTION__ | ||
− | + | [[es:Help:Cheatsheet]] | |
+ | [[zh-CN:Help:Cheatsheet]] | ||
For a full list of editing commands, see [[Help:Editing]]. To experiment with editing, use the [[sandbox]]. | For a full list of editing commands, see [[Help:Editing]]. To experiment with editing, use the [[sandbox]]. | ||
Revision as of 20:54, 23 September 2012
zh-CN:Help:Cheatsheet For a full list of editing commands, see Help:Editing. To experiment with editing, use the sandbox.
Works anywhere in the text (wikitext) | ||
Description | You type | You get |
Italic text |
''italic'' |
italic |
Bold text |
'''bold''' |
bold |
Bold and italic text |
'''''bold & italic''''' |
bold & italic |
Link to another ArchWiki page |
[[Name of page]] |
|
Add a page to a category Categories should be placed at the beginning of pages.
|
[[Category:Category name]] | The category name will display in a bar at the bottom when the page is previewed or saved. |
Signature
Sign your contributions when posting to a Talk page. Do not sign when contributing to an article. |
~~~~ |
Username, 16:19, 26 April 2018 (UTC) |
Works anywhere in the text (HTML) | ||
Description | You type | You get |
Strikethrough |
<s>strikethrough</s> |
|
Underline |
<u>underline</u> |
underline |
Centering text |
<center>center</center> |
|
Subscripts and superscripts |
<sub>sub</sub> <sup>sup</sup> |
sub sup |
Works only at the beginning of lines | ||
Description | You type | You get |
Code
Start code lines with one or more spaces. See also Help:Style#Code formatting templates. |
$ echo Hello World |
$ echo Hello World |
Redirect to another page
Redirects must be placed at the start of the first line.
|
#REDIRECT [[Target page]] |
|
Section headings
A Table of Contents will automatically be generated for articles with four or more headings. =Level 1= should not be used. See also Effective Use of Headers. |
== Level 2 == |
Level 2Level 3Level 4Level 5Level 6 |
Horizontal rule |
---- |
|
Bulleted list |
* One |
|
Numbered list |
# One |
|
Definition list |
; Term one: Definition one |
|
Indenting text
This is generally used when replying on a Talk page, as it keeps conversations easy to browse.
|
no indent (normal) |
no indent (normal)
|