2020-06-04 19:04:03 +00:00
|
|
|
{{!
|
2021-01-12 19:31:35 +00:00
|
|
|
LogoDefinition logo
|
2022-05-26 21:33:59 +00:00
|
|
|
string link-mainpage link to the main page
|
2021-01-12 19:31:35 +00:00
|
|
|
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}}
|
2022-05-26 21:33:59 +00:00
|
|
|
<a href="{{link-mainpage}}" class="mw-logo citizen-drawer__logo">
|
2021-01-12 19:31:35 +00:00
|
|
|
{{! 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="{{!
|
2021-03-05 16:37:27 +00:00
|
|
|
Pick an icon based on this order: Icon > SVG > 1x
|
2021-01-19 16:46:17 +00:00
|
|
|
Need a better way to indent the syntax below
|
2021-03-05 16:37:27 +00:00
|
|
|
}}{{#icon}}{{.}}{{/icon}}{{!
|
|
|
|
}}{{^icon}}{{!
|
|
|
|
}}{{#svg}}{{.}}{{/svg}}{{!
|
|
|
|
}}{{^svg}}{{!
|
2021-01-19 16:46:17 +00:00
|
|
|
}}{{#1x}}{{.}}{{/1x}}{{!
|
2021-03-05 16:37:27 +00:00
|
|
|
}}{{/svg}}{{!
|
|
|
|
}}{{/icon}}"{{!
|
2022-08-30 23:23:09 +00:00
|
|
|
}}alt="" aria-hidden="true" height="80" width="80" loading="lazy">
|
2021-01-13 20:23:44 +00:00
|
|
|
</a>
|
2022-08-30 23:23:09 +00:00
|
|
|
{{/data-logos}}
|