Stage-oe-small.jpg

Hilfe:Bearbeitungshilfe: Unterschied zwischen den Versionen

Aus Aifbportal
Wechseln zu:Navigation, Suche
 
(9 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 
<div style="border:2px solid grey;padding: 10px 14px 10px 14px; background-color: rgb(217, 217, 217);">
 
<div style="border:2px solid grey;padding: 10px 14px 10px 14px; background-color: rgb(217, 217, 217);">
__TOC__
+
 
 +
'''Editing help to configurate your own pages.'''
 +
<hr>
 +
Back to [[Intern:Dokumentation|Overview]]
 
</div>
 
</div>
  
  
=Editieren von MediaWiki allgemein=
+
__TOC__
  
[http://meta.wikimedia.org/wiki/Help:Editing]
 
[http://semantic-mediawiki.org/wiki/Help:User_manual]
 
  
 +
=Hide the heading=
  
=Überschrift verstecken / ändern=
+
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:
  
'''''Verstecken von Überschriften'''''
 
 
Die Überschrift/Heading einer Seite entspricht ihrem Namen bzw. dem hinterem Abschnitt der URL.
 
Diese Überschrift kann mit dem Aufruf des Template '''HideHeading1''' verborgen werden.
 
 
Hierzu folgenden Aufruf in den Wiki-Text der jeweiligen Seite eintragen.
 
 
<nowiki> {{HideHeading1}} </nowiki>
 
<nowiki> {{HideHeading1}} </nowiki>
  
  
'''''Eigene Überschrift erzeugen'''''
+
=Change the heading=
  
Mit Aufruf des Templates '''Überschrift''' wird eine eigene Überschirft für eine Seite angezeigt. Beim Aufruf des Templates wird ein String als Argument mitgegeben, welches den gewünschten Text für die Überschirft enthält.
+
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:
  
Bei Seiten, die ''über ein Formular erstellt wurden'', klickt man dazu auf "mit Formular bearbeiten" (rechts oben) und gibt dann den folgenden Text im Feld 'Freitext' an:
 
 
<nowiki> {{Überschrift|STRING-VALUE-HEADING-NAME}} </nowiki>
 
<nowiki> {{Überschrift|STRING-VALUE-HEADING-NAME}} </nowiki>
  
"Bei allen anderen Seiten", klickt man dazu auf "bearbeiten" (rechts oben) und trägt dann den folgenden Aufruf in den Wiki-Text der jeweiligen Seite eintragen:
 
<nowiki> {{Überschrift|STRING-VALUE-HEADING-NAME}} </nowiki>
 
  
 +
=Edit MediaWiki generally=
 +
 +
[http://meta.wikimedia.org/wiki/Help:Editing Editing help of MediaWiki]
  
=Infobox=
+
[http://semantic-mediawiki.org/wiki/Help:User_manual User manual of Semantic MediaWiki]

Aktuelle Version vom 14. Juli 2009, 11:43 Uhr

Editing help to configurate your own pages.


Back to Overview



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}}


Change the heading

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}}


Edit MediaWiki generally

Editing help of MediaWiki

User manual of Semantic MediaWiki