Changes
no edit summary
For example, this code will display properly:
{{Infobox|name = Infobox/doc|header3 = Section 1|label48 = Label A |data48 = Data A |data92 = Data B|label136 = Label C |data136 = Data C|header177 = Section 2|label215 = Label D |data215 = Data D}}<prestyle="overflow:auto">|header3 = Section 1|label48 = Label A|data48 = Data A |data92 = Data B|label136 = Label C|data136 = Data C
|header177 = Section 2
|label215 = Label D|data215 = Data D
</pre>
But in this code, only Section 1, Label A and Data A will be displayed, because Data B is numbered too far away from Data A (and then all the rest is ignored): {{Infobox|name = Infobox/doc|header3 = Section 1|label48 = Label A |data48 = Data A |data102 = Data B|label103 = Label C |data103 = Data C|header115 = Section 2|label120 = Label D |data120 = Data D}}<prestyle="overflow:auto">|header3 = Section 1|label48 = Label A|data48 = Data A |data102 = Data B|label103 = Label C|data103 = Data C
|header115 = Section 2
|label120 = Label D|data120 = Data D
</pre>