MediaWiki 1.36.1.
I have an empty MediaWiki webpage in which I want to embed and load a PHP file.
- I tried to do so with
XMLHttpRequest
but the CSS wasn't loaded - I tried to do so with
iframe
but it was rendered awfully and I didn't have time to keep "playing" with theiframe
tags (unique?) attributes - I can link to the PHP webpage directly from the sidebar menu but than it would be a standalone webpage lacking all the graphics coming with my MediaWiki theme (logo, etc.) which I don't want
Perhaps fetch is better than XMLHttpRequest (I didn't try).
Anyway, how would you embed and load a PHP file in a MediaWiki webpage?