Template talk:Problems: Difference between revisions

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


:::: 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)
:::: 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)
::::: Since it doesn't seem like it can be corrected, I'd like to focus on identifying pages where it occurs. Can we trigger a category when an unexpected param is provided to the {{tl|Problems}} template? [[User:Kolano|Kolano]] ([[User talk:Kolano|talk]]) 11:47, 4 December 2016 (CET)


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

Navigation menu