Template:Cellcolors

From PS2 Developer wiki
Revision as of 21:13, 13 August 2018 by GregoryRasputin (talk | contribs) (Created page with "style="background-color:{{{1|white}}}; color:{{{2|black}}}; text-align:{{{3|left}}};" |<noinclude> ==Usage== Inside a table cell: <nowiki>{{cellcolors|<background color>|<fo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

style="background-color:white; color:black; text-align:left;" |

Usage[edit source]

Inside a table cell:

{{cellcolors|<background color>|<font color>|<alignment>}} text

{{cellcolors|red|blue|center}} text

{{cellcolors|#ff0000|#0000ff|right}} text


Examples[edit source]

cell text
cell text
cell text, centered
cell text, aligned right
cell text
in RGB
only background (in lightgrey intended for disabled/unused cells) the kind of cells usually marked as N/A
no colors specifyed, default
usable in full rows too and to create full row empty separators as the examples below