Template:Status: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>AntumDeluge Add Status| |
imported>AntumDeluge Add status "deleted" |
||
| 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|}}} | NA | background-color:#e6e6fa; | }} }} }} }}"|{{#ifeq: {{{1|}}} | done | done | {{#ifeq: {{{1|}}} | assigned | {{{2|}}} | {{#ifeq: {{{1|}}} | unassigned | | {{#ifeq: {{{1|}}} | NA | N/A | {{{1|}}} }} }} }} }}<noinclude> |
style="{{#ifeq: {{{1|}}} | done | background-color:#00ff00; | {{#ifeq: {{{1|}}} | unassigned | background-color:#ff0000; | {{#ifeq: {{{1|}}} | assigned | background-color:#e0ffff; | {{#ifeq: {{{1|}}} | NA | background-color:#e6e6fa; | {{#ifeq: {{{1|}}} | deleted | background-color:#87cefa; | }} }} }} }} }}"|{{#ifeq: {{{1|}}} | done | done | {{#ifeq: {{{1|}}} | assigned | {{{2|}}} | {{#ifeq: {{{1|}}} | unassigned | | {{#ifeq: {{{1|}}} | NA | N/A | {{{1|}}} }} }} }} }}<noinclude> |
||
== Example == |
== Example == |
||
| Line 13: | Line 13: | ||
|- |
|- |
||
| quux || {{status|NA}} || {{status|corge}} || |
| quux || {{status|NA}} || {{status|corge}} || |
||
|- |
|||
| || {{status|NA}} || {{status|deleted}} || |
|||
|} |
|} |
||