Difference between revisions of "Template:Float right"

From blackwiki
Jump to navigation Jump to search
imported>Hyacinth
(*{{tl|Image frame}})
imported>Funandtrvl
(update info)
Line 1: Line 1:
 
float: right; margin-left: 1em; clear: right;<noinclude>
 
float: right; margin-left: 1em; clear: right;<noinclude>
 
 
{{Documentation
 
{{Documentation
 
  | content =
 
  | content =
Line 6: Line 5:
  
 
For example:
 
For example:
<nowiki>{| style="{{float right}} width: 242px; border: #99B3FF solid 1px; text-align: center"</nowiki>
+
<code><nowiki>{| style="{{float right}} width: 242px; border: #99B3FF solid 1px; text-align: center"</nowiki></code>
  
 
===See also===
 
===See also===
*{{tl|align}}
+
* {{tl|clear}}
*{{tl|Float left}}
+
* {{tl|align}}
*{{tl|Right}}
+
* {{tl|center}}, {{tl|right}} and {{tl|left}}
*{{tl|Clear}}
+
* {{tl|float center}}, {{tl|float right}} and {{tl|float left}}
*{{tl|Image frame}}
+
* {{tl|Image frame}}
  
 
[[Category:Positioning templates]]
 
[[Category:Positioning templates]]
}}<!--(end Documentation)-->
+
}}</noinclude>
</noinclude>
 

Revision as of 01:18, 9 October 2020

float: right; margin-left: 1em; clear: right;

Template documentation

This template may be used in tables for the "style" parameter.

For example: {| style="{{float right}} width: 242px; border: #99B3FF solid 1px; text-align: center"

See also