Difference between revisions of "Help:Cheatsheet"
(re-format (less of a blatant rip-off ;) )) |
|||
(19 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:Help]] __NOTOC__ __NOEDITSECTION__ |
− | + | [[es:Help:Cheatsheet]] | |
− | + | [[zh-CN:Help:Cheatsheet]] | |
− | {| align="center" style="width:100%; border:1px #0771a6 solid; background:#f9f9f9; text-align:left;" | + | For a full list of editing commands, see [[Help:Editing]]. To experiment with editing, use the [[sandbox]]. |
− | |- | + | |
− | + | {| align="center" style="width:100%; border:1px #0771a6 solid; background:#f9f9f9; text-align:left; border-collapse:collapse;" | |
− | |- | + | |- style="background:#333333; color:#ffffff; font-size: 0.9em; text-align:center;" |
− | + | | colspan="3" | '''Works anywhere in the text (wikitext)''' | |
− | | | + | |- style="background:#333333; color:#ffffff; font-size: 0.9em; text-align:center;" |
− | | width="30% | + | | width="30%" |Description |
− | |- | + | | |You type |
+ | | width="30%" |You get | ||
+ | |- | ||
|Italic text | |Italic text | ||
− | | | + | | |
<tt><nowiki>''italic''</nowiki></tt> | <tt><nowiki>''italic''</nowiki></tt> | ||
− | | | + | | |
''italic'' | ''italic'' | ||
− | |- | + | |- style="border-top:1px solid #aaaaaa;" |
− | |||
− | |||
|Bold text | |Bold text | ||
| | | | ||
Line 23: | Line 23: | ||
| | | | ||
'''bold''' | '''bold''' | ||
− | |- | + | |- style="border-top:1px solid #aaaaaa;" |
− | |||
− | |||
|Bold and italic text | |Bold and italic text | ||
| | | | ||
Line 31: | Line 29: | ||
| | | | ||
'''''bold & italic''''' | '''''bold & italic''''' | ||
− | |- | + | |- style="border-top:1px solid #aaaaaa;" |
− | + | |Link to another ArchWiki page | |
− | |||
− | |||
| | | | ||
<tt><nowiki>[[Name of page]]</nowiki></tt><br /> | <tt><nowiki>[[Name of page]]</nowiki></tt><br /> | ||
Line 41: | Line 37: | ||
[[Name of page]]<br /> | [[Name of page]]<br /> | ||
[[Name of page|Text to display]] | [[Name of page|Text to display]] | ||
− | |- | + | |- style="border-top:1px solid #aaaaaa;" |
− | + | |Add a page to a category <div style="padding-left:.5em; font-size:0.9em;">''Categories should be placed at the '''beginning''' of pages.''</div> | |
− | |||
− | |Add a page to a category | ||
|<tt><nowiki>[[Category:Category name]]</nowiki></tt> | |<tt><nowiki>[[Category:Category name]]</nowiki></tt> | ||
− | | | + | |The category name will display in a bar at the bottom when the page is previewed or saved. |
− | |- | + | |- style="border-top:1px solid #aaaaaa;" |
− | |||
− | |||
|Signature | |Signature | ||
− | <div style="padding: | + | <div style="padding-left:.5em; font-size:0.9em;"> |
− | + | ''Sign your contributions when posting to a ''Talk'' page.'' | |
+ | |||
+ | ''Do not sign when contributing to an article.'' | ||
+ | </div> | ||
| | | | ||
<tt><nowiki>~~~~</nowiki></tt> | <tt><nowiki>~~~~</nowiki></tt> | ||
| | | | ||
− | [[Special:Mypage|Username]] | + | [[Special:Mypage|Username]], {{CURRENTTIME}}, {{CURRENTDAY}} {{CURRENTMONTHNAME}} {{CURRENTYEAR}} (UTC) |
+ | |||
+ | |- style="background:#333333; color:#ffffff; font-size: 0.9em; text-align:center;" | ||
+ | | colspan="3" | '''Works anywhere in the text (HTML)''' | ||
+ | |- style="background:#333333; color:#ffffff; font-size: 0.9em; text-align:center;" | ||
+ | | width="30%" |Description | ||
+ | | |You type | ||
+ | | width="30%" |You get | ||
+ | |- | ||
+ | |Strikethrough | ||
+ | | | ||
+ | <tt><nowiki><s>strikethrough</s></nowiki></tt> | ||
+ | | | ||
+ | <s>strikethrough</s> | ||
+ | |- style="border-top:1px solid #aaaaaa;" | ||
+ | |Underline | ||
+ | | | ||
+ | <tt><nowiki><u>underline</u></nowiki></tt> | ||
+ | | | ||
+ | <u>underline</u> | ||
+ | |- style="border-top:1px solid #aaaaaa;" | ||
+ | |Centering text | ||
+ | | | ||
+ | <tt><nowiki><center>center</center></nowiki></tt> | ||
+ | | | ||
+ | <center>center</center> | ||
+ | |- style="border-top:1px solid #aaaaaa;" | ||
+ | |Subscripts and superscripts | ||
+ | | | ||
+ | <tt><nowiki><sub>sub</sub> <sup>sup</sup></nowiki></tt> | ||
+ | | | ||
+ | <sub>sub</sub> <sup>sup</sup> | ||
− | |- | + | |- style="background:#333333; color:#ffffff; font-size: 0.9em; text-align:center;" |
− | + | | colspan="3" | '''Works only at the beginning of lines''' | |
− | |- | + | |- style="background:#333333; color:#ffffff; font-size: 0.9em; text-align:center;" |
− | + | | width="30%" |Description | |
− | | | + | | |You type |
− | | width="30% | + | | width="30%" |You get |
|- | |- | ||
+ | |Code | ||
+ | <div style="padding-left:.5em; font-size:0.9em;"> | ||
+ | ''Start code lines with one or more spaces.'' | ||
+ | |||
+ | ''See also [[Help:Style#Code formatting templates]].'' | ||
+ | </div> | ||
+ | | | ||
+ | <tt><span style="border:1px dashed #a9abb0;"> </span>$ echo Hello World</tt> | ||
+ | | | ||
+ | {{bc|$ echo Hello World}} | ||
+ | |- style="border-top:1px solid #aaaaaa;" | ||
|Redirect to another page | |Redirect to another page | ||
− | <div style="padding: | + | <div style="padding-left:.5em; font-size:0.9em;">''Redirects must be placed at the start of the first line.''</div> |
| | | | ||
<tt><nowiki>#REDIRECT [[Target page]]</nowiki></tt> | <tt><nowiki>#REDIRECT [[Target page]]</nowiki></tt> | ||
| | | | ||
→ [[Target page]] | → [[Target page]] | ||
− | |- | + | |- style="border-top:1px solid #aaaaaa;" |
− | + | |Section headings | |
− | + | <div style="padding-left:.5em; font-size:0.9em;"> | |
− | |Section headings | + | ''A Table of Contents will automatically be generated for articles with four or more headings.'' |
− | <div style="padding: | + | |
− | + | ''=Level 1= should not be used.'' | |
+ | |||
+ | ''See also [[Effective Use of Headers]].''</div> | ||
| | | | ||
<tt><nowiki>== Level 2 ==</nowiki></tt><br /> | <tt><nowiki>== Level 2 ==</nowiki></tt><br /> | ||
Line 89: | Line 128: | ||
===== Level 5 ===== | ===== Level 5 ===== | ||
====== Level 6 ====== | ====== Level 6 ====== | ||
− | |- | + | |- style="border-top:1px solid #aaaaaa;" |
− | + | |Horizontal rule | |
− | |- | + | | |
+ | <tt>----</tt> | ||
+ | | | ||
+ | ---- | ||
+ | |- style="border-top:1px solid #aaaaaa;" | ||
|Bulleted list | |Bulleted list | ||
| | | | ||
Line 103: | Line 146: | ||
** Two point one | ** Two point one | ||
* Three | * Three | ||
− | |- | + | |- style="border-top:1px solid #aaaaaa;" |
− | |||
− | |||
|Numbered list | |Numbered list | ||
| | | | ||
Line 117: | Line 158: | ||
## Two point one | ## Two point one | ||
# Three | # Three | ||
− | |- | + | |- style="border-top:1px solid #aaaaaa;" |
− | |||
− | |||
|Definition list | |Definition list | ||
| | | | ||
Line 127: | Line 166: | ||
; Term one: Definition one | ; Term one: Definition one | ||
; Term two: Definition two | ; Term two: Definition two | ||
− | |- | + | |- style="border-top:1px solid #aaaaaa;" |
− | |||
− | |||
|Indenting text | |Indenting text | ||
− | <div style="padding: | + | <div style="padding-left:.5em; font-size:0.9em;">''This is generally used when replying on a ''Talk'' page, as it keeps conversations easy to browse.''</div> |
| | | | ||
<tt><nowiki>no indent (normal)</nowiki></tt><br/> | <tt><nowiki>no indent (normal)</nowiki></tt><br/> | ||
Line 143: | Line 180: | ||
:::third indent | :::third indent | ||
|} | |} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
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, 15:41, 25 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)
|