Template:Float right/doc
This content is in the Template Namespace. Used for page-templates that can be re-used across the wiki.
| This page was automatically imported from Commons any changes will be overwritten, the source page is here () |
Usage
This template may be used in tables for the "style" parameter.
{| class="wikitable" {{float right|style=text-align: center}}
! Header 1
! Header 2
|-
| Cell 1
| Cell 2
|}
| Header 1 | Header 2 |
|---|---|
| Cell 1 | Cell 2 |
{{float right|Right aligned Text}}
Right aligned Text
{| class="wikitable" {{float center|style=text-align: center}}
! Header 1
! Header 2
|-
| Cell 1
| Cell 2
|}
| Header 1 | Header 2 |
|---|---|
| Cell 1 | Cell 2 |
{{float center|Center aligned Text}}
Center aligned Text
{| class="wikitable" {{float left|style=text-align: center}}
! Header 1
! Header 2
|-
| Cell 1
| Cell 2
|}
| Header 1 | Header 2 |
|---|---|
| Cell 1 | Cell 2 |
{{float left|Left Text}}
Left Text
See also
- {{align}}
- {{center}}, {{right}} and {{left}}
- {{float center}}, {{float right}} and {{float left}}
- {{Image frame}}