Template:Cellcolors: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
m (worky)
(Small improvements)
Line 1: Line 1:
style="background-color:{{{1|white}}}; color:{{{2|black}}}; text-align:{{{3|left}}};" |<noinclude>
style="background-color:{{{1|inherit}}}; color:{{{2|inherit}}}; text-align:{{{3|left}}};" |<noinclude>


==Usage==
==Usage==
Line 5: Line 5:


<nowiki>{{cellcolors|<background color>|<font color>|<alignment>}} text</nowiki>
<nowiki>{{cellcolors|<background color>|<font color>|<alignment>}} text</nowiki>
<nowiki>{{cellcolors|red}} text</nowiki>
<nowiki>{{cellcolors|red|blue}} text</nowiki>


<nowiki>{{cellcolors|red|blue|center}} text</nowiki>
<nowiki>{{cellcolors|red|blue|center}} text</nowiki>


<nowiki>{{cellcolors|#ff0000|#0000ff|right}} text</nowiki>
<nowiki>{{cellcolors|#ff0000|#00f|right}} text</nowiki>
 
<nowiki>{{cellcolors||rgba(0, 0, 256, 0.5)}} text</nowiki>
 
<nowiki>{{cellcolors|||right}} text</nowiki>




Line 18: Line 26:
| {{cellcolors|black|white}} cell text ||
| {{cellcolors|black|white}} cell text ||
|-
|-
| {{cellcolors|black|lime|center}} cell text, centered ||  
| {{cellcolors|black|lime|center}} cell text, centered ||
|-
|-
| {{cellcolors|blue|white|right}} cell text, aligned right ||
| {{cellcolors|blue|white|right}} cell text, aligned right ||
Line 27: Line 35:
|-
|-
| {{cellcolors|lightgrey}} only background (in lightgrey intended for disabled/unused cells) || the kind of cells usually marked as '''N/A'''
| {{cellcolors|lightgrey}} only background (in lightgrey intended for disabled/unused cells) || the kind of cells usually marked as '''N/A'''
|-
| {{cellcolors||rgba(0, 0, 256, 0.5)}} example with font color only at 50% alpha ||
|-
|-
| {{cellcolors}} no colors specifyed, default ||
| {{cellcolors}} no colors specifyed, default ||

Revision as of 06:36, 11 November 2022

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

Usage

Inside a table cell:

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

{{cellcolors|red}} text

{{cellcolors|red|blue}} text

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

{{cellcolors|#ff0000|#00f|right}} text

{{cellcolors||rgba(0, 0, 256, 0.5)}} text

{{cellcolors|||right}} text


Examples

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
example with font color only at 50% alpha
no colors specifyed, default
usable in full rows too and to create full row empty separators as the examples below