[04:53:32] how do i install templates like this one? https://en.wikipedia.org/wiki/Template:Key_press [05:04:18] k-man: You need to install the Scribunto extension and get it working. [05:04:25] And then export and import a bunch of wiki pages. [05:04:42] If you click "edit this page", you can see a list at the bottom. [05:04:43] https://en.wikipedia.org/w/index.php?title=Template:Key_press&action=edit [05:05:12] If you copy that code to a sandbox and remove the {{documentation}} template, the list will likely be less frightening and awful. [05:05:48] Yeah, I think you only need https://en.wikipedia.org/wiki/Module:Key [05:16:19] k-man: a lot of Wikipedia ones use Lua, and that is an annoying barrier to them unfortunately. [05:16:26] I've actually written a Lua interpreter in PHP [05:17:14] JUIST for that reason [05:48:59] Ivy, oh... ok [05:49:26] that's a bit more trouble than I really wanted to go to [05:49:34] i'll do without for now [09:31:10] Hey [09:31:16] Is there a way to edit links in toolbox? [09:47:22] Seems like there is no easy way to add anything to the tools section. [12:19:15] Hi Furai. [12:19:32] JavaScript is the most common approach. [12:21:39] Hey Ivy. Got any examples? For now I've just added to MediaWiki:Sidebar under navigation section my link for what I wanted to add there. But it makes more sense under tools as it's Batch Upload extension. [12:58:01] Furai: https://www.mediawiki.org/wiki/ResourceLoader/Core_modules#addPortletLink [13:18:04] Hmm, so that's added on the skin/theme level? [14:30:44] Technical Advice IRC meeting starting in 30 minutes in channel #wikimedia-tech, hosts: @chiborg & @leszek_wmde - all questions welcome, more infos: https://www.mediawiki.org/wiki/Technical_Advice_IRC_Meeting [14:32:53] Is it possible to add contents of a variable from a page into a category listing, so that the variable contents would link to the page they are from? [16:57:15] こんにちは。質問があります [17:04:19] Ivy: Furai: Ivy, you are probably right re "common approach", although I'd argue that https://www.mediawiki.org/wiki/Manual:Hooks/BaseTemplateToolbox is preferrable, as that way you are "letting the skin make final decisions on skin-specific markup conventions". [17:07:05] Hello. I have a question. I'm trying to make my mediawiki site SSL. But, I don't know how to do it. Extension "Secure Pages" is no longer supported by developer. [17:09:59] When oped mainpage, it shows "404 not found nginx". [17:41:29] Nickel: Why do you think you need an extension to do it? [17:45:20] Nickel: erm.... you don't need an extension for SSL [17:45:21] at all [17:45:22] ever [17:45:33] you just need to set up NGINX properly, and probably roll the HSTS header as well via it [17:45:50] 404 Not Found means you misconfigured something [17:48:14] @Reedy @teward Thanks to your answers. I will check server settings and try to solve it. [17:50:59] Nickel: i basically said the same thing I said here as an answer to that post you made on discourse (I think it's yours, anyways) [17:51:19] Nickel: if you need nginx support, there *are* many mediums such as the NGINX mailing lists for user level support [17:51:27] or their IRC channel (but you didn't hear that from me) [17:51:43] ultimately it's an NGINX problem, not a mediawiki problem. [17:52:34] You may need some minor MW config tweaks though [17:52:56] ^ that [17:53:22] but even then the core of your configuration and fixing the 404 is nginx, with some minor MW config to switch links to https:// and not http:// [17:54:31] (and you won't need any type of extensions just to get SSL 'working')