mNo edit summary |
m (Created) |
||
Line 4: | Line 4: | ||
== Editing & MediaWiki Syntax == | == Editing & MediaWiki Syntax == | ||
Siehe weiter unten auf dieser Seite oder: | |||
* [http://meta.wikimedia.org/wiki/Help:Editor Editing Wiki Pages] (Overview) | * [http://meta.wikimedia.org/wiki/Help:Editor Editing Wiki Pages] (Overview) | ||
* [http://meta.wikimedia.org/wiki/Help:Editing Editing Wiki Pages] (Quick Intro) | * [http://meta.wikimedia.org/wiki/Help:Editing Editing Wiki Pages] (Quick Intro) | ||
Line 11: | Line 12: | ||
* [[MediaWiki:Sidebars|Seitenleisten und Menüstrukturen]] | * [[MediaWiki:Sidebars|Seitenleisten und Menüstrukturen]] | ||
* [[Medien:Book sources|ISBN-Büchersuche editieren]] | * [[Medien:Book sources|ISBN-Büchersuche editieren]] | ||
= Quick Help = | |||
== Text formatting markup == | |||
'''This is just a short help. Find the full version [http://www.mediawiki.org/w/index.php?title=Help:Formatting here].''' | |||
You can format your text using wiki markup. This consists of normal characters like asterisks, single quotes or equation marks which have a special function in the wiki, sometimes depending on their position. For example, to format a word in ''italic'', you include it in two single quotes like <tt><nowiki>''this''</nowiki></tt> | |||
{| align="center" {{Prettytable}} | |||
|- | |||
||'''Description''' | |||
||'''You type''' | |||
||'''You get''' | |||
|- | |||
| colspan="3" align="center" | ''applies anywhere'' | |||
|- | |||
|Italic text | |||
|<tt><nowiki>''italic''</nowiki></tt> | |||
|''italic'' | |||
|- | |||
| Bold text | |||
|<tt><nowiki>'''bold'''</nowiki></tt> | |||
|'''bold''' | |||
|- | |||
| Bold and italic | |||
|<tt><nowiki>'''''bold & italic'''''</nowiki></tt> | |||
|'''''bold & italic''''' | |||
|- | |||
|Escape wiki markup | |||
|<tt><nowiki><nowiki>no "markup"</nowiki></nowiki></tt> | |||
|<nowiki>no ''markup''</nowiki> | |||
|- | |||
|Fixed width text | |||
|<nowiki><tt>Fixed width text</tt></nowiki> | |||
|<tt>Fixed width text</tt> | |||
|- | |||
| colspan="3" align="center" | ''only at the beginning of the line'' | |||
|- | |||
| Indent text | |||
| | |||
<tt><nowiki>:Single indent</nowiki></tt><br /> | |||
<tt><nowiki>::Double indent</nowiki></tt><br /> | |||
<tt><nowiki>:::::Multiple indent</nowiki></tt> | |||
| | |||
:Single indent | |||
::Double indent | |||
:::::Multiple indent | |||
|- | |||
| | |||
Headings of<br /> | |||
different levels <ref>An article with four or more headings will automatically create a [http://en.wikipedia.org/wiki/Wikipedia:Section#Table_of_contents_.28TOC.29 table of contents].</ref> | |||
| | |||
<tt><nowiki>=level 1=</nowiki></tt><ref>Use of a level 1 heading is '''''highly discouraged''''' as it appears with the same formatting and size as the page title, which can be confusing.</ref><br /> | |||
<tt><nowiki>==level 2==</nowiki></tt><br /> | |||
<tt><nowiki>===level 3===</nowiki></tt><br /> | |||
<tt><nowiki>====level 4====</nowiki></tt><br /> | |||
<tt><nowiki>=====level 5=====</nowiki></tt><br /> | |||
<tt><nowiki>======level 6======</nowiki></tt> | |||
| | |||
<!-- little hack to prevent TOC viewing --> | |||
<span style="font-size: 188%; margin: 0; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaa;">Level 1</span><br/><br/> | |||
<span style="font-size: 150%; margin: 0; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaa;">Level 2</span><br/><br/> | |||
<span style="font-size: 132%; border-bottom: none; font-weight: bold;">Level 3</span><br/> | |||
<span style="font-size: 100%; border-bottom: none; font-weight: bold;">Level 4</span><br/> | |||
{{DEFAULTSORT:[[[http://www.example.com link title]]#Redirect [[—[[Category:]]]]]}}<span style="font-size: 86%; border-bottom: none; font-weight: bold;">Level 5</span><br/> | |||
<span style="font-size: 80%; border-bottom: none; font-weight: bold;">Level 6</span><br/> | |||
|- | |||
|Horizontal rule | |||
|<tt><nowiki>----</nowiki></tt> | |||
| ---- | |||
|- | |||
|Bullet list | |||
| | |||
* one<br> | |||
* two<br> | |||
* three<br> | |||
** three and one-third<br> | |||
** three and two-thirds<br> | |||
| | |||
* one | |||
* two | |||
* three | |||
** three and one-third | |||
** three and two-thirds | |||
|- | |||
|Numbered list | |||
| | |||
# one<br /> | |||
# two<nowiki><br></nowiki>spanning several lines<nowiki><br></nowiki>without breaking the numbering<br /> | |||
# three<br /> | |||
## three point one<br /> | |||
## three point two<br /> | |||
| | |||
# one | |||
# two<br>spanning several lines<br>without breaking the numbering | |||
# three | |||
## three point one | |||
## three point two | |||
|- | |||
|Mixture of bulleted<br /> and numbered lists | |||
| | |||
# one<br /> | |||
# two<br /> | |||
#* two point one<br /> | |||
#* two point two<br /> | |||
| | |||
# one | |||
# two | |||
#* two point one | |||
#* two point two | |||
|- | |||
|Definition list | |||
| | |||
;Definition<br /> | |||
:item 1<br /> | |||
:item 2<br /> | |||
| | |||
;Definition | |||
:item 1 | |||
:item 2 | |||
|- | |||
|Preformatted text | |||
| | |||
preformatted text is done with<br /> | |||
a space at the<br /> | |||
beginning of the line<br /> | |||
| | |||
preformatted text is done with | |||
a space at the | |||
beginning of the line | |||
|- | |||
|Preformatted text with no indentation | |||
| | |||
<nowiki><pre> some preformatted text with no indentation </pre></nowiki> | |||
| | |||
<pre> | |||
some preformatted | |||
text with no indentation | |||
</pre> | |||
|- | |||
|Blockquotes | |||
| | |||
Body<br> | |||
text text text text text text text text text text text text | |||
text text text text text text text text text text text text | |||
<nowiki><blockquote> quote quote quote quote quote quote </blockquote></nowiki> | |||
text text text text text text text text text text text text | |||
| | |||
Body<br> | |||
text text text text text text text text text text text text | |||
text text text text text text text text text text text text | |||
<blockquote> quote quote quote quote quote quote </blockquote> | |||
text text text text text text text text text text text text | |||
|- | |||
|Comment | |||
|<tt><nowiki><!--This is comment--></nowiki></tt> | |||
|<!--This is comment--> | |||
|- | |||
| colspan="3" align="center" | ''Plug-Ins'' | |||
|- | |||
|videoflash | |||
|<tt><nowiki><videoflash type=vimeo>6752514|437|236</videoflash></nowiki></tt> | |||
|<videoflash type=vimeo>6752514|437|236</videoflash> | |||
|- | |||
|OpenStreetMap Simple Map | |||
|<tt><nowiki><map lat="50.977169" lon="11.328642" zoom="16" w="437" h="300" format="jpeg" /></nowiki></tt> | |||
|<map lat="50.977169" lon="11.328642" zoom="16" w="437" h="300" format="jpeg" /> | |||
|- | |||
|OpenStreetMap Slippy Map | |||
|<tt><nowiki><slippymap lat="50.977169" lon="11.328642" zoom="16" w="437" h="300"/></nowiki></tt> | |||
|<slippymap lat="50.977169" lon="11.328642" zoom="16" w="437" h="300"/> | |||
|- | |||
|Google Maps | |||
|<tt><nowiki><googlemap version="0.9" lat="50.977169" lon="11.328642" type="map" zoom="16" width="437"> | |||
(D) 50.977169, 11.328642, M5 | |||
</googlemap></nowiki></tt> | |||
| | |||
<googlemap version="0.9" lat="50.977169" lon="11.328642" type="map" zoom="16" width="437" height="300"> | |||
(D) 50.977169, 11.328642, M5 | |||
</googlemap> | |||
|} | |||
Notes: <references/> | |||
== Paragraphs == | |||
MediaWiki ignores normal line breaks. To start a new paragraph, leave an empty line. You can also start a new line with the HTML tags <tt><nowiki><br> or <br/></nowiki></tt>. | |||
== HTML == | |||
Some [[wikipedia:HTML|HTML]] tags are allowed in MediaWiki, for example <tt><nowiki><code></nowiki></tt>, <tt><nowiki><div></nowiki></tt>, <tt><nowiki><span></nowiki></tt> and <tt><nowiki><font></nowiki></tt>. | |||
== Other formatting == | |||
Beyond the text formatting markup shown above, here are some other formatting references: | |||
* [http://www.mediawiki.org/wiki/Help:Contents Full Help] | |||
* [http://www.mediawiki.org/wiki/Help:Links Links] | |||
* [http://www.mediawiki.org/wiki/Help:Images Images] | |||
* [http://www.mediawiki.org/wiki/Help:Tables Tables] |
Revision as of 01:53, 20 November 2009
Getting started
Editing & MediaWiki Syntax
Siehe weiter unten auf dieser Seite oder:
- Editing Wiki Pages (Overview)
- Editing Wiki Pages (Quick Intro)
- Wikipedia Cheatsheet
For Admins
Quick Help
Text formatting markup
This is just a short help. Find the full version here.
You can format your text using wiki markup. This consists of normal characters like asterisks, single quotes or equation marks which have a special function in the wiki, sometimes depending on their position. For example, to format a word in italic, you include it in two single quotes like ''this''
Description | You type | You get |
applies anywhere | ||
Italic text | ''italic'' | italic |
Bold text | '''bold''' | bold |
Bold and italic | '''''bold & italic''''' | bold & italic |
Escape wiki markup | <nowiki>no "markup"</nowiki> | no ''markup'' |
Fixed width text | <tt>Fixed width text</tt> | Fixed width text |
only at the beginning of the line | ||
Indent text |
:Single indent |
|
Headings of |
=level 1=[2] |
Level 1 |
Horizontal rule | ---- | ---- |
Bullet list |
* one |
|
Numbered list |
# one |
|
Mixture of bulleted and numbered lists |
# one |
|
Definition list |
;Definition |
|
Preformatted text |
preformatted text is done with |
preformatted text is done with a space at the beginning of the line |
Preformatted text with no indentation |
<pre> some preformatted text with no indentation </pre> |
some preformatted text with no indentation |
Blockquotes |
Body <blockquote> quote quote quote quote quote quote </blockquote> text text text text text text text text text text text text |
Body
text text text text text text text text text text text text |
Comment | <!--This is comment--> | |
Plug-Ins | ||
videoflash | <videoflash type=vimeo>6752514|437|236</videoflash> | 437|236</videoflash> |
OpenStreetMap Simple Map | <map lat="50.977169" lon="11.328642" zoom="16" w="437" h="300" format="jpeg" /> | <map lat="50.977169" lon="11.328642" zoom="16" w="437" h="300" format="jpeg" /> |
OpenStreetMap Slippy Map | <slippymap lat="50.977169" lon="11.328642" zoom="16" w="437" h="300"/> | <slippymap lat="50.977169" lon="11.328642" zoom="16" w="437" h="300"/> |
Google Maps | <googlemap version="0.9" lat="50.977169" lon="11.328642" type="map" zoom="16" width="437"> (D) 50.977169, 11.328642, M5 </googlemap> |
<googlemap version="0.9" lat="50.977169" lon="11.328642" type="map" zoom="16" width="437" height="300"> (D) 50.977169, 11.328642, M5 </googlemap> |
Notes:
- ↑ An article with four or more headings will automatically create a table of contents.
- ↑ Use of a level 1 heading is highly discouraged as it appears with the same formatting and size as the page title, which can be confusing.
Paragraphs
MediaWiki ignores normal line breaks. To start a new paragraph, leave an empty line. You can also start a new line with the HTML tags <br> or <br/>.
HTML
Some HTML tags are allowed in MediaWiki, for example <code>, <div>, <span> and <font>.
Other formatting
Beyond the text formatting markup shown above, here are some other formatting references: