See https://en.wikipedia.org/w/index.php?title=X86&diff=728898840&oldid=728897826
Given a table that (unknown to the user) has its wikitext like this:
{| |- | '''5th''' ([[Superscaler]]) || 1993 || [[P5 (microarchitecture)|Pentium]], [[Pentium MMX]], [[Rise Technology|Rise]] [[mP6]] || [[Superscalar]] [[64-bit]] [[Bus (computing)|databus]], faster FPU, [[MMX (instruction set)|MMX]] (2× 32-bit), [[Socket 7]] |- |}
If you add line breaks/new paragraphs to a cell, then you get a table-breaking mess when you save the page:
{| |- | '''5th''' ([[Superscaler]]) My new paragraph here My next paragraph here || 1993 || [[P5 (microarchitecture)|Pentium]], [[Pentium MMX]], [[Rise Technology|Rise]] [[mP6]] || [[Superscalar]] [[64-bit]] [[Bus (computing)|databus]], faster FPU, [[MMX (instruction set)|MMX]] (2× 32-bit), [[Socket 7]] |- |}
There is no way for the editor to know that adding a paragraph to this particular table is going to break everything. Instead, the entire row ought to be saved in the non-single-row format.