mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 14:34:09 +00:00
a2d3159def
Note that ToC is still using the old checkbox hack, it will be replaced in a later time. Related: T333394
13 lines
322 B
Plaintext
13 lines
322 B
Plaintext
{{!
|
|
string msg-citizen-drawer-toggle The label used by the drawer button.
|
|
}}
|
|
<summary
|
|
class="citizen-menu__dropdownButton"
|
|
title="{{msg-citizen-drawer-toggle}}">
|
|
<span class="citizen-ui-icon">
|
|
<span></span>
|
|
<span></span>
|
|
<span></span>
|
|
</span>
|
|
<span>{{msg-citizen-drawer-toggle}}</span>
|
|
</summary> |