Help:Cheatsheet
From KeyWiki
KeyWiki Editing Cheatsheet | ||
|
| ||
| Description | You type | You get |
| Italic text |
''italic'' |
italic |
| Bold text |
'''bold''' |
bold |
| Bold and italic text |
'''''bold & italic''''' |
bold & italic |
| Link to another KeyWiki page |
[[Name of page]] | |
| Link internal heading |
[[#Heading name]] | |
| Show an image |
[[File:Wiki.png|thumb|alt=text|Caption]] | |
| Size an image |
[[File:Wiki.png|thumb|60px|alt=text|Cap]] | |
| 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 saved. |
| Signature
Sign your contributions when posting to a Talk Page.
|
~~~~ | |
| <center>Using Templates | ||
| Description | You type | You get |
| Use a template |
{{example}} | |
| Use {{Smallcaps}} |
{{smallcaps|This Text}} | |
| Use {{Convert}} to change units |
{{convert|29|km|mi}} |
29 kilometres (18 mi) |
|
<center>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 [[Target page]] | |
| Redirect to a section of another page |
#REDIRECT [[Target page#anchorName]] |
Image:Redirect arrow without text.svg Target page#anchorName |
| Section headings A Table of Contents will automatically be generated when four headings are added to an article.
|
==Level 2== |
Level 2Level 3Level 4Level 5Level 6 |
| Nonindexed headers (left out of Table of Contents)
|
; Header name (has a leading semicolon ";" in front)
|
Header name (will not appear in Table of Contents)
|
| Bulleted list |
* One |
|
| Numbered list |
# One |
|
| Indenting text
This is used when replying on a talk page, to make it easier to follow conversations.
|
no indent (normal) |
no indent (normal)
|
|
<center>Adding footnote references | ||
|
Cheatsheet for citing a website or publication | ||
| Insert footnotes as references in a page to list at page bottom |
Hello,<ref>Encyclopædia Britannica</ref> World.<ref>http://www.w3.org/</ref>
|
References:
|
|
<center>Changing text fonts | ||
|---|---|---|
| Description | You type | You get |
| Small text |
<small>smaller text</small> |
smaller text |
| Set text font color blue |
<span style="color:blue">words</span> |
words |
| Set text gold (see: Web colors) |
<span style="color:gold">golden </span> |
golden |
| Set text grayish |
<span style="color:#616161">grayed</br /></span> |
grayed |
| Set text white-on-blue |
<span style="color:white; background:blue"> |
blue background |
| Strike through text |
<s>strike words</s> |
|

