mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-18 13:05:50 +00:00
14 lines
325 B
Plaintext
14 lines
325 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}}
|
||
|
{{>Portal}}
|
||
|
{{/array-portals}}
|
||
|
</div>
|