[08:01:31] * ankry needs to create a *single* link that allows download whole audiobook at once [08:01:53] the audiobook is on commons as 41 separate .ogg files [08:02:00] any hints? [08:02:18] any way to upload a .zip file somewhere? [08:02:46] any tool allowing to download whole category as zipped file? [08:03:15] or merging them into a single combo file is the only choice for now? [09:34:40] If a user is not signed in, the links for signing in and/or registering at the top right corner of our wiki are doubled. Any idea how to fix it? https://bs.wikipedia.org/wiki/Početna_strana [09:37:41] in case it's not here, here's what i mean http://i.imgur.com/PAzYb6N.png – there should be just a single set of those links [09:37:46] *not clear [09:48:18] Srdjan_m_: I would have a look at any custom JS the community has first [09:49:00] p858snake: well, i honestly would if i knew what any of the code in common.js does... [10:00:40] i'd really appreciate if someone took a look at it, though [10:26:08] [[Tech]]; 103.255.5.47; /* Want to get make a 200cc Car */ new section; https://meta.wikimedia.org/w/index.php?diff=15304273&oldid=15299861&rcid=7337020 [10:28:57] [[Tech]]; Syum90; Undo revision 15304273 by [[Special:Contributions/103.255.5.47|103.255.5.47]] ([[User talk:103.255.5.47|talk]]) Off-topic.; https://meta.wikimedia.org/w/index.php?diff=15304276&oldid=15304273&rcid=7337023 [14:47:48] [[Tech]]; Isabelle-ANDI; [none]; https://meta.wikimedia.org/w/index.php?diff=15304942&oldid=15304276&rcid=7337772 [14:48:21] [[Tech]]; Isabelle-ANDI; [none]; https://meta.wikimedia.org/w/index.php?diff=15304946&oldid=15304942&rcid=7337776 [14:49:04] [[Tech]]; Isabelle-ANDI; /* Specific CSS and Javascript in a template */ new section; https://meta.wikimedia.org/w/index.php?diff=15304947&oldid=15304946&rcid=7337777 [15:44:38] [[Tech]]; Mdia12; /* Specific CSS and Javascript in a template */; https://meta.wikimedia.org/w/index.php?diff=15305066&oldid=15304947&rcid=7337915 [15:45:23] [[Tech]]; Mdia12; /* Specific CSS and Javascript in a template */; https://meta.wikimedia.org/w/index.php?diff=15305069&oldid=15305066&rcid=7337918 [18:25:08] Are there restriction on usable characters for template parameter name? [18:25:31] I tried to use {{{larĝo|}}} but it seems it won't work [18:25:58] where? [18:26:16] What do you mean with where ? [18:26:29] could you link to the page where it does not work? [18:26:36] https://beta.wikiversity.org/wiki/Template:Kadro [18:27:20] And if you go on https://beta.wikiversity.org/wiki/Template:%C4%B4argono [18:27:44] and replace "width=" with "larĝo=", it doesn't work [18:28:53] I used {{{width|{{{larĝo}} }}} to enable users to use both parameter name [18:29:46] you're missing a brace [18:29:56] should be {{{width|{{{larĝo}}} }}} [18:30:00] note the extra } [18:35:03] sure, but this wasn't a copy/paste [18:35:33] the actual code is "width:{{{width|{{{larĝo|auto}}} }}};" [18:39:09] huh. That is weird [18:40:13] I think it has to do with non-breaking spaces [18:40:55] not entirely sure where they are coming from though... [18:42:55] definitely look to be normal spaces in the source code [18:43:51] * bawolff guesses its from $fixtags in the parser, but I thought that's not supposed to trigger in style attribue [18:44:41] hmm, guess it does replace inside css [18:44:57] psychoslave: Change it to be width:{{{width|{{{larĝo|auto}}}}}}; [18:46:56] MediaWiki has code to do "french spacing", where stuff like "foo ;" gets converted to "foo ;". So the extra space between the % and the ; gets messed up by this [18:50:45] ok, I'm gonna try that [18:51:57] those said, the browser doesn't seems to care about   in the rest of the inline css [18:53:30] well, it seems like it works [18:54:43] I suspect the other css breaks too, its just less noticable [19:34:58] Is there a standard way to separte series of }}} without introducing blankspaces in the rendered html? [19:35:32] ? [19:37:49] well, I would to make something as readable as possible [19:39:22] Does css allows empty declarations? [19:39:55] that is, is it valid to write style=";;;;" ? [19:40:24] yes [19:40:24] rest assured, no matter what you do, template syntax is unreadable [19:40:29] I believe so [19:40:51] of course, that's kind of ugly [19:41:03] css also allows comments /* */ [19:41:19] or you can use html comments like ori suggests (Seems to be the standard thing people do) [19:45:07] would, 'style="{{{p1|p1-1|p1-2|default}}};}}};}}};}}}" ' works ? Thinking about it, I guess no [20:33:13] [[Tech]]; Ruslik0; /* Specific CSS and Javascript in a template */; https://meta.wikimedia.org/w/index.php?diff=15305831&oldid=15305069&rcid=7338756 [22:36:23] matt_flaschen: how did your FOSDEM talk go? [22:38:57] ori, alright, thanks for asking. :) I will upload the video to Commons when it's published. I believe it will be at http://video.fosdem.org/2016/h2215/ . [22:39:11] cool. kudos again for doing that [22:41:19] Thanks. I'm glad we did the stand as well. Lots of people helped, and we had a lot of interest. [22:45:23] Indeed