mediawiki-extensions-Popups/resources
Jon Robson 0febc3f54d Extensible previews
Allow extensions to register new types of previews via
extension attributes.

Changes:

- The check for reference previews doesn't make sense
as $('a[ href*="#" ]' ) will match any elements with a hash
fragment, so the additional check to Title.getFragment
will not provide a different result. This was introduced in
I9ec57e0fbb0d21beaaa7b359c1c2bef64d2c14f5
- Links that point to themselves are marked with mw-selflink
in MediaWiki so this can use the not selector we already have.
- The new API is used internally and only available via extension
Attributes
- An example is provided in SkinJSON
(https://github.com/jdlrobson/mediawiki-skins-skinjson/pull/14)

Bug: T233099
Change-Id: Iefe98c1f0422dbf034e385b1a41a859d030a2cf4
2022-11-22 08:45:27 -08:00
..
dist Extensible previews 2022-11-22 08:45:27 -08:00
ext.popups Extensible previews 2022-11-22 08:45:27 -08:00
ext.popups.images build: Update 'svgo' to latest v2.8.0 & re-crush images 2022-02-27 23:58:05 +00:00
.eslintrc.json build: Fix gaps in lint coverage and update old patterns 2021-08-16 17:02:05 +00:00