[00:15:51] gry: should be able to use ACC on en.wikipedia [01:32:10] p858snake: that would create the global account and the enwiki local account, but wouldn't attach to mediawikiwiki. Autocreation is still blocked by blocks with the account creation block set, so it'd still need a mediawiki admin to use Special:CreateLocalAccount. At that point, it's probably easier to just get someone else to create the account on [01:32:15] mediawikiwiki locally [02:40:32] Is there a way to hide the Table of Contents using code in MediaWiki:Common.js ? [02:40:48] I tried hiding the "
kv4fv Hide meaning remove completely? Can be done in Common.css. [02:59:56] I mean dynamically on a page via MediaWiki:Common.js code [03:00:26] Ok, what do you mean by hide? [03:01:17] either not show up at all, or trigger the "hide" in the TOC [03:15:13] I tried `var _toc = document.getElementById ("toc");` followed by `_toc.setAttribute ("hidden", "true");` [03:16:28] is there some reason `__NOTOC__` doesn't work for you? [03:17:12] where would I put it? [03:18:13] on the page(s) you want to hide the TOC on [03:19:07] [[Help:Magic words#Behavior switches]] [03:19:18] just `__NOTOC__` in the body? I haven't used that before. [03:21:25] Dinoguy10003726[: thanks! I'll try that. [03:21:54] np, good luck! 🙂 [03:29:54] That worked! [03:31:12] In case you are interested, look at https://wiki.gnuradio.org/index.php/Message_Debug_Test_Page to see my scheme for selecting applicable sections of the doc. [08:27:24] Hey guys, i am looking for a way to get a graph visualization of the articles in my mediawiki. Are there any tools out there to accomplish that? [08:28:47] What i found so far and what goes into the right direction is this extension: https://www.mediawiki.org/wiki/Extension:Network [08:28:47] I'd rather use a third party tool for now instead of installing an extension