[01:08:58] So. Can one report wiki's here or is there a different way to do it? [14:48:01] Hello, I got one question: Are the links included at the database table 'templatelinks' in 'pagelinkt' too? [14:49:02] Luke081515: Not really. [14:49:09] Luke081515: pagelinks is regular links like [[foo]] and [[bar]]. [14:49:23] templatelinks is transclusions (embedding content), like {{infobox}} or {{hatnote}}. [14:49:53] Leah: So templatelinks are, if a template links to a page? [14:50:02] No. [14:50:08] templatelinks track template usage on pages. [14:50:22] So you can use Special:WhatLinksHere/Template:Foo to see all the places where {{foo}} is used. [14:50:31] pagelinks tracks page links on pages. [14:50:48] So that you can use Special:WhatLinksHere/Page_title to see all the places where [[page title]] is linked to. [14:50:55] What's your real question? :-) [14:52:19] Leah: My real question is (to take an example from enwiki): If i got a template, which links to a page, for example the template Rredirect2 at enwiki, if I find this information in templatelinks, or in pagelinks too, because I want only links from pages, without templates [14:52:53] Sounds like you'd do two queries a set comparison? [14:53:36] I'm not really sure what you're asking still. [14:53:41] so I have to query from pagelinks, and templatelinks, and sort the templates out? [14:53:48] Maybe. [14:53:53] ok [14:53:56] You want all pages that are using {{Rredirect2}?? [14:54:17] Err, {{Rredirect2}}? [14:55:33] Leah: No I want pages which links to a disambig, but I don't want links there, which are setted by a template, because these are wanted [18:56:23] https://www.mediawiki.org/wiki/Manual:Valid_tag_table < Is there any possibility to set Tags automatically to each revision, which can removed by users? [19:44:26] MGC_: I think you could create some tags, use https://www.mediawiki.org/wiki/Extension:AbuseFilter to add the tags to every revision, and then set permissions so anyone could modify tags [20:17:11] OH-: Problem is: Extension defined tags canÄT be changed manually :/ [22:59:25] -info c: [23:03:20] is it ok to ask a formatting question in here or should I go to a different channel [23:10:41] if I want to rename a template parameter but I don't want to break the whole website how do I nest the old parameter in the new one? [23:15:12] would I do {{{parameter2|{{{parameter1}}}}}} [23:32:33] that sounds about right [23:34:11] all right [23:45:17] hey guys, I'm working on setting up a webserver and this involves the whole rigamarole of configuring apache and etc. what version of PHP should I be using? the mediawiki compatability website doesn't talk about PHP7. is this a thing I should be worried about? [23:46:16] PHP 7 is still relatively new. MW should mostly work on it, but it's not well tested [23:46:19] Volund: i don't think anyone had really tested mediawiki with php 7, but i think it mostly works. [23:46:36] Any version of PHP 5 above 5.5 is fine [23:49:24] * Volund nodnods