Template:Float right/doc: Difference between revisions
Appearance
Content deleted Content added
Caleb Cooper (talk | contribs) Created page with "This template may be used in tables for the "style" parameter. <pre> {| class="wikitable" style="{{float left}} text-align: center;" ! Header 1 ! Header 2 |- | Cell 1 | Cell..." |
Caleb Cooper (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
{{Documentation subpage}} |
|||
<!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> |
|||
== Usage == |
|||
This template may be used in tables for the "style" parameter. |
This template may be used in tables for the "style" parameter. |
||
| Line 66: | Line 69: | ||
* {{tl|float center}}, {{tl|float right}} and {{tl|float left}} |
* {{tl|float center}}, {{tl|float right}} and {{tl|float left}} |
||
* {{tl|Image frame}} |
* {{tl|Image frame}} |
||
<includeonly>{{sandbox other|| |
|||
[[Category:Positioning templates]] |
[[Category:Positioning templates]] |
||
}}</includeonly> |
|||
Revision as of 18:51, 3 November 2020
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}}