https://bugzilla.wikimedia.org/show_bug.cgi?id=51017

Richard Morris <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Richard Morris <[email protected]> ---
Some broken browser extension sometimes adds lots of  <a
class="ktg6us78hf8vdu7" href="javascript:void(0)">...</a> tags around items
which is tracked by and edit filter. Attempting to clean these up with the VE
worked well in the main text but failed in the templates changing

{{Infobox company
...
| foundation     = [[1990 in <a class="ktg6us78hf8vdu7"
href="javascript:void(0)"><a class="ktg6us78hf8vdu7"
href="javascript:void(0)">video</a></a> gaming|1990]]
| products       = [[Crash Bandicoot|''Crash Bandicoot'' series]] (2002-2004)
(2013- )<br>[[Skylanders|''Skylanders'' series]] (2011-2013)0)">Guitar</a></a>
Hero|''Guitar Hero'' series]] (2007–2010) 
...
}}

Into
{{Infobox company
|<nowiki>1990]]</nowiki>
|''Guitar Hero''<nowiki> series]] (2007–2010) </nowiki>
...
| foundation     = <nowiki>[[1990 in video gaming</nowiki>
| products       = [[Crash Bandicoot|''Crash Bandicoot'' series]] (2002-2004)
(2013- )<br>[[Skylanders|''Skylanders'' series]] (2011-2013) Guitar Hero
...
}}
splitting the foundation and product parameters.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to