Template:Float right/doc

Revision as of 18:52, 3 November 2020 by Caleb Cooper (talk | contribs)
This content is in the Template Namespace. Used for page-templates that can be re-used across the wiki.

Usage

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

{| class="wikitable" style="{{float left}} text-align: center;"
! Header 1
! Header 2
|- 
| Cell 1
| Cell 2
|}
Header 1 Header 2
Cell 1 Cell 2


{| class="wikitable" style="{{float center}} text-align: center;"
! Header 1
! Header 2
|- 
| Cell 1
| Cell 2
|}
Header 1 Header 2
Cell 1 Cell 2


{| class="wikitable" style="{{float right}} text-align: center;"
! Header 1
! Header 2
|- 
| Cell 1
| Cell 2
|}
Header 1 Header 2
Cell 1 Cell 2


See also