Piotr Horzycki
Results
2
comments of
Piotr Horzycki
I don't think it's possible for `linkstoexternal` to work on MW >=1.41. This is because now MediaWiki: 1. splits URLs into separate columns: domain and path 2. the domain is...
@Routhwick @Universal-Omega we can use the MediaWiki's [LinkFilter::makeIndexes()](https://doc.wikimedia.org/mediawiki-core/1.43.0/php/classMediaWiki_1_1ExternalLinks_1_1LinkFilter.html#aefb0679df1b0e1d6d50b298438a3db16), I think it's the most reliable solution as it's used to store external links in the database. However, I'm still thinking about...