Template:Float right/doc
< Template:Float right
Jump to navigation
Jump to search
Revision as of 18:56, 3 November 2020 by imported>Calebgcooper
| This is a documentation subpage for Template:Float right. It contains usage information, categories and other content that is not part of the original template page. |
| This template is used on many pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them.
Transclusion count updated automatically (see documentation). |
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
- {{align}}
- {{center}}, {{right}} and {{left}}
- {{float center}}, {{float right}} and {{float left}}
- {{Image frame}}