[01:42:16] wicktt-m|: do you have ParserFunctions and Scribunto installed? [01:42:27] you need both of them if you want to copy pretty much anything from WMF wikis [05:20:32] IN wikisource there is tag in a page the tells it to include other pages. what extension is it? what are the relevant DB tables for such indexs? [05:30:14] eranroz: ProofreadPage I think? [05:30:22] legoktm: yes [05:31:04] does it use the regular pagelinks table? [05:31:53] I don't know, sorry [05:32:32] legoktm: thanks. now I know it is ProofreadPage :) [05:37:05] OK found it in the regular templatelinks table: select * from templatelinks inner join page on tl_from=page_id and tl_from_namespace=0 where page_title ="" and page_namespace=0; [06:53:37] jackmcbarn: I've installed Scribunto and created 'Module:Template translation' page with these code https://www.mediawiki.org/w/index.php?title=Module:Template_translation&action=edit . Now it shows wrong lang for default page (text2 from Template:demo/en instead of text1 from Template:demo) and it shows red Template:tnt:demo for translated /en page. [07:11:00] Ok looks I have to replace default 'en' to default 'ru' in the Template translation module. But its still shows red Template:tnt:demo for /en version of the wikipage. [07:20:44] I've created a new page and there {{tnt|demo}} shows text1 for both default and /en versions of the page. [07:58:09] Hm... it was guhehe's blog that was causing the 502 errors... now to find out the cause... [08:07:11] Any wiki-markup wizards around? I need help with styling a template on my wiki [08:07:12] http://safiria.shoutwiki.com/wiki/Template:BoardInfobox <- I'd like to have the header background and text colors change based on the value of a new {{{level}}} parameter but I can't for the life of me figure out how [14:47:47] Hi [14:47:58] Anyone here know CSS ? [14:58:32] what are you trying to do, Qcoder00 [14:58:48] MC8:looking into the sidetitle issue [14:58:56] for Wikisource stuff [14:59:22] https://en.wikisource.org/wiki/Page:South_Yorkshire_Light_Rail_Transit_Act_1989%28ukla19890019en%29.pdf/5 [14:59:27] The current approach isn't ideal [15:00:22] as I feel the relevant style shoudl really be a paragaph/HTML5 aside approahc but couldn't get the side title(ie the aside) to line up with the top of the pagraph in which they appear [15:00:36] It needs somoene that knows CSS to come up with a soloution [15:00:49] Currently it's an entirly DIV based approach which isn't ideal [15:01:05] and has a lot of embeeded styling code which is a performace issue... [15:01:19] The thought was if theres a was to do it with classes.... [15:01:41] that can be applied to paragraphs / asides [15:09:05] Hah the Mediwiki parser doesn't like anyway :( [15:10:43] https://en.wikisource.org/wiki/User:ShakespeareFan00/Sandbox#Formatting_Side-titles [15:10:58] Dsipte