Help:Cheatsheet: Difference between revisions
Caleb Cooper (talk | contribs) m Removed protection from "Help:Cheatsheet" |
Caleb Cooper (talk | contribs) m Text replacement - "[[WP:" to "[[Wikipedia:WP:" |
||
| Line 55: | Line 55: | ||
|colspan="3" style="border-top:1px solid #cee0f2;"| |
|colspan="3" style="border-top:1px solid #cee0f2;"| |
||
|- |
|- |
||
|[[WP:RED|Red link]] |
|[[Wikipedia:WP:RED|Red link]] |
||
<div style="padding: 0.7em .5em; font-size:0.9em;">''Links to pages that don't exist are automatically red. Red links in articles help by showing desired [[WP:REDIRECT|redirects]] or [[WP:N|notable]] pages. ''</div> |
<div style="padding: 0.7em .5em; font-size:0.9em;">''Links to pages that don't exist are automatically red. Red links in articles help by showing desired [[Wikipedia:WP:REDIRECT|redirects]] or [[Wikipedia:WP:N|notable]] pages. ''</div> |
||
| |
| |
||
<code><nowiki>[[Red link example]]</nowiki></code> |
<code><nowiki>[[Red link example]]</nowiki></code> |
||
| Line 108: | Line 108: | ||
|- |
|- |
||
|[[Template:Citation needed]] |
|[[Template:Citation needed]] |
||
<div style="padding: 0.7em .5em; font-size:0.9em;">''one of many [[WP:TC|cleanup templates]]''</div> |
<div style="padding: 0.7em .5em; font-size:0.9em;">''one of many [[Wikipedia:WP:TC|cleanup templates]]''</div> |
||
| |
| |
||
<code><nowiki>This statement is true.{{cn}}</nowiki></code> |
<code><nowiki>This statement is true.{{cn}}</nowiki></code> |
||
| Line 125: | Line 125: | ||
|colspan="3" style="border-top:1px solid #cee0f2;"| |
|colspan="3" style="border-top:1px solid #cee0f2;"| |
||
|- |
|- |
||
|[[WP:STRIKE|Strike]] your [[WP:TALK|talk page]] comment |
|[[Wikipedia:WP:STRIKE|Strike]] your [[Wikipedia:WP:TALK|talk page]] comment |
||
<div style="padding: 0.7em .5em; font-size:0.9em;">''to show your previous comment is outdated''</div> |
<div style="padding: 0.7em .5em; font-size:0.9em;">''to show your previous comment is outdated''</div> |
||
| |
| |
||
<code><nowiki><s>This topic isn't [[WP:N|notable]].</s></nowiki></code> |
<code><nowiki><s>This topic isn't [[Wikipedia:WP:N|notable]].</s></nowiki></code> |
||
| |
| |
||
<s>This topic isn't [[WP:N|notable]].</s> |
<s>This topic isn't [[Wikipedia:WP:N|notable]].</s> |
||
|- |
|- |
||
|colspan="3" style="border-top:1px solid #cee0f2;"| |
|colspan="3" style="border-top:1px solid #cee0f2;"| |
||
|- |
|- |
||
|[[WP:Underline|Underline]] your text |
|[[Wikipedia:WP:Underline|Underline]] your text |
||
| |
| |
||
<code><nowiki><u>This topic is notable</u></nowiki></code> |
<code><nowiki><u>This topic is notable</u></nowiki></code> |
||
| Line 143: | Line 143: | ||
|- |
|- |
||
|Hide text somewhere for editors |
|Hide text somewhere for editors |
||
<div style="padding: 0.7em .5em; font-size:0.9em;">''[[WP:CON|consensus]] is how things are decided''</div> |
<div style="padding: 0.7em .5em; font-size:0.9em;">''[[Wikipedia:WP:CON|consensus]] is how things are decided''</div> |
||
| |
| |
||
<code><nowiki><!--This had consensus, discuss at talk page--></nowiki></code> |
<code><nowiki><!--This had consensus, discuss at talk page--></nowiki></code> |
||
Revision as of 08:13, 21 October 2020
| For a complete list of Wikitext codes, see Help:Wikitext. For information on special words, see Help:Magic words. |
| ||
|
Works anywhere in the text | ||
| Description | You type | You get |
| Italics, bold, and both |
''italics'', '''bold''', and '''''both''''' |
italics, bold, and both |
| Link to another page
see Help:Interwikimedia links for linking to sister projects
|
|
|
|
"Pipe" a link to change the link's text |
|
|
|
Link to a section |
|
|
| Red link |
|
|
| Plain website |
|
|
| Link a website |
|
|
| Link and name a website |
|
|
| Citations, references, and footnotes
sources in the article will appear where {{reflist}} is put, typically under a level 2 section heading (see below) towards the bottom of the page; text between {{}} is for a template.
|
Hello<ref name="LoC">[https://www.loc.gov/about/ Library of Congress]</ref> World!<ref>https://www.w3.org/</ref>
Hello again!<ref name="LoC" /><ref>Perry's Handbook, Sixth Edition, McGraw-Hill Co., 1984.</ref>
References: {{reflist}}
|
References:
|
| Template:Citation needed
one of many cleanup templates
|
|
This statement is true.[citation needed] |
| Signature
sign your contributions when posting to a talk page
|
|
|
| Strike your talk page comment
to show your previous comment is outdated
|
|
|
| Underline your text |
|
This topic is notable |
| Hide text somewhere for editors
consensus is how things are decided
|
|
|
| Show an image
for uploading, see the intro to uploading images
|
|
![]() |
| Add a page to a category | [[Category:Category name]]place near the bottom of a page |
shows "Category name" in a bar at bottom when the page is previewed or published |
| Link to a category or file | [[:Category:Category name]][[:File:File name]]
|
Category:Wikipedia basic information File:Example.jpg
|
| Works only at the beginning of lines | ||
| Description | You type | You get |
| Redirect to another page
redirects must be placed at the start of the first line
|
|
|
| Redirect to a section of another page |
|
|
| Section headings a Table of Contents will automatically be generated when four headings are added to an article
|
|
Level 2Level 3Level 4Level 5Level 6 |
| Bulleted list |
|
|
| Numbered list |
|
|
| Indenting text
this is used when replying on a talk page, to make it easier to follow conversations.
After a string of indents, or to revive a discussion, an outdent {{Outdent|n}} (Template:Outdent) can be used to reset the paragraph to the left margin. |
|
no indent (normal)
return to left margin
|
See also
| Note: You can use the sandbox to experiment with page editing. |

- For a full list of editing commands, see Help:Wikitext
- For including parser functions, variables and behavior switches, see Help:Magic words
- For a guide to displaying mathematical equations and formulas, see Help:Displaying a formula
- For a guide to editing, see Wikipedia:Contributing to Wikipedia
- For an overview of commonly used style guidelines, see Wikipedia:Simplified Manual of Style
- For a page on how to use Wikipedia in bite-sized morsels, see Wikipedia:Tips
- For advice on writing style and formatting in a bullet-point format, see Wikipedia:Styletips
- For summaries of some Wikipedia protocols and conventions, see Wikipedia:Dos and don'ts
- If you don't want to use wikitext markup, try Wikipedia:VisualEditor instead
- To ask a question, see Wikipedia:Questions to locate the appropriate venue(s)
