mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-19 04:06:01 +00:00
13 lines
530 B
Plaintext
13 lines
530 B
Plaintext
{{!
|
|
string html-citizen-bottombar-button-href URL of the button
|
|
string html-citizen-bottombar-button-title tooltip of the button
|
|
string html-citizen-bottombar-button-text text of the button
|
|
}}
|
|
|
|
<aside class="mw-bottombar">
|
|
<nav class="mw-bottombar-buttons">
|
|
<div class="citizen-ui-icon" id="citizen-ui-button">
|
|
<a href="{{html-citizen-bottombar-button-href}}" title="{{html-citizen-bottombar-button-title}}" rel="noopener noreferrer" target="_blank">{{{html-citizen-bottombar-button-text}}}</a>
|
|
</div>
|
|
</nav>
|
|
</aside> |