[10:07:54] any phab admins around that could delete a spam /comment/? [10:24:08] hey can someone help me with a technical issue? [15:57:58] [[Tech]]; Starmanron; /* Improvement in Home Page */ new section; https://meta.wikimedia.org/w/index.php?diff=20301204&oldid=20288903&rcid=15933417 [16:02:05] [[Tech]]; Stryn; /* Improvement in Home Page */; https://meta.wikimedia.org/w/index.php?diff=20301210&oldid=20301204&rcid=15933439 [17:40:06] [[Tech]]; Hugo.arg; /* Interwiki mess */ new section; https://meta.wikimedia.org/w/index.php?diff=20301404&oldid=20301210&rcid=15933844 [17:43:09] [[Tech]]; MF-Warburg; /* Interwiki mess */; https://meta.wikimedia.org/w/index.php?diff=20301417&oldid=20301404&rcid=15933877 [17:44:35] what does editing someone else's patch in gerrit do? does it actually create a new patchset, or does it generate a code suggestion that the author can accept/reject? [17:45:21] (to clarify: I mean editing via the 'edit' button that is part of the web ui) [17:46:46] ori: (hey!) IIRC when you submit it creates a new patchset, but I didn't try in the new shiny version we have since few days... so can't guarantee on it ;) [17:46:57] (same here) [17:47:47] hi! :) ok that makes sense [17:48:18] not sure if before submitting they are visible to the owner of the patch somehow [17:52:13] thanks [22:10:44] in a lua module, I want to expand a template in a table "down" (a cell) and I have this, but it doesn't expand: iconRow:tag('td'):wikitext(string.format('[[Template:Mico|size=%s|id=%s]]', namedArgs.size, val)) [22:11:36] instead I get links to Template:Mico with the text of the parameters [22:12:47] so either I need to have it parsed a second time, or I need to include a template from another namespace into a table cell somehow, how can that be done? (this is in the scirbunto sandbox namespace right now) [23:14:11] supernovah: You would want {{...}} instead of [[...]] [23:15:55] Or use frame:expandTemplate [23:25:10] JJMC89[m]: I just invoked the module directly by including it and usings its lua funcs in my module [23:25:30] thanks though, and yes i see why - i was copying the way another module did it but I think it's relying on some odd behaviours to work [23:29:06] Yea, that's a better idea if mico is a template wrapper around a module