mediawiki-skins-Citizen/templates/Drawer__logo.mustache

22 行
691 B
Plaintext

{{!
LogoDefinition logo
string link-mainpage link to the main page
}}
{{#data-logos}}
<a href="{{link-mainpage}}" title="{{msg-sitetitle}}" class="mw-logo citizen-drawer__logo">
{{! alt is provided for valid HTML but given aria-hidden not needed. }}
<img class="mw-logo-icon" src="{{!
Pick an icon based on this order: Icon > SVG > 1x
Need a better way to indent the syntax below
}}{{#icon}}{{.}}{{/icon}}{{!
}}{{^icon}}{{!
}}{{#svg}}{{.}}{{/svg}}{{!
}}{{^svg}}{{!
}}{{#1x}}{{.}}{{/1x}}{{!
}}{{/svg}}{{!
}}{{/icon}}"{{!
}} alt="{{msg-sitetitle}}" aria-hidden="true" height="80" width="80" loading="lazy">
{{>Wordmark}}
</a>
{{/data-logos}}