mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-12-22 20:12:46 +00:00
deaaf0961b
Instead load it via mw.loader.using We retain the module name ext.popups as this will be present in cached HTML, however now it will load the bulk of the code inside ext.popups.main Bug: T176211 Change-Id: Ibe212721807d3698dc45ef46b2dbde15ca9d2f70
14 lines
517 B
Plaintext
14 lines
517 B
Plaintext
<div class="mwe-popups mwe-popups-is-empty" role="tooltip" aria-hidden>
|
|
<div class="mwe-popups-container">
|
|
<div class="mwe-popups-sade-face-icon"></div>
|
|
<a href="{{url}}" class="mwe-popups-extract">{{extractMsg}}</a>
|
|
<footer>
|
|
|
|
{{! If the preview "is empty", i.e. a preview can't be generated, then we
|
|
show a link to the page to make it clear that the preview can be
|
|
clicked. }}
|
|
<a href="{{url}}" class="mwe-popups-read-link">{{readMsg}}</a>
|
|
</footer>
|
|
</div>
|
|
</div>
|