mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-29 09:55:42 +00:00
51457a78e7
Rename template and CSS files to match updated naming conventions, replaces instances of "sidebar" with "main menu" Bug: T316570 Bug: T317437 Change-Id: Ib4050768f20b1734d356104f18aa539f657099d8
13 lines
457 B
Plaintext
13 lines
457 B
Plaintext
{{!-
|
|
Page Precontent - Placed below the page toolbar on all pages.
|
|
Contains the indicators (if the language button is beside the title)
|
|
qnd tagline, which is only rendered on article page.
|
|
}}
|
|
<div class="mw-body-subheader vector-body-before-content">
|
|
{{#is-language-in-content-top}}
|
|
{{>Indicators}}
|
|
{{/is-language-in-content-top}}
|
|
|
|
{{#is-article}}<div id="siteSub" class="noprint">{{msg-tagline}}</div>{{/is-article}}
|
|
</div>
|