mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-12-12 07:45:15 +00:00
b0e059b9de
* Merge mwe-popups-icon with mwe-popups-settings-icon * Remove PNG - now generated by the ResourceLoader module * Adjust popup footer paddings/widths and store them in variables * RTL and LTR compatible Bug: T133956 Change-Id: I14ccd7b6731e9ec49f9959411fd17f7c9fdf43be
13 lines
501 B
Plaintext
13 lines
501 B
Plaintext
{{! Extracted from `mw.popups.render.createPopupElement` }}
|
|
<div class="mwe-popups" role="tooltip" aria-hidden>
|
|
<div class="mwe-popups-container">
|
|
{{#hasThumbnail}}
|
|
<a href="{{url}}" class="mwe-popups-discreet"></a>
|
|
{{/hasThumbnail}}
|
|
<a dir="{{languageDirection}}" lang="{{languageCode}}" class="mwe-popups-extract" href="{{url}}"></a>
|
|
<footer>
|
|
<a class="mwe-popups-settings-icon mw-ui-icon mw-ui-icon-element mw-ui-icon-popups-settings"></a>
|
|
</footer>
|
|
</div>
|
|
</div>
|