mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-26 08:35:42 +00:00
099eed0487
Bug: T316570 Depends-on: Ib4050768f20b1734d356104f18aa539f657099d8 Change-Id: I97f87b32402d7f4fd790f9a8b9abab42efd9d890
13 lines
439 B
Plaintext
13 lines
439 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="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>
|