H. C. Kruse
H. C. Kruse
I think this is mostly a browser issue (?) Visiting the site on firefox I'm seeing the following: 
@kerbalwzy I can merge this as soon as the Lint Test succeeds :)
This is now possibly fixed by https://github.com/StarCitizenWiki/mediawiki-extensions-EmbedVideo/issues/142
Addressed in dev, arguments are now parsed and should expand accordingly, see screenshot :) 
Looking at the documentation, it seems like that TikTok does not use traditional iframes for embedding video, but rather rolls their own implementation by loading `https://www.tiktok.com/embed.js` for each embed. EmbedVideo...
@MrT-tak you can temporarily set `$wgRawHtml=true;` See: https://www.mediawiki.org/wiki/Manual:$wgRawHtml
So I've had a first look at `Parser::renderImageGallery` to see how titles are retrieved. The following parts directly filter out all lines in a gallery tag that do not conform...
Ah indeed, I've assumed that a separate embed outside a gallery would exist, which would have allowed to automatically create a relevant file page. So from my current understanding we...
   Some preliminary previews for the mentioned POC. It is not perfect by any means, but the initial idea of automatically creating a file page does seem to...
Thanks for the PR! Would you mind reverting the version changes so I can merge this?