2020-06-04 19:04:03 +00:00
|
|
|
{{!
|
2021-01-12 19:31:35 +00:00
|
|
|
LogoDefinition logo
|
|
|
|
string html-mainpage-attributes link to the main page
|
|
|
|
string msg-sitesubtitle the contents of the sitesubtitle message key
|
2020-06-04 19:04:03 +00:00
|
|
|
}}
|
2021-01-13 20:23:44 +00:00
|
|
|
{{#data-logos}}
|
2021-01-12 19:31:35 +00:00
|
|
|
<a {{{html-mainpage-attributes}}} class="mw-logo">
|
|
|
|
{{! alt is provided for valid HTML but given aria-hidden not needed. }}
|
2021-01-19 16:46:17 +00:00
|
|
|
<img class="mw-logo-icon" src="{{!
|
|
|
|
Pick an icon based on this order: SVG > Icon > 1x
|
|
|
|
Need a better way to indent the syntax below
|
|
|
|
}}{{#svg}}{{.}}{{/svg}}{{!
|
|
|
|
}}{{^svg}}{{!
|
|
|
|
}}{{#icon}}{{.}}{{/icon}}{{!
|
|
|
|
}}{{^icon}}{{!
|
|
|
|
}}{{#1x}}{{.}}{{/1x}}{{!
|
|
|
|
}}{{/icon}}{{!
|
|
|
|
}}{{/svg}}"{{!
|
|
|
|
}}alt="" aria-hidden="true" height="50" width="50">
|
2021-01-12 19:31:35 +00:00
|
|
|
<span class="mw-logo-container">
|
2021-03-04 20:08:32 +00:00
|
|
|
{{#wordmark}}
|
|
|
|
<img class="mw-logo-wordmark" alt="{{msg-sitetitle}}"
|
|
|
|
src="{{src}}" width="{{width}}" height="{{height}}">
|
|
|
|
{{/wordmark}}
|
|
|
|
{{^wordmark}}
|
|
|
|
<span class="mw-logo-wordmark">{{msg-sitetitle}}</span>
|
|
|
|
{{/wordmark}}
|
2021-01-12 19:31:35 +00:00
|
|
|
</span>
|
2021-01-13 20:23:44 +00:00
|
|
|
</a>
|
|
|
|
{{/data-logos}}
|