Template:Float right/doc
Jump to navigation
Jump to search
| 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. |
Usage
This template may be used in tables for the "style" parameter.
{| class="wikitable" style="{{float right}} 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 left}} 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}}