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}}
|
2022-05-10 00:23:42 +00:00
|
|
|
<a {{{html-mainpage-attributes}}} 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-05-10 00:23:42 +00:00
|
|
|
}}alt="" aria-hidden="true" height="80" width="80">
|
2021-01-13 20:23:44 +00:00
|
|
|
</a>
|
|
|
|
{{/data-logos}}
|