[02:18:17] Hi people [02:18:22] I'd like some feedback [02:18:49] Currently to do certain things with tables means you have to add a lot of CSS formatting [02:19:07] Is there any interest in having "user-classing" for tables? [02:19:32] Whereby the styling information for a table is stored on a 'protected' page [02:20:20] but which can be called upon by invoking it as a table class in the way class=wikitable is done sometimes currently [02:20:21] you can already do css classing from the mediawiki: skin pages [02:20:29] eg: common.css [02:20:38] p858snake: This would be per table [02:20:39] (check a example out on en.wikipedia) [02:22:27] You write a page called mytables.css and then you do {|extclass="mytables" class=mytable1 etc... [02:22:42] I.E the table's CSS class is in an externaly specfied file [02:22:47] Is this possible? [02:23:36] The intent is that you can have teo table using different "mytables" provided the external file used is different... ( mediawiki doing some internal name munging so they are unique [02:23:38] ) [02:24:04] so you could have mytables_table1 and fancytables_table1 etc [02:24:16] CSS does this [02:24:27] What it cant do is the name wrangling... [02:24:44] which is the mmediawiki side [03:32:48] Hi! My name is Rohit Agarwal and I am a participant of GCI 2015. I am new here. [03:33:05] agarwalrohit: hi :) [03:33:15] hi [03:34:17] Good morning! [06:47:16] Hello [06:49:11] Brent_: hi [06:50:18] I was told that if I needed help installing mediawiki to come ask for help here. I feel I've explored all my options on the website and via google [06:52:44] yeah here are some very nice guys who probably will be of help, so feel free to ask what you need :) [06:53:15] (I am not of them so I can use characteristics like this :) ) [06:54:25] Well thank you for replying =) [09:32:44] hey i have set mediawiki's github as my project's upstream repo. i tried to fetch upstream and merge REL1_26 to patch to version 1.26.2, but my Special:Version reads (dd08dbb) [09:32:45] 09:27, 9 January 2016 [09:32:56] 1.26.0 [09:50:07] What is going on? https://www.mediawiki.org/wiki/Special:Contributions/Flow_talk_page_manager [09:51:19] apparently Flow bot vandalises mww [09:51:46] I just hope that only talks pages of those who agreed on this by enabling the betafunction [09:52:17] if this vile thing does this blasphemy to my talk page I will be angry [09:52:25] #wikimedia-collaboration would probably be the recommended place to enquiry [09:52:27] It seems the bot creates a fake contribution every time someone posts a new topic [09:52:37] e.g. https://www.mediawiki.org/w/index.php?title=Topic:Svyb28ovuyefrnym&action=history [09:52:56] resulting into 11:01, 6 gen 2016 (diff | cron) . . (+1)‎ . . N Topic:Svyb28ovuyefrnym ‎ (→‎This page has been converted into a Flow discussion board) [09:54:59] Other than non-existing edits it doesn't seem to be doing much, only https://www.mediawiki.org/w/index.php?limit=50&title=Special%3AContributions&contribs=user&target=Flow+talk+page+manager&namespace=2600&nsInvert=1&tagfilter=&newOnly=1&year=2016&month=-1 [10:04:02] it considers users' languages as per their prefs? [10:04:28] it's interesting, I do not think there was a way to know what language does a user use before [10:09:06] Hi [10:09:12] In wikimedia table markup [10:09:21] Is there a way to do subclassing [10:09:22] ? [10:09:48] So that you can define CSS styles for individual columns without needing to write lebgthy CSS for each coloumn? [10:15:57] I may be wrong but I believe that unless via Mediawiki:Common.css, no [10:16:46] Do I need to file this a Phab request [10:17:14] here I'm writing a lot of very similar code https://en.wikisource.org/wiki/Page:Mrs_Beeton's_Book_of_Household_Management.djvu/1922 [10:17:47] Ts is a short hand used at Wikisource to generate a style="" string for table [10:18:20] The net result of having to call Ts for each table cell is that there's a MASSIVE load on the Parser... [10:19:56] If it were possible to replace these with a single classed style at the head of the table, and put class= for each of the relevant table entries, the load would be transfered from the parser to the browser. [10:19:57] well you can just use style="". heh but could you remind me how would it be solved in html? [10:20:27] In HTML you would define a set of classed CSS stlyes for td,entry, td.rowendenntry and so on [10:20:59] in HTML youd then put class=entry class=rowendentry on the relevant tags [10:21:42] I've tried to do a style="td {