You are viewing an old version of this page. Return to the latest version.
Difference between revisions of "Formatting"
m (1 revision: Migration) |
Fbaeckmann (talk | contribs) (Changed categories.) |
to be translated... MediaWiki and hence also BlueSpice offers many possibilities to format your text to make it easier to read. Here is a short overview of the most important ones:
Formatting text (using Wiki text)[edit | edit source]
Formatting | Description | Wiki page |
---|---|---|
==Headings==
'''bold''', ''italic'', <u>underlined</u>, etc
* First list item
* Second list item
# Numered list
|
Create headings, mark text bold, italic, underlined, etc. and arrange items in unordered or ordered lists. | Formatting help |
Tables in MediaWiki may appear pretty complex at first, but here are some helpful articles: | ||
<poem> ... </poem>
|
With the poem tag you can create nicer paragraphs and more. | Poem |
:
|
A colon at the beginning of a line makes the text indent. | |
<nowiki> ... </nowiki>
|
Allows to display Wikicode without processing it. |
to be translated...MediaWiki and hence also BlueSpice offers many possibilities to format your text to make it easier to read. Here is a short overview of the most important ones: ==Formatting text (using Wiki text)== {| class="contenttable" style="width: 700px;" border="0" |- !|'''Formatting''' !|'''Description''' !|'''Wiki page''' |- ||<syntaxhighlight> ==Headings==</syntaxhighlight> <syntaxhighlight>'''bold''', ''italic'', <u>underlined</u>, etc</syntaxhighlight> <syntaxhighlight>* First list item</syntaxhighlight> <syntaxhighlight>* Second list item</syntaxhighlight> <syntaxhighlight># Numered list</syntaxhighlight> ||Create headings, mark text '''bold''', ''italic'', <u>underlined</u>, etc. and arrange items in unordered or ordered lists. ||[[FormattingHelp|Formatting help]] |- || ||Tables in MediaWiki may appear pretty complex at first, but here are some helpful articles: || [[Insert_table|Tables in the WYSIWYG editor]] [[Tables|Tables in Wikicode]] |- ||<syntaxhighlight><poem> ... </poem></syntaxhighlight> ||With the poem tag you can create nicer paragraphs and more. ||[[Reference:Poem|Poem]] |- ||<syntaxhighlight>:</syntaxhighlight> ||A colon at the beginning of a line makes the text indent. || |- ||<syntaxhighlight><nowiki> ... </nowiki></syntaxhighlight> ||Allows to display Wikicode without processing it. || |} [[en:{{FULLPAGENAME}}]] [[de:Formatierung]] [[Category:Howto]] [[Category:MediaWiki]]
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | MediaWiki and hence also BlueSpice offers many possibilities to format your text to make it easier to read. Here is a short overview of the most important ones: | ||
+ | ==Formatting text (using Wiki text)== | ||
+ | {| class="contenttable" style="width: 700px;" border="0" | ||
+ | |- | ||
+ | !|'''Formatting''' | ||
+ | !|'''Description''' | ||
+ | !|'''Wiki page''' | ||
+ | |- | ||
+ | ||<syntaxhighlight> ==Headings==</syntaxhighlight> | ||
+ | <syntaxhighlight>'''bold''', ''italic'', <u>underlined</u>, etc</syntaxhighlight> | ||
+ | <syntaxhighlight>* First list item</syntaxhighlight> | ||
− | + | <syntaxhighlight>* Second list item</syntaxhighlight> | |
+ | |||
+ | <syntaxhighlight># Numered list</syntaxhighlight> | ||
+ | ||Create headings, mark text '''bold''', ''italic'', <u>underlined</u>, etc. and arrange items in unordered or ordered lists. | ||
+ | ||[[FormattingHelp|Formatting help]] | ||
+ | |- | ||
+ | || | ||
+ | ||Tables in MediaWiki may appear pretty complex at first, but here are some helpful articles: | ||
+ | || | ||
+ | [[Insert_table|Tables in the WYSIWYG editor]] | ||
+ | |||
+ | [[Tables|Tables in Wikicode]] | ||
+ | |||
+ | |- | ||
+ | ||<syntaxhighlight><poem> ... </poem></syntaxhighlight> | ||
+ | ||With the poem tag you can create nicer paragraphs and more. | ||
+ | ||[[Reference:Poem|Poem]] | ||
+ | |- | ||
+ | ||<syntaxhighlight>:</syntaxhighlight> | ||
+ | ||A colon at the beginning of a line makes the text indent. | ||
+ | || | ||
+ | |- | ||
+ | ||<syntaxhighlight><nowiki> ... </nowiki></syntaxhighlight> | ||
+ | ||Allows to display Wikicode without processing it. | ||
+ | || | ||
+ | |} | ||
+ | [[en:{{FULLPAGENAME}}]] | ||
+ | [[de:Formatierung]] | ||
+ | |||
+ | [[Category:Howto]] | ||
+ | [[Category:MediaWiki]] |