Help:Cheatsheet
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.
|
<syntaxhighlight lang="xml"> Hello[1] World![2] References:
</syntaxhighlight> |
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
|
|
Tables (style 1) | |
---|---|
border="1" cellpadding="2" | |
COLUMN1 | COLUMN2 |
ROW1 | ROW1/COL2 |
ROW2 | ROW2/COL2 |
|}
Tables (style 2: wikitable) | |
---|---|
class="wikitable" style="text-align: left;" | |
COLUMN1 | COLUMN2 |
ROW1 | ROW1/COL2 |
ROW2 | ROW2/COL2 |
|}
Collapsible tables (Default: collapsed) | |
---|---|
class="wikitable collapsible collapsed" style="text-align: left;margin:0px;" | |
COLUMN1 | COLUMN2 |
ROW1 | ROW1/COL2 |
ROW2 | ROW2/COL2 |
|}
Columns | |
---|---|
<syntaxhighlight lang="smarty">
|
Interwiki links | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Vandalism response templates | |
---|---|
|
Page citations |
---|
<syntaxhighlight lang="smarty"></syntaxhighlight> |
|}
See also
- 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)