Help:Editing
Wiki Cheatsheet | ||
Works anywhere in the text | ||
Description | You type | You get |
Italic text |
''italic'' |
italic |
Bold text | '''bold''' |
bold |
Bold and italic text |
'''''bold & italic''''' |
bold & italic |
Link to another Wiki page |
[[Main Page]] |
|
Link internal heading |
[[#Heading name]] |
|
Show an image |
[[File:Banner.png|thumb|alt=text]]|Caption |
|
Size an image |
[[File:Banner.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
|
~~~~ |
|
Using Templates | ||
---|---|---|
Description | You type | You get |
Use a template |
{{tempname}} |
{{tempname}} - The template named "tempname" must exist first. |
Use {{Smallcaps}} |
{{smallcaps|This Text}} |
This Text |
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)
|
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 |
<span style="color:gold">golden </span> |
golden |
Set text grayish |
<span style="color:#616161">grayed |
grayed |
Set text white-on-blue |
<span style="color:white; background:blue"> |
blue background |
Strike through text |
<s>strike words</s> |
|