Stage-oe-small.jpg

Hilfe:Bearbeitungshilfe: Unterschied zwischen den Versionen

Aus Aifbportal
Wechseln zu:Navigation, Suche
 
(6 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| Editierungshilfe von MediaWiki]
 
  
[http://semantic-mediawiki.org/wiki/Help:User_manual| Benutzeranleitung von Semantic MediaWiki]
+
=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:
  
=Überschrift verstecken=
+
<nowiki> {{HideHeading1}} </nowiki>
  
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.
 
  
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:
+
=Change the heading=
<nowiki> {{HideHeading1}} </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:
+
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:
<nowiki> {{HideHeading1}} </nowiki>
 
  
 +
<nowiki> {{Überschrift|STRING-VALUE-HEADING-NAME}} </nowiki>
  
=Überschrift ändern=
 
  
Mit Aufruf des Templates '''Überschrift''' kann eine eigene Überschirft für eine Seite angezeigt werden. Beim Aufruf des Templates wird ein String als Argument mitgegeben, welches den gewünschten Text für die Überschirft enthält.
+
=Edit MediaWiki generally=
  
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:
+
[http://meta.wikimedia.org/wiki/Help:Editing Editing help of MediaWiki]
<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:
+
[http://semantic-mediawiki.org/wiki/Help:User_manual User manual of Semantic MediaWiki]
<nowiki> {{Überschrift|STRING-VALUE-HEADING-NAME}} </nowiki>
 

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