Open main menu

Changes

Template:Infobox/doc

466 bytes added, 03:36, 9 June 2013
<pre>|header3 = Section 1
|label5 = Label A
|data5 = Data BA
|label7 = Label C
|data7 = Data C
|data12 = Data D</pre>
It Although there is no limitation on the ''number'' of rows, row parameters should not recommended to have parameters be numbered more than 20 50 apart. This is due a limit imposed by the template to limitations in processing references and reference lists in the [[WP:Lua|Lua]] programming language on Wikipediaensure backwards compatibility with existing infoboxes. Parameters If parameters are numbered more than 20 50 apart will still , the later parameter may be processedignored (depending on the exact numbers involved), but extra care must be taken and if these parameters could contain references or reference listsare numbered more than 100 apart, the later parameter will definitely be ignored. In  For example, this case, for the references to code will display properly:<pre>|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, the only Section 1, Label A and Data A will be displayed:<pre>|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> There are similar limitations for image parameters that could contain reference lists (usually {{para|below}}) must appear after the and subheader parameters that could contain references. If In those cases parameters are should not be numbered less more than 20 10 apart, this is handled automatically by the template.
=== Parameters ===
Anonymous user