mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 16:21:11 +00:00
6efff7f5da
* 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
10 lines
253 B
Plaintext
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}} |