https://bugzilla.wikimedia.org/show_bug.cgi?id=12974
--- Comment #34 from Helder <[email protected]> 2010-05-03 20:59:08 BRT --- I forgot to mention that the example is based in a case where the number of parameters used is superior to 100, so it is desired to have one in each row (as in the example). The problem is that the line breaks are breaking the TOC, which shows ---- * 1 Section 1.1 * 2 Section 2.1 ---- instead of ---- * Title 1 ** 1 Section 1.1 * Title 2 ** 2 Section 2.1 ---- This should not be happening, I mean: <h1>Title </h1> should also make "Title" to appears in the TOC, as it does in <h1>Title</h1> Besides this, the code ---- {{:User:Heldergeovane/Test/Template with parameters |FIRST |SECOND }} ---- should result in the same output as this: ---- {{:User:Heldergeovane/Test/Template with parameters |1=FIRST |2=SECOND }} ---- without any undesired line breaks. Here is a link showing the differences: http://bit.ly/bVLioV Helder -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
