Template:Navbox/doc: Difference between revisions

m
Text replacement - " " to " "
m (→‎Parameter list: Changed code on list sub n to eliminate invalid self-closed HTML tag)
m (Text replacement - " " to " ")
 
Line 128: Line 128:
:: Specifies [[Cascading Style Sheets|CSS]] styles to apply to the template body.  The parameter ''bodystyle'' also does the example same thing and can be used in place of this ''style'' parameter.  This option should be used sparingly as it can lead to visual inconsistencies. Examples:
:: Specifies [[Cascading Style Sheets|CSS]] styles to apply to the template body.  The parameter ''bodystyle'' also does the example same thing and can be used in place of this ''style'' parameter.  This option should be used sparingly as it can lead to visual inconsistencies. Examples:
::: <code>style = background:#''nnnnnn'';</code>
::: <code>style = background:#''nnnnnn'';</code>
::: <code>style = width:''N''&nbsp;[em/%/px or width:auto];</code>
::: <code>style = width:''N'' [em/%/px or width:auto];</code>
::: <code>style = float:[''left/right/none''];</code>
::: <code>style = float:[''left/right/none''];</code>
::: <code>style = clear:[''right/left/both/none''];</code>
::: <code>style = clear:[''right/left/both/none''];</code>