Template:Status: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>AntumDeluge Create template "Status" to set table cell background colors (replaces "Template:Unassigned") |
imported>AntumDeluge Don't show "unassigned" text |
||
| Line 1: | Line 1: | ||
style="{{#ifeq: {{{1|}}} | done | background-color:#00ff00; | {{#ifeq: {{{1|}}} | unassigned | background-color:#ff0000; | {{#ifeq: {{{1|}}} | assigned | background-color:#e0ffff; | }} }} }}"|{{#ifeq: {{{1|}}} | done | done | {{#ifeq: {{{1|}}} | assigned | {{{2|}}} | {{{1|}}} }} }}<noinclude> |
style="{{#ifeq: {{{1|}}} | done | background-color:#00ff00; | {{#ifeq: {{{1|}}} | unassigned | background-color:#ff0000; | {{#ifeq: {{{1|}}} | assigned | background-color:#e0ffff; | }} }} }}"|{{#ifeq: {{{1|}}} | done | done | {{#ifeq: {{{1|}}} | assigned | {{{2|}}} | {{#ifeq: {{{1|}}} | unassigned | | {{{1|}}} }} }} }}<noinclude> |
||
== Example == |
== Example == |
||
Revision as of 00:59, 16 November 2017
style=""|
Example
| Filename | Assigned | Status |
|---|---|---|
| foo | ||
| bar | baz | done |
| qux | ||
| quux | corge |