Hi,
Is it possible to create file description page (using some php methods from mediawiki classes) if file was uploaded to /images folder manually by myself?
So I already have the file on a server in the correct “/images” folder and just looking for some methods which allow to create the file description page taking the filename and some other params as an input. Mb smth like createFilePage() method exists or any alternatives?
Thank you in advance for your help.