Template talk:Problems: Difference between revisions

Jump to navigation Jump to search
(→‎Bug: Bad news)
Line 9: Line 9:


::: Also unclear if there is any current way to search for/flag problems effected by this. Problems with external links, and some settings references (i.e. XFB=Real), are likely candidates to cause problems. The old search-n-replace had allowed for regex searches, but I think we lost that with the newly implemented one (I've forgotten the details). [[User:Kolano|Kolano]] ([[User talk:Kolano|talk]]) 03:31, 4 December 2016 (CET)
::: Also unclear if there is any current way to search for/flag problems effected by this. Problems with external links, and some settings references (i.e. XFB=Real), are likely candidates to cause problems. The old search-n-replace had allowed for regex searches, but I think we lost that with the newly implemented one (I've forgotten the details). [[User:Kolano|Kolano]] ([[User talk:Kolano|talk]]) 03:31, 4 December 2016 (CET)
:::: Okay, the issue is trickier than I though. I double checked all RegExp queries and they all are working as intended, the issue here is the parameter's parsing. Basically, by having a = in those cases is making the problems "text" being passed as an argument different than {{{1}}}, so, the problems never get into the template logic (since it checks for {{{1}}}, and when the bug is triggered, {{{1}}} is empty). The strange part is that the various === from the headings doesn't trigger this bug, yet a forum link like the one from [[Homebrew Channel]] does. I'll see if I can do something to somehow prevent that, but at the moment there's no fix other than the workaround you provided... - [[User:Jhonn|Jhonn]] ([[User talk:Jhonn|talk]]) 05:06, 4 December 2016 (CET)


== Template Request ==
== Template Request ==