Stage-oe-small.jpg

Hilfe:Editing Help

Aus Aifbportal
Wechseln zu:Navigation, Suche

Editing help to configurate your own pages.


Back to Overview



General editing help for MediaWiki

Editing help of MediaWiki

Weitere Editierungshilfen

User manual of Semantic MediaWiki


Sandbox

Here is the place to try things and see how your wiki text looks like: Intern:Sandbox


Hide the heading

The heading of a page corresponds to its name and the last part of the URL, respectively. To decide whether it shall be hidden or not is only possible for pages that are NOT predefined, i.e. pages which are created without a template. You can hide the heading by including the template HideHeading1. To do so, you have to add the following to the wiki-text of the page:

{{HideHeading1}}


Überschrift ändern

By including the template Überschrift you can create your own heading for a page. When retrieving the template a string argument with the corresponding new heading will be passed. To change the heading you have to add the following to the wiki-text of the page:

{{Überschrift|STRING-VALUE-HEADING-NAME}}

Setzen des Seitentitels (erscheint in der Browserleiste)

Mit {{#browsertitle:Der Titeltext}} kann man explizit den Seitentitel setzen. Beachte, wenn {{Überschrift|STRING-VALUE-HEADING-NAME}} gesetzt ist, wird der Seitentitel automatisch auf den gleichen Wert gesetzt.

Add a rubric

A rubric is a special heading with a gray bar which fills the space between the text of the heading and the right end of the page, e.g.

<TEXT>

To create a new rubric you have to add the following to the wiki-text of the page:

{{Rubrik| <TEXT>}}


Create a table

A simple table:

Wiki Markup:
{| class="wikitable" border="1"
|-
!  header 1
!  header 2
!  header 3
|-
|  row 1, cell 1
|  row 1, cell 2
|  row 1, cell 3
|-
|  row 2, cell 1
|  row 2, cell 2
|  row 2, cell 3
|}
Looks like:
header 1 header 2 header 3
row 1, cell 1 row 1, cell 2 row 1, cell 3
row 2, cell 1 row 2, cell 2 row 2, cell 3

If you want to convert an Excel sheet into a Wiki table use: http://excel2wiki.net

more informationen: (English) Tables, (German) Tabellen