Template:Float/doc: Difference between revisions

no edit summary
No edit summary
Line 1:
{{Documentation subpage}}
<!--- PLEASE ADD CATEGORIES WHERE INDIACTED AT THE BOTTOM OF THIS PAGE-, and INTERWIKIS IN WIKIDATA -->
{{Notice |Take care when using this template in navboxes to ensure that whatever it is used to float (e.g. an image) does not float over other elements or text if{{\}}when the navbox is resized. To align centered lists in a navbox with an image, see the [[#Alternatives for navigational boxes|alternatives for navigational boxes]] section below. For aligning text in general, see {{tl|align}}. For floating images, boxes, and other elements, see {{tl|stack}}.}}
 
== Description ==
Use {{tl|float}} to "float" items{{spaced ndash}}i.e. position them{{spaced ndash}}so they do not affect the alignment or formatting of other items (such as text) nearby.
 
== Usage ==
* <code><nowiki>{{float|</nowiki>{{bigger|{{smallcaps|item}}}}}}</code> floats {{smallcaps|item}} on the righthand edge of a page/area.
* <code><nowiki>{{float|left|</nowiki>{{bigger|{{smallcaps|item}}}}}}</code> floats {{smallcaps|item}} on the lefthand edge of a page/area.
Line 11 ⟶ 13:
{{para||{{bigger|{{smallcaps|item}}}}}} is the only required parameter. The optional parameters ''top'', ''right'', ''bottom'' and ''left'' indicate how far from their respective positions the item is to be positioned. The ''width'' of the item may also be specified. Any established HTML/CSS units may be used so long as they are specified (for example, <code><nowiki>{{float |top=2.0em |left=2px |width=10em |Blah}}</nowiki></code>). <!--Unnecessary?: Note that if any values other than zero for ''top'' and ''right'' are required, they need to be specified.-->
 
=== Examples= ==
Note how the links in the second two examples are centered relative to the whole template, unlike those in the first example.
 
;=== Example 1 ===
One-line [[Template:Navbox|navbox]] using its image parameter:
{{Navbox
Line 47 ⟶ 49:
{{Hidden end}}
 
;=== Example 2 ===
Same navbox using {{tlf|float}} instead of the image parameter:
{{Navbox
Line 78 ⟶ 80:
{{Hidden end}}
 
=== Alternatives for navigational boxes ===
Same navbox using its image parameter and liststyle with padding-left set to the image width:
{{Navbox
Line 94 ⟶ 96:
* [[List of weapons of the Japanese Navy|Weapons]]
}}
{{Hidden begin |showhide=left |title=Code for this alternative navigational box}}
<pre>
{{Navbox
Line 119 ⟶ 121:
 
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox |
| <!-- ADD CATEGORIES BELOWHERE, THISand LINE,INTERWIKIS IN PLEASE:WIKIDATA -->
[[Category:Positioning templates]]
}}</includeonly>
Anonymous user