Files
Buadhong/templates/Footer.mustache
T
2025-07-18 00:19:23 +07:00

11 lines
520 B
Plaintext

{{! `role` is unnecessary but kept to support selectors in any gadgets or user styles and
to mitigate a VoiceOver bug. }}
<footer id="footer" class="mw-footer" role="contentinfo" {{{html-user-language-attributes}}}>
{{!}}{{#data-icons}}{{>FooterList}}{{/data-icons}}
{{!}}<div id="footer-list">
{{#data-last-modified}}{{>LastModifiedLine}}{{/data-last-modified}}
<div id="copyright">{{#data-copyright}}{{{html}}}{{/data-copyright}}</div>
{{!}}{{#data-places}}{{>FooterList}}{{/data-places}}
{{!}}</div>
</footer>