You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each maintenance tag is a template with a {{ |name= }} that emits a class, and when the |name= doesn't exactly match the page name (such as self-contradictory vs Self-contradictory), weird things can happen
The text was updated successfully, but these errors were encountered:
This appears to be because Self-contradictory isn't in the internal tag list (Twinkle.tag.article.tagList), so the code plays it safe and assumes the tag is ungroupable. There's no other issues with it once added to the list (see https://en.wikipedia.org/wiki/Special:Diff/1244337484)
Example:
{{self-contradictory}}
Diff: https://test.wikipedia.org/w/index.php?title=Mainspace&diff=prev&oldid=611320
This is despite the promising patch in #1960
Each maintenance tag is a template with a
{{ |name= }}
that emits a class, and when the |name= doesn't exactly match the page name (such as self-contradictory vs Self-contradictory), weird things can happenThe text was updated successfully, but these errors were encountered: