Difference between revisions of "Template:Alignment mapping"
Jump to navigation
Jump to search
(Create template for integer-to-alignment mapping used in video sub-filters (e.g. mosaic for option --mosaic-align) and perhaps others) |
(Show table side-by-side with other tables) |
||
Line 1: | Line 1: | ||
− | {| class="mw-datatable sortable" | + | {| class="mw-datatable sortable" style="display: inline-table;" |
|+ Integer alignment mapping | |+ Integer alignment mapping | ||
! scope="col" | Integer !! scope="col" | Alignment !! scope="col" | Comment | ! scope="col" | Integer !! scope="col" | Alignment !! scope="col" | Comment |
Latest revision as of 04:27, 2 June 2019
Integer | Alignment | Comment |
---|---|---|
0 | Center | |
1 | Left | |
2 | Right | |
4 | Top | |
8 | Bottom | |
5 | Top-Left | 4 + 1 |
6 | Top-Right | 4 + 2 |
9 | Bottom-Left | 8 + 1 |
10 | Bottom-Right | 8 + 2 |
3 | n/a | contradictory |
7 | n/a | contradictory |