[13:14:42] I'm trying to use tags as part of a template with {{{ingredients}}} and passing the image like this: | ingredients = File:Milk.png|[[Milk]] but the gallery does not show. Anyone know why? [13:19:27] Hintswen: XML-style tags can't handle template parameters. You'll need to use the {{#tag}} parser function [13:20:22] see https://www.mediawiki.org/wiki/Help:Magic_words#Miscellaneous [13:23:29] I take it the | needs to be changed to {{!}} aswell? [13:23:51] that is the | between File:Milk and [[Milk]] that I am referring to [13:24:31] yes, so MediaWiki doesn't interpret it as a new parameter to the #tag [13:26:32] ok got it, perfect :D just need to let my editors know they need to use {{!}} with this template [13:29:53] Hintswen: depending on the use of the template, an improvement for your users would be to pass | ingredients = {{milk}}{{sugar}}{{peanuts}}, and each template generate the code, for a more unified style and easy of use [13:30:24] However, that may require extra work to setup and a lot of templates if there can be a lot of different ingredients [13:32:01] That is a really good idea, there are a lot of ingredients but it could be done. [13:32:21] There's nothing wrong with having a lot of templates right [13:33:27] no, and in this case they should be simple enough [13:35:15] I suspect people will try and use {{sugar}} to display the sugar image somewhere that doesn't have gallery tags though so it will end up just showing the text "File:Sugar.png|[[Sugar]]" instead, is there a way to stop that? [13:39:44] no, but I guess people will learn to not use them somewhere else if they produce that output :) [13:40:11] you can give them more specific names like {{gallery-milk}} or whatever [13:42:05] Probably easier for me to just teach people to use {{!}} [20:44:34] I just realised it's june, so REL1_23 is gone completely now [20:45:21] Reedy: we've all had those days [20:49:43] So long long array syntax [20:51:27] bawolff: hello, millions of new bugs xD [21:11:21] Hi, how can I change the .pdf icon on my MediaWiki installation. Is there a configuration page for that? It's currently this icon but I want to change it: https://upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif [21:14:02] mertyildiran, see https://en.wikipedia.org/wiki/MediaWiki:Common.css for example [21:15:15] MaxSem: oh thank you so much! [21:54:49] is there a translation extension that will detect the browser language or with geoip and display the wiki in the matching language ? [21:59:50] I think ULS might have an option for that [23:19:40] but will it translate ? or works with a translation extension ?