Difference between revisions of "Help:Editing"

From Openresearch
Jump to: navigation, search
Line 48: Line 48:
 
<nowiki>* three</nowiki>
 
<nowiki>* three</nowiki>
 
|style="background-color:#B9D3EE" |Bullet list
 
|style="background-color:#B9D3EE" |Bullet list
 +
* one
 +
* two
 
|-
 
|-
 
|style="background-color:#B9D3EE" |
 
|style="background-color:#B9D3EE" |
Line 54: Line 56:
 
<nowiki># three</nowiki>
 
<nowiki># three</nowiki>
 
|style="background-color:#B9D3EE" |Numbered list
 
|style="background-color:#B9D3EE" |Numbered list
 +
# one
 +
# two
 
|-
 
|-
 
|style="background-color:#B9D3EE" |<nowiki>[[Image:File.jpg|Text]]</nowiki><br />
 
|style="background-color:#B9D3EE" |<nowiki>[[Image:File.jpg|Text]]</nowiki><br />

Revision as of 20:46, 16 August 2008

Cheatsheet

This cheatsheet shows the basic formatting tricks.

Wiki text Result
''italic'' italic
'''bold''' bold
'''''bold and italic''''' bold and italic

==heading==
===level 2===
====level 3====
=====level 4=====

Headings in different sizes
[[Link to another page]]

[[Link|different title]]

Internal Link to another page

on the wiki

http://www.example.org
[http://www.example.org Text]

External link

Link with description

[[has editor::Sören Auer]] Typed (semantic link) to the page describing Sören Auer, semantic links have the meaning that the object described by the page they occur in has a property (the type of the link, e.g. "has editor") with the value represented by the link target (see Semantic MediaWiki editing help)
[[Category:Example]] Add article to category “example“

----

horizontal line

* one
* two
* three

Bullet list
  • one
  • two

# one
# two
# three

Numbered list
  1. one
  2. two
[[Image:File.jpg|Text]]

[[Image:File.jpg|frame|Text]]
[[Image:File.jpg|thumb|Text]]

Image with alternative text

Image aligned right with caption
Thumbnail

[[Media:File.ogg]] Download link
{{Name}} Include template "Name"
--~~~ Signature (Link to userpage)

--~~~~

Signature with timestamp (date & time)
#REDIRECT [[Other article]] Redirect one title to another article

Further information

  1. Quick syntax reference (Cheatsheet)
  2. Complete editing help from Wikipedia
  3. Additional markup in Semantic MediaWiki