Stage-oe-small.jpg

Hilfe:Editing Help: Unterschied zwischen den Versionen

Aus Aifbportal
Wechseln zu:Navigation, Suche
 
(6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 8: Zeile 8:
  
 
__TOC__
 
__TOC__
 +
 +
 +
=General editing help for MediaWiki=
 +
 +
[http://meta.wikimedia.org/wiki/Help:Editing Editing help of MediaWiki]
 +
 +
[http://meta.wikimedia.org/wiki/Help:Advanced_editing Weitere Editierungshilfen]
 +
 +
[http://semantic-mediawiki.org/wiki/Help:User_manual User manual of Semantic MediaWiki]
 +
 +
 +
=Sandbox=
 +
 +
Here is the place to try things and see how your wiki text looks like:
 +
[[Intern:Sandbox]]
  
  
Zeile 18: Zeile 33:
  
  
=Change the heading=
+
=Ü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:
 
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:
Zeile 24: Zeile 39:
 
<nowiki> {{Überschrift|STRING-VALUE-HEADING-NAME}} </nowiki>
 
<nowiki> {{Überschrift|STRING-VALUE-HEADING-NAME}} </nowiki>
  
 +
=Setzen des Seitentitels (erscheint in der Browserleiste)=
 +
Mit <nowiki>{{#browsertitle:Der Titeltext}}</nowiki> kann man explizit den Seitentitel setzen.
 +
Beachte, wenn <nowiki> {{Überschrift|STRING-VALUE-HEADING-NAME}} </nowiki> gesetzt ist, wird der Seitentitel automatisch auf den gleichen Wert gesetzt.
  
 
=Add a rubric=
 
=Add a rubric=
Zeile 74: Zeile 92:
 
</table>
 
</table>
 
If you want to convert an Excel sheet into a Wiki table use:
 
If you want to convert an Excel sheet into a Wiki table use:
[http://excel2wiki.net]
+
http://excel2wiki.net
 
 
  
 
more informationen:
 
more informationen:
[http://en.wikipedia.org/wiki/Help:Table (English) Tables]  
+
[http://en.wikipedia.org/wiki/Help:Table (English) Tables],
 
[http://de.wikipedia.org/wiki/Hilfe:Tabellen (German) Tabellen]
 
[http://de.wikipedia.org/wiki/Hilfe:Tabellen (German) Tabellen]
 
 
=Edit MediaWiki generally=
 
 
[http://meta.wikimedia.org/wiki/Help:Editing Editing help of MediaWiki]
 
 
[http://semantic-mediawiki.org/wiki/Help:User_manual User manual of Semantic MediaWiki]
 

Aktuelle Version vom 16. Oktober 2009, 07:56 Uhr

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