mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-14 11:15:33 +00:00
7323d6af4e
Change-Id: I3874b8a03f8a512a4d31f4c85a030de63cbc3c69
13 lines
415 B
Plaintext
13 lines
415 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>
|