[02:21:54] hey I need some help to participate in a wikicontest [04:55:16] Is there a MediaWiki extension to makethese sidebar type info boxes like how Wikipedia has designed their website? https://i.imgur.com/U3xCGRv.png [07:28:20] Hi Zethrus, that's just a normal Infobox, I'm not sure there is an extension to make them, but there are tutorials. Here's the template page for the Wikipedia one you showed. [07:28:20] https://en.wikipedia.org/wiki/Template:Infobox_software [08:06:02] is there a way of using wikitext inside of a *.mustache template and have it get parsed? [09:22:43] tkore: you could use a wiki api to parse the wikitext, on the server side. [09:23:00] bryandamon[m], zethrus already quit. Please ask Matrix to show this information to you. [09:23:38] Sveta, that's just what im looking for :) no luck yet though, lol [09:24:18] Everyone, hi, someone on my wiki is concerned they are editing from a mobile (and they have some privs), so if their device is compromised, the attacker may use these privs. Is there a way, similar to 2FA or extra password prompt, that asks to verify each edit with a password? [09:24:34] tkore, depends on what software you are using with mustache files. [09:24:58] using PHP 7 [09:27:16] tkore, are you a php programmer? Make your codes query mediawiki api. [09:27:27] https://www.mediawiki.org/wiki/API:Parsing_wikitext [09:28:12] i thought about it, but does it really make sense using cURL for such an arbitrary use case? isn't there a more native approach? [09:28:51] e.g. $parser->parseWikitext() [11:25:08] tkore, MediaWiki extensions can use a more native approach, and perhaps they can use mustache too, you'd have to look that up at mediawiki.org. [21:02:30] can I add a second #anchor to a heading? I want to rename a heading without breaking existing links to the section [21:05:04] nicolas17: you can add an empty
or with the anchor. Like
[21:08:38] ah cool, that works :) [23:20:12] Sveta: still looking for 2fa?