[03:50:32] function make(arg, literal) { [03:50:33] if (!arg) return null; [03:50:34] [03:50:36] return literal ? document.createTextNode(arg) : document.createElement(arg); [03:50:37] } [03:50:59] Can this function be replaced with builtin methods of JavaScript/MediaWiki? [07:46:12] Can I ask Lucas W. some questions on gadgets? [09:06:54] by Lucas W. you mean @lucaswerkmeister? (re @cvictorovich: Can I ask Lucas W. some questions on gadgets?) [09:07:18] Yes, don’t know if he’s available [09:24:13] why do you need them specifically? [09:25:03] Not somebody specifically, but I need assistance on migrating gadgets to extensions for I'm a rookie [09:25:23] I can't find my way in restructuring an existing script [10:49:44] You could ask the public some specific questions - usually relying on individuals (and individual knowledge) does not scale well [13:02:37] Is action=raw still usable? I didn't find it on API sandbox [13:14:15] action=raw is an index.php action, not an api.php action, see [[mw:Manual:Parameters to index.php#Raw]] [13:48:34] Can I call index.php actions with something similar to mw.Api()? [18:04:11] Maybe it's easier if you explain what you are trying to do [18:04:27] XY problem and all that [18:05:07] https://xyproblem.info/ for context