[03:50:52] if a navbox template links to page A, and the template is included in page B, then A appears in B's "what links here" list, which in my case makes the list kind of useless... is there a way to exclude some links from appearing in "what links here"? [07:33:07] Quick question: point releases generally don't make DB changes, right? So going from 1.35.2 to 1.35.13 shouldn't require an update.php run? [08:10:38] jfolv: its recommend to always run the update script [08:26:17] Well, guess that's probably for the best. Thanks. [15:26:38] I'm trying to setup infoboxes for my wiki, I've read the page https://www.mediawiki.org/wiki/Infobox but I can't quite get them to work. [15:26:57] I got lucky and managed to make one template work, but haven't been able to replicate its success. [15:27:28] Not to mention I was just brute forcing the first one anyway. [15:34:00] Oh, I just fixed one, some syntax error. [15:34:11] But still, this isn't a very efficient way to create them. [15:34:27] A lot of lengthy boilerplate formatting. [23:19:36] Does anyone know how exactly the BLP edit warning settings on enwiki works? (aka the "Notice about sources" box that appears on the top of the edit page of BLP articles) I'm trying to implement something similar for another wiki I run, and want to use the same feature if possible. [23:22:51] phuzion, https://en.wikipedia.org/wiki/MediaWiki:Common.js#L-144 [23:24:17] if a navbox template links to page A, and the template is included in page B, then A appears in B's "what links here" list, which in my case makes the list kind of useless... is there a way to exclude some links from appearing in "what links here"? like some tag I can put in the template to make whatlinkshere ignore the tag content? [23:25:02] AntiComposite: Thanks! [23:27:12] nicolas17, unfortunately no. the primary purpose of the pagelinks table is to track when to change links between red and blue, Special:WhatLinksHere has been considered a useful side effect [23:27:42] so it only tracks that a link exists on a page, not where it comes from or why it's there [23:29:54] so in theory what I want would need a different special page backed by a different table... :/