mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-15 03:34:03 +00:00
058b863304
Broken by commit 27d811a173
Bug: T135758
Change-Id: Ia9b92b4c91e54f921ad220b7818af6f245e29b61
12 lines
549 B
Plaintext
12 lines
549 B
Plaintext
<div>
|
|
{{#hasThumbnail}}
|
|
<a href="{{href}}" class="mwe-popups-discreet"><!-- thumbnail injected post render --></a>
|
|
{{/hasThumbnail}}
|
|
<a dir="{{langdir}}" lang="{{langcode}}" class="mwe-popups-extract" href="{{href}}"><!-- extract will be appended here --></a>
|
|
<footer>
|
|
<span
|
|
class="{{#isRecent}}mwe-popups-timestamp-recent{{/isRecent}}{{^isRecent}}mwe-popups-timestamp-older{{/isRecent}}">{{lastModified}}</span>
|
|
<a class="mwe-popups-icon mwe-popups-settings-icon"></a>
|
|
<!-- survey link injected here if found -->
|
|
</footer>
|
|
</div> |