mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-27 09:00:04 +00:00
12 lines
433 B
Plaintext
12 lines
433 B
Plaintext
|
{{!-
|
||
|
Content Subheader - Placed below the content header 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">
|
||
|
{{#is-language-in-content-top}}
|
||
|
{{>Indicators}}
|
||
|
{{/is-language-in-content-top}}
|
||
|
|
||
|
{{#is-article}}<div id="siteSub" class="noprint">{{msg-tagline}}</div>{{/is-article}}
|
||
|
</div>
|