mediawiki-skins-Citizen/templates/SiteStats.mustache
alistair3149 6efff7f5da feat: revamp drawer header
* wgLogo is always visible in the drawer
* Increase the size of wiki name
* Sitestats will now format large numbers into human readable formats (e.g. 12.2K, 3M, etc.)
* Sitestats now use icons instead of text as labels
* Remove wordmark for now, will revisit later
2022-04-23 01:30:02 -04:00

10 lines
253 B
Plaintext

{{!
}}
{{#data-drawer-sitestats}}
<div id="mw-drawer-sitestats">
{{#array-drawer-sitestats-item}}
<div class="sitestats-item" id="sitestats-{{id}}" title="{{label}}">{{value}}</div>
{{/array-drawer-sitestats-item}}
</div>
{{/data-drawer-sitestats}}