Content deleted Content added
→Code revamp, and discussion: update |
→Code revamp, and discussion: trying to clarify table layout (+third column) |
||
Line 217:
::: Thinking of the ability to switch between a horizontal (Navbox) and vertical (Sidebar) template design, perhaps Navbox, Infobx and Sidebar should all use the same parameter names in their code but with the corresponding established names included as alternatives, i.e.
<pre style="margin-left:6.0em; font-size:95%; overflow auto;">
ESTABLISHED USE IN CODE ALTERNATIVES
{{Infobox
|name = {{{name}}}
|title = {{{title1
|image = {{{image1
|above = {{{title2
|[lowerimage =] [ {{{image2
|headerX/headingX = {{{headingX
|labelX = {{{labelX}}}
|dataX/contentX = {{{dataX
|below = {{{below}}}
}}
{{Navbox
|name = {{{name}}}
|title = {{{title2
|above = {{{above}}}
|image = {{{image1
|imageleft = {{{image2
|groupX = {{{labelX
|listX = {{{dataX
|[headingX =] [ an amended {{{dataX|{{{contentX|{{{listX}}}}}}}}}
|below = {{{below}}}
}}
{{Sidebar
|name = {{{name}}}
|outertitle = {{{title1
|topimage
|pretitle = {{{pretitle}}}
|title = {{{title2
|image = {{{image2
|[above =] [ {{{heading1
|headingX
|contentX
|below = {{{below}}}
}}
</pre>
|