Difference between revisions of "Help:Editing"

From WikiMarion
Jump to: navigation, search
(Credits: adding blockquote)
 
(One intermediate revision by one other user not shown)
Line 126: Line 126:
 
|}
 
|}
 
</div>
 
</div>
 +
 +
==Blockquotes==
 +
If you have a block quote that you want to be indented, put the quote between a set of tags.  If you input this:<br>
 +
<nowiki>
 +
<blockquote>yada yada yada</blockquote>
 +
</nowiki>
 +
 +
It will display as:<br>
 +
<blockquote>yada yada yada</blockquote>
 +
 +
  
 
==Credits==
 
==Credits==
This page adapted from the Wikipedia Cheatsheet [[http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet]]
+
This page is adapted from the Wikipedia Cheatsheet. [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet]

Latest revision as of 12:50, 30 May 2007

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 WikiMarion)

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

name of page
display text

Redirect to another page

#redirect [[Target page]]

1. redirect Target page

External link

(to other websites)

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

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

Sign your posts
on talk pages

~~~~

Username 15:02,
9 January 2025 (UTC)

Applies only at the beginning of the line
Headings

of different sizes

==level 1==
===level 2===
====level 3====
=====level 4=====

Level 1

Level 2

Level 3

Level 4
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:Wiki.png|thumb|Caption text]]

File:Wiki.png
Caption text

Blockquotes

If you have a block quote that you want to be indented, put the quote between a set of tags. If you input this:
<blockquote>yada yada yada</blockquote>

It will display as:

yada yada yada


Credits

This page is adapted from the Wikipedia Cheatsheet. [2]