mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-24 23:55:53 +00:00
64ee3686b8
The !important is retained for cached HTML and will be retained for another release cycle Cached HTML will continue to be a problem until next deploy. The CSS cleanup will thus be fixed in a follow up (I47b7a0bc9c5dad5451f1dbb5e32e513643a1534b) Bug: T307900 Change-Id: I47b7a0bc9c5dad5451f1dbb5e32e513643a1534b
30 lines
959 B
Plaintext
30 lines
959 B
Plaintext
{{!-
|
|
Content Header - Main <H1> title for all pages, with either the indicators or language selector.
|
|
When language button is visible, indicators are placed in the ContentSubheader.mustache template instead.
|
|
}}
|
|
<header class="mw-body-header">
|
|
{{#is-language-in-content-top}}
|
|
{{#data-portlets.data-languages}}
|
|
{{>Menu}}
|
|
{{/data-portlets.data-languages}}
|
|
{{/is-language-in-content-top}}
|
|
|
|
{{^is-language-in-content-top}}
|
|
{{>Indicators}}
|
|
{{/is-language-in-content-top}}
|
|
|
|
{{#data-toc}}
|
|
<label
|
|
id="vector-toc-collapsed-button"
|
|
class="mw-ui-button mw-ui-quiet mw-ui-icon mw-ui-icon-element mw-ui-icon-wikimedia-listBullet mw-checkbox-hack-button"
|
|
for="vector-toc-collapsed-checkbox"
|
|
role="button"
|
|
aria-controls="toc-toggle-list"
|
|
data-event-name="vector.toc-toggle-list"
|
|
tabindex="0"
|
|
title="{{msg-vector-toc-menu-tooltip}}">
|
|
</label>
|
|
{{/data-toc}}
|
|
{{{html-title-heading}}}
|
|
</header>
|