2020-06-04 04:18:36 +00:00
|
|
|
{{!
|
|
|
|
string html-citizen-bottombar-button-href URL of the button
|
2020-06-04 17:32:01 +00:00
|
|
|
string html-citizen-bottombar-button-title tooltip of the button
|
|
|
|
string html-citizen-bottombar-button-text text of the button
|
2020-06-04 04:18:36 +00:00
|
|
|
}}
|
|
|
|
|
|
|
|
<aside class="mw-bottombar">
|
|
|
|
<nav class="mw-bottombar-buttons">
|
|
|
|
<div class="citizen-ui-icon" id="citizen-ui-button">
|
2020-06-04 17:16:51 +00:00
|
|
|
<a href="{{html-citizen-bottombar-button-href}}" title="{{html-citizen-bottombar-button-title}}" rel="noopener noreferrer" target="_blank">{{html-citizen-bottombar-button-text}}</a>
|
2020-06-04 04:18:36 +00:00
|
|
|
</div>
|
2020-06-04 06:43:52 +00:00
|
|
|
</nav>
|
|
|
|
</aside>
|