2020-06-07 05:30:54 +00:00
|
|
|
{{!
|
|
|
|
string msg-citizen-drawer-toggle The label used by the drawer button.
|
2022-05-26 21:33:59 +00:00
|
|
|
string msg-sitetitle the contents of the sitesubtitle message key
|
2020-06-07 05:30:54 +00:00
|
|
|
}}
|
2024-05-30 06:19:53 +00:00
|
|
|
<details class="citizen-drawer citizen-header__item citizen-menu__dropdown">
|
2023-01-26 00:40:52 +00:00
|
|
|
{{>Drawer__button}}
|
2024-05-30 06:19:53 +00:00
|
|
|
<div id="citizen-drawer__card" class="citizen-drawer__card citizen-menu__card">
|
2022-05-10 00:23:42 +00:00
|
|
|
<header class="citizen-drawer__header">
|
|
|
|
{{>Drawer__logo}}
|
|
|
|
<div class="citizen-drawer__siteinfo">
|
2024-05-15 05:24:43 +00:00
|
|
|
{{#data-site-stats}}{{>SiteStats}}{{/data-site-stats}}
|
2022-05-10 00:23:42 +00:00
|
|
|
<div class="mw-logo-wordmark">{{msg-sitetitle}}</div>
|
2022-04-23 05:06:07 +00:00
|
|
|
</div>
|
2022-05-10 00:23:42 +00:00
|
|
|
</header>
|
2024-05-08 20:47:46 +00:00
|
|
|
{{#data-main-menu}}
|
2024-05-15 05:24:43 +00:00
|
|
|
{{>MainMenu}}
|
2024-05-08 20:47:46 +00:00
|
|
|
{{/data-main-menu}}
|
2024-05-30 06:19:53 +00:00
|
|
|
</div>
|
|
|
|
</details>
|