Help:Editing: Difference between revisions

From Openresearch
Jump to navigation Jump to search
No edit summary
fwMnYoSWaAyghaEA
Line 1: Line 1:
==Cheatsheet==
For the love of God, keep wiritng these articles.
This cheatsheet shows the basic formatting tricks.
{| style="background-color:white; font-size:small; margin:3px 3px 3px 10px"
|-
|style="background-color:#B9D3EE" |'''Wiki text'''
|style="background-color:#B9D3EE" |'''Result'''
|-
|style="background-color:#B9D3EE" |<nowiki>''italic''</nowiki>
|style="background-color:#B9D3EE" |''italic''
|-
|style="background-color:#B9D3EE" |<nowiki>'''bold'''</nowiki>
|style="background-color:#B9D3EE"|'''bold'''
|-
|style="background-color:#B9D3EE" |<nowiki>'''''bold and italic'''''</nowiki>
|style="background-color:#B9D3EE" |'''''bold and italic'''''
|-
|style="background-color:#B9D3EE" |
<nowiki>==heading==</nowiki><br />
<nowiki>===level 2===</nowiki><br />
<nowiki>====level 3====</nowiki><br />
<nowiki>=====level 4=====</nowiki>
|style="background-color:#B9D3EE" |Headings in different sizes
|-
|style="background-color:#B9D3EE" |<nowiki>[[Link to another page]]</nowiki><br />
<nowiki>[[Link|different title]]</nowiki>
|style="background-color:#B9D3EE" |Internal Link to another page
on the wiki
|-
|style="background-color:#B9D3EE" |
<nowiki>http://www.example.org</nowiki><br />
<nowiki>[http://www.example.org Text]</nowiki>
|style="background-color:#B9D3EE" |External link<br />
Link with description
|-
|style="background-color:#B9D3EE" |<nowiki>[[has editor::Sören Auer]]</nowiki>
|style="background-color:#B9D3EE" |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 [[smw:Help:Editing|Semantic MediaWiki editing help]])
|-
|style="background-color:#B9D3EE" |<nowiki>[[Category:Example]]</nowiki>
|style="background-color:#B9D3EE" |Add article to category “example“
|-
|style="background-color:#B9D3EE" |
<nowiki>----</nowiki>
|style="background-color:#B9D3EE" |horizontal line
|-
|style="background-color:#B9D3EE" |
<nowiki>* one</nowiki><br />
<nowiki>* two</nowiki><br />
<nowiki>* three</nowiki>
|style="background-color:#B9D3EE" |Bullet list
* one
* two
|-
|style="background-color:#B9D3EE" |
<nowiki># one</nowiki><br />
<nowiki># two</nowiki><br />
<nowiki># three</nowiki>
|style="background-color:#B9D3EE" |Numbered list
# one
# two
|-
|style="background-color:#B9D3EE" |<nowiki>[[Image:File.jpg|Text]]</nowiki><br />
<nowiki>[[Image:File.jpg|frame|Text]]</nowiki><br />
<nowiki>[[Image:File.jpg|thumb|Text]]</nowiki>
|style="background-color:#B9D3EE" |Image with alternative text<br />
Image aligned right with caption<br />
Thumbnail
|-
|style="background-color:#B9D3EE" |<nowiki>[[Media:File.ogg]]</nowiki>
|style="background-color:#B9D3EE" |Download link
|-
|style="background-color:#B9D3EE" |<nowiki>{{Name}}</nowiki>
|style="background-color:#B9D3EE" |Include template "Name"
|-
|style="background-color:#B9D3EE" |<nowiki>--~~~</nowiki>
|style="background-color:#B9D3EE" |Signature (Link to userpage)
|-
|style="background-color:#B9D3EE" |
<nowiki>--~~~~</nowiki>
|style="background-color:#B9D3EE" |Signature with timestamp (date & time)
|-
|style="background-color:#B9D3EE" |<nowiki>#REDIRECT [[Other article]]</nowiki>
|style="background-color:#B9D3EE" |Redirect one title to another article
|}
 
==Further information==
# [[metawikipedia:Cheatsheet|Quick syntax reference]] (Cheatsheet)
# [[wikipedia:Help:Editing|Complete editing help]] from Wikipedia
# [[smw:Help:Editing|Additional markup in Semantic MediaWiki]]

Revision as of 14:52, 26 December 2011

For the love of God, keep wiritng these articles.