[01:16:06] StyXman: you'd have to load OOUI which is a fairly large library, you'd have to reimplement mw.loader to load scripts in some MediaWiki-independent way, you'd have to replace the image loading code that uses MediaWiki APIs... I doubt it's worth it. [07:51:41] tgr|away: in other words, a sisyphean task, I see :( [14:42:57] anyone who can help to solve the questions about the usage of API? [14:43:26] i want to get a page creator User name by using query API [14:44:08] I already got the user name in Chrome console by these codes [14:44:12] var params = { [14:44:40] but i don't know how to pass the User string to a variant... [14:46:51] i want to get the User:UserName of the creator, so that i can POST a information on the Talk Page of the User [14:51:58] I have download Mediawiki core using Docker, and I am working on Windows. When I am running this on Localhost, I got this error:(Cannot access the database: Unknown error (localhost)) [19:44:10] Can anybody help me out? [20:14:28] did you set up a database? [20:31:47] I had used docker for setting up the environment. It is a mediawiki Docker issue [22:36:50] in case Yash4357 comes back, `localhost` doesn't always work within a container. With docker I think you're supposed to use `host.docker.internal` instead of localhost.