Help:Cheatsheet

From Cvillepedia
Jump to navigation Jump to search

Want to learn how to use the source editor but are intimidated by code? This is a guide for how to use various mark-up language to edit cvillepedia. These are the basic rudimentary codes. What else would be useful here? Let us know on the talk page!

See Help:Contents for additional information.

Description You type You get
Applies anywhere
Italicise text

''italic''

italic

Bold text

'''bold'''

bold

Bold and italic

'''''bold & italic'''''

bold & italic

Internal link

(within cvillepedia)

[[name of page]]
[[name of page|display text]]

name of page
display text

Redirect to another page

#redirect [[Target page]]

Target page

External link

(to other websites)

[http://www.example.org]
[http://www.example.org display text]
http://www.example.org

[1]
display text
http://www.example.org

Sign your posts
on talk pages

~~~~

Your username 21:48,
28 March 2024 (UTC)

Applies only at the beginning of the line
Headings

of different sizes

== Level 1 ==
=== Level 2 ===
==== Level 3 ====
===== Level 4 =====
====== Level 5 ======

Level 1

Level 2

Level 3

Level 4
Level 5
Bullet list

* one
* two
** two point one
* three

  • one
  • two
    • two point one
  • three
Numbered list

# one
# two
## two point one
# three

  1. one
  2. two
    1. two point one
  3. three
 
Thumbnail image

[[Image:SqBeaverCreek1.gif|right|thumb|75px|Caption]]

Caption