Changes
no edit summary
}}
</pre>
Note, in the examples above, the child infobox is placed in a <code>data</code> field, not a <code>header</code> field. The title will be enclosed Notice that the section subheadings are not in {{tag|b}} bold tags, which can create a "double font if bolding effect" in some browsers if the child infobox is placed in a <code>header</code> fieldnot explicitly specified. To obtain bold section headings, place the child infobox in a header field and avoid the double bolding effect, useeither using{{Infobox| title = Top level title| header1 = {{Infobox | child = yes | title = First subsection | label1= Label 1.1 | data1 = Data 1.1}}| header2 = {{Infobox | child = yes | title = Second subsection | label1= Label 2.1 | data1 = Data 2.1}}|belowstyle = |below = Below text}}<pre style="overflow:auto">{{Infobox| title = Top level title| header1 = {{Infobox | child = yes | title = First subsection | label1= Label 1.1 | data1 = Data 1.1}}| header2 = {{Infobox | child = yes | title = Second subsection | label1= Label 2.1 | data1 = Data 2.1}}|belowstyle = |below = Below text}}</pre>or,
{{Infobox
| title = Top level title
}}
</pre>
Note that omitting the {{para|title}} parameter, and not including any text preceding the embedded infobox, may result in spurious blank table rows, creating gaps in the visual presentation.
=== Full blank syntax ===