Difference between revisions of "Help:Editing"
Jump to navigation
Jump to 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 19: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== |
Headings in different sizes |
| [[Link to another page]] [[Link|different title]] |
Internal Link to another page
on the wiki |
|
http://www.example.org |
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 |
Bullet list
|
|
# one |
Numbered list
|
| [[Image:File.jpg|Text]] [[Image:File.jpg|frame|Text]] |
Image with alternative text Image aligned right with caption |
| [[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
- Quick syntax reference (Cheatsheet)
- Complete editing help from Wikipedia
- Additional markup in Semantic MediaWiki