[01:43:33] Hi [11:25:36] Is it possible to change the content model of [[c:User talk:Magogre]] to plain text? [11:25:36] https://commons.wikimedia.org/wiki/User_talk:Magogre [11:26:36] On Miraheze Commons. https://commons.miraheze.org/wiki/User_talk:Magogre [11:26:37] [url] User talk:Magogre - Miraheze Commons | commons.miraheze.org [15:09:46] magogre of course, you weren't able to? [15:56:46] But I think the page has to be deleted entirely, because you can't change flow tags directly to wikitext via CM [17:38:15] managed to adapt managewiki to vertical tabs (and dark mode) [17:38:15] https://cdn.discordapp.com/attachments/435711390544560128/942474766323953724/unknown.png [17:38:33] Ooo, I like it [17:39:21] It also raises the chance to make the ManageWiki interface itself into tabs, ie, core/extensions/namespaces and so forth on top [17:40:17] Such a design might be particularly nice and portable for certain skins that have less sidebar prominence, such as cosmos [17:42:56] that looks really nice [17:50:45] vertical tabs was always my long term plan, horizontal was just the only one I could get working reliably at the time I did it :P [17:52:46] fair enough [17:53:19] Right now if lake's setup can be 'generalized' and perhaps ported to dev wiki or some such it can be a good variant to offer [17:53:31] letting sre focus on other bits like the wiki request structure [18:12:13] Command sent from Discord by YellowFrogger: [18:12:14] . [18:23:56] if anyone wants to test [18:24:00] css .managewiki-tabs, .oo-ui-tabSelectWidget-framed { display: flex; } .oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-top > .oo-ui-menuLayout-menu { width: 16.66666%!important; } .oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-top > .oo-ui-menuLayout-content { width: 83.33333%!important; background: #fff; } .oo-ui-tabSelectWidget-framed { flex-wrap: wrap; } [18:24:01] .oo-ui-panelLayout-framed { background-color: #eaecf0; } .oo-ui-indexLayout-stackLayout > .oo-ui-panelLayout { background-color: #fff; } @media (max-width: 730px) { .oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-top > .oo-ui-menuLayout-menu, .oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-top > .oo-ui-menuLayout-content { width: 100%!important; } .managewiki-tabs, [18:24:01] .oo-ui-tabSelectWidget-framed { flex-direction: column; } .oo-ui-tabSelectWidget-framed { flex-flow: nowrap; } .oo-ui-menuLayout.oo-ui-menuLayout-showMenu.oo-ui-menuLayout-top > .oo-ui-menuLayout-menu { overflow: auto; } } #managewiki .managewiki-submit-formfields { position: relative; box-shadow: none; } [18:24:35] tested on managewiki extensions, but I assume it works everywhere