Hilfe:Formatting: Unterschied zwischen den Versionen
K (1 Version) |
Keine Bearbeitungszusammenfassung |
||
(2 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt) | |||
Zeile 3: | Zeile 3: | ||
== Text formatting markup == | == Text formatting markup == | ||
{| class=" | {| class="prettytable" style="width:80%" | ||
! class="hi_2" |Description | |||
! | ! class="hi_2" |You type | ||
! | ! class="hi_2" |You get | ||
|- | |- | ||
! colspan="3" align="center" style="background:#A7C1F2" | character formatting - ''applies anywhere'' | ! colspan="3" align="center" style="background:#A7C1F2" | character formatting - ''applies anywhere'' | ||
Zeile 186: | Zeile 186: | ||
Some [[wikipedia:HTML|HTML]] tags are allowed in MediaWiki, for example <code><nowiki><code></nowiki></code>, <code><nowiki><div></nowiki></code>, <code><nowiki><span></nowiki></code> and <code><nowiki><font></nowiki></code>. These apply anywhere you insert them. | Some [[wikipedia:HTML|HTML]] tags are allowed in MediaWiki, for example <code><nowiki><code></nowiki></code>, <code><nowiki><div></nowiki></code>, <code><nowiki><span></nowiki></code> and <code><nowiki><font></nowiki></code>. These apply anywhere you insert them. | ||
{| class=" | {| class="prettytable" style="width:50%" | ||
!Description | !class="hi_2"| Description | ||
!You type | !class="hi_2"| You type | ||
!You get | !class="hi_2"| You get | ||
|- | |- | ||
| Strikethrough | | Strikethrough | ||
Zeile 238: | Zeile 238: | ||
*[[Help:Tables|Tables]] | *[[Help:Tables|Tables]] | ||
[[Category:Help|Formatting]] | [[Category:Help|Formatting]] |
Aktuelle Version vom 4. Juli 2016, 11:57 Uhr
Important note for authors: When you edit this page, you agree to release your contribution into the public domain. If you don't want this or can't do this because of license restrictions, please don't edit. This page is one of the Public Domain Help Pages, which can be freely copied into fresh wiki installations and/or distributed with MediaWiki software; see Help:Contents for an overview of all pages. See Project:PD help/Copying for instructions. |
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''
Text formatting markup
Description | You type | You get |
---|---|---|
character formatting - 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'' |
section formatting - only at the beginning of the line | ||
Headings of different levels |
=level 1= ==level 2== ===level 3=== ====level 4==== =====level 5===== ======level 6====== An article with four or more headings will automatically create a table of contents. |
Level 1
Level 2
Level 3
Level 4
Level 5
Level 6
|
Horizontal rule |
---- |
|
Bullet list |
* one * two * three ** three point one ** three point two Inserting a blank line will end the first list and start another. |
|
Numbered list |
# one # two<br />spanning several lines<br />without breaking the numbering # three ## three point one ## three point two |
|
Definition list |
;item 1 :definition 1 ;item 2 :definition 2-1 :definition 2-2 |
|
Adopting definition list to indent text |
:Single indent ::Double indent :::::Multiple indent This adoption may be controversial from the viewpoint of accessibility. |
|
Mixture of different types of list |
# one # two #* two point one #* two point two # three #; three item one #: three def one # four #: four def one #: this rather looks like the continuation of # four #: and thus often used instead of <br /> # five ## five sub 1 ### five sub 1 sub 1 ## five sub 2 ;item 1 :* definition 1-1 :* definition 1-2 : ;item 2 :# definition 2-1 :# definition 2-2 The usage of |
|
Preformatted text |
preformatted text is done with a '''space''' at the ''beginning'' of the line This way of preformatting only applies to section formatting, and character formatting markups are still effective. |
preformatted text is done with a space at the beginning of the line |
Paragraphs
MediaWiki ignores normal line breaks. To start a new paragraph, leave an empty line. You can force a line break within a paragraph with the HTML tags <br />
.
HTML
Some HTML tags are allowed in MediaWiki, for example <code>
, <div>
, <span>
and <font>
. These apply anywhere you insert them.
Description | You type | You get |
---|---|---|
Strikethrough | <del>Strikethrough</del> |
|
Fixed width text |
<tt>Fixed width text</tt> |
Fixed width text |
Blockquotes |
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 |
text text text text text text text text text text text text text text text text text text text text text text text text
text text text text text text text text text text text text |
Comment |
<!--This is comment--> Text can only be viewed in the edit window. |
|
Completely preformatted text |
<pre>this way, all markups are '''ignored'''</pre> |
this way, all markups are '''ignored''' |
Fehler beim Erstellen des Vorschaubildes: Datei fehlt
|
Tip for wiki admins: If you trust your users you can allow full HTML by setting $wgRawHtml = true; in LocalSettings.php.
|
Other formatting
Beyond the text formatting markup shown above, here are some other formatting references: