mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-05 14:22:56 +00:00
59747a58c8
This allows us to insert HTML underneath the first portal or wrap the portal in a containing element in future if we want to target additional CSS to it Change-Id: Ied28d95407b8d59fc819bb07a2cce3242bd93088
17 lines
400 B
Plaintext
17 lines
400 B
Plaintext
{{!
|
|
string html-logo-attributes for site logo. Must be used inside tag e.g. `class="logo" lang="en-gb"`
|
|
array array-portals contains options for Portal template
|
|
}}
|
|
|
|
<div id="mw-panel">
|
|
<div id="p-logo" role="banner">
|
|
<a {{{html-logo-attributes}}}></a>
|
|
</div>
|
|
{{#array-portals-first}}
|
|
{{>Portal}}
|
|
{{/array-portals-first}}
|
|
{{#array-portals-rest}}
|
|
{{>Portal}}
|
|
{{/array-portals-rest}}
|
|
</div>
|