[05:06:51] Hello, if my wiki has English as its default language how can i use the string from page "Mediawiki:test/en", not from "Mediawiki:test", while still be able to use its translation to other language if user changes their language interface. So that the wiki will take the value of "Mediawiki:test/fr" [06:35:43] gleki: not possible, there is a big about that but phabricator is down again [06:38:20] Refreshing helps, but not if you refresh too many tabs at once or you bring it down again. :( [06:38:31] "Lowest" bugs are always the best! https://phabricator.wikimedia.org/T12094#1563867 [07:58:03] I've got a problem with a javascript call in a gadget, anyone avaialble for help? [08:36:10] I have downloaded the mediawiki.tar file but i am unable to extract it [08:37:07] tar -xvzf /pathtofile/mediawiki-*.tar.gz where should i use this command in the mediawiki main folder or the folder in which I downloaded .tar file in the first place? [08:37:19] please help. [08:44:38] i would imagine the folder you downloaded the tar file to [08:44:46] since tar needs to be able to locate the file [10:26:56] Hello everyone! I am a newbie and having some trouble in configuring git review.On typing this $ git review -s. I get Cannot determine where .git directory is. what should I do? Please help. [12:25:18] Anyone know what causes LC cache issues on https://meta.orain.org ? Could you please check? (they don't occur all the times, but a lot) [16:25:56] I have MobileFrontend extension installed in mediawiki/extensions and also configured below lines in LocalSettings.php: [16:25:58] " require_once "$IP/extensions/MobileFrontend/MobileFrontend.php"; [16:25:59] $wgMFAutodetectMobileView = true; " [16:26:01] What else should I do as I can only see header and other content is not visible in Mobile view? [17:56:22] French ? [17:56:40] Qui est français ? [17:56:48] Hello ? [17:58:15] hi LudaWeb01 [17:58:23] hi ! Are you french ? [17:58:31] no [17:58:35] mais, quel est ton problema? [17:58:40] *probleme [17:58:55] Tu parle français ? [17:59:31] Quand j'essaye de déziper MediaWiki, j'ai un problème de "lien symbolique" [18:00:04] a quelle SO est-ce que tu es? [18:00:26] 1.25.2 [18:00:36] wish I could speak french [18:01:29] Je ne l'ai pas encore installer. [18:06:42] mais est-il windows, linux, mac... .? [18:07:16] GEOFBOT|away, I hadn't spoken French for a long time [18:07:48] I hope not to have too many errors :) [18:15:26] he left :/ [20:17:19] Question: Is there a magicword that is like {{PAGENAME}} or {{PAGENAMEE}} except it always refers to the page the magicword is included on, even if that page is a template? [20:18:52] can't you stick it in or something? [20:19:37] includeonly won't change that behavior [20:19:46] I'm not sure that makes sense. The goal is to have {{PAGENAME}} always refer to [[Foo]] even if [[Foo]] is transcluded onto [[Bar]] [20:19:56] turtles [20:19:59] use {{subst:PAGENAME}} :P [20:20:06] But what if the page name changes? [20:20:29] why do you want to do that? [20:22:14] hare: there isn't, but i've been told you can achieve that affect with a bit of Lua module magic. [20:22:24] This is good to know. [20:22:56] hare: https://en.wikipedia.org/wiki/Template:Navbox uses this to provide the v-d-e links, i believe. [20:22:58] hackhackhack [20:23:02] i have no idea how it works, but it's possible [20:24:23] MatmaRex: Judging by the Usage section of the docs, it works via {{subst:PAGENAME}} :P [20:24:55] hare: pretty sure the documentation hasn't been updated after it was rewritten in Lua : [20:24:57] :P [20:25:11] :/ [20:25:15] Is Template:Navbox on testwiki? [20:25:19] In its current incarnation? [20:25:30] maybe with this: mw.getCurrentFrame():getParent():getTitle() [20:26:06] assuming getCurrentFrame() is the page where the template is included, and getParent() gets the template itself [20:26:10] You can do JavaScript in Lua? [20:26:59] yeah, that seems to be the magical bit [20:27:12] it's not JavaScript, just looks similar :) [20:28:12] It reminds me of some JavaScript I've seen. [20:28:17] Fascinating, very fascinating. [20:28:20] I guess mw.getCurrentFrame():getParent():getTitle() won't work if the template is included in another template and then the second template on a page [21:08:39] is it possible to make wikEd automatically apply syntax highlighting as I type? or is there another extension to syntax highlight normal wiki code in the editor? [23:04:03] is there a way to subst: parser functions like #if in a template when the template is substituted? [23:26:27] Yes. [23:26:32] nyuszika7h: There are tricks you can do. [23:26:40] Like subst:. [23:26:43] Or safesubst:. [23:26:44] Or whatever. [23:30:43] nyuszika7h: https://www.mediawiki.org/wiki/Manual:Substitution#Multilevel_substitution has some more details on syntax [23:37:46] I've also seen like {{{{{subst|}}}#if:foo}}