Vorlage:HideHeading1: Unterschied zwischen den Versionen

Aus International Center for Computational Logic
Wechseln zu:Navigation, Suche
Long Cheng (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
 
Markus Krötzsch (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
 
(4 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
<noinclude>
<noinclude>
Versteck für die benötigten Seiten das Heading.<br>
Hides the original first heading inserted by MediaWiki, assuming that it is marked with the CSS id #firstheading. Note that we do ''not'' hide h1 elements of class "firstheading" since this can still be useful to create main heading lookalikes elsewhere on the page.
Im main.css wird h1 nicht mehr versteckt, um u.a. im Editiermodus den Informationstext:
 
"Bearbeiten von Seite ...." anzeigen zu lassen.<br>
[[Category:General utility template]]
Für Seiten wie Inhaltsseiten, kann die Überschirft hiermit ausgeschaltet werden.
</noinclude><includeonly>{{#CSS: #firstHeading { display:none; } }}</includeonly>
</noinclude>
<!--<onlyinclude>{{#CSS:
  h1.firstHeading
  {  
      display:none;
  }
}} -->
</onlyinclude>

Aktuelle Version vom 18. März 2021, 12:50 Uhr

Hides the original first heading inserted by MediaWiki, assuming that it is marked with the CSS id #firstheading. Note that we do not hide h1 elements of class "firstheading" since this can still be useful to create main heading lookalikes elsewhere on the page.