[20:15:39] I feel like I know the answer to this already, but is there any way to determine whether a user is logged in and what page they are trying to view while still in LocalSettings? I want to be able to set a default skin based on those conditions. [20:18:47] jfolv: Extension:SkinPerPage will probably get you close [20:24:10] Sounds promising. I'll take a look, thanks. [21:21:48] Okay, so my efforts turned out to be a giant mess. New plan: is there a way to store a string in a variable on a Mediawiki:x.js page and then import it into skin js? [21:22:11] Not sure how resourceloader does imports now. [21:26:06] The easy way is to pollute the global scope by assigning it to window [21:27:22] how do i assign a license to my wiki/wiki's content? [21:29:32] !licence [21:29:34] !licencse [21:29:40] no bot [21:29:49] maybe its [21:29:50] !license [21:29:58] there's no command then [21:30:19] Vulpix: That sounds a bit ugly. Is there no reliable way to use exports? [21:30:43] https://www.mediawiki.org/wiki/Manual:$wgRightsText [21:34:04] Reedy: thanks a lot! [21:38:07] I'm trying to add a global nav menu, if that helps. But the menu has to only display to logged out users, only in certain namespaces, and only on the "view" action.