Help:Table: Difference between revisions
+ Wikipedia |
m →For single cells: fix |
||
| Line 215: | Line 215: | ||
|- | |- | ||
| Left aligned text | | Left aligned text | ||
| Nothing to do (if the default is "left-align", this is mostly the case)<ref>If a column has other then left-aligned text, for example by <code>class="... right-all"</code> (see above section(s)), cell-specific inline [[CSS]] will prioritized highest</ref> | | Nothing to do (if the default is "left-align", this is mostly the case)<ref>If a column has other then left-aligned text, for example by <code>class="... right-all"</code> (see above section(s)), cell-specific inline [[CSS]] will prioritized highest, and use <code>style{{=}}"text-align: left;" {{pipe}}</code></ref> | ||
|- | |- | ||
| style="text-align:center;" | Centered text | | style="text-align:center;" | Centered text | ||
| Line 221: | Line 221: | ||
|- | |- | ||
| style="text-align:right;" | Right aligned | | style="text-align:right;" | Right aligned | ||
| Place <code>style{{=}}"text-align: | | Place <code>style{{=}}"text-align: right;" {{pipe}}</code> after the opening pipe | ||
|- | |- | ||
! Headline style | ! Headline style | ||