Imported from Mediawiki default skin

This commit is contained in:
Diskette Guy
2025-07-18 00:19:23 +07:00
parent 293b08e647
commit 38d050cca0
35 changed files with 7825 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{{! `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>