[08:00:07] in https://www.mediawiki.org/wiki/API:Login#Method_2._clientlogin is step 1 two actions in that order? [21:52:14] Hi, there is any option to highlight the syntax while editing? for the wikicode, like when marking an opening "{{" highlight the closing ones (And so on)? [22:01:54] Nik92: try the CodeMirror extension [22:08:38] Ty ill check this out! [22:14:17] On regex. There is a parameter without content (example =) and I want to add the word "Unknown" (example = Unknow). How do I avoid an endless loop (example = Unknow Unknow..)? [22:14:45] Looks like the codeMirror does not work with custom skins :S [22:16:06] Nik92: Sorry about that. :( CodeMirror needs to know the css names of all the elements it touches so we only customized it for a few skins, IIRC. [22:16:20] It should be doable if you don't mind messing about the code a bit. [22:16:25] Ill play with that, tyvm, that a good start! [22:19:35] :(