Template:Status: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>AntumDeluge Add to Category:Development & link to "WhatLinksHere" page |
imported>AntumDeluge Add Status| |
||
| 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|}}} | {{#ifeq: {{{1|}}} | unassigned | | {{{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|}}} | done | done | {{#ifeq: {{{1|}}} | assigned | {{{2|}}} | {{#ifeq: {{{1|}}} | unassigned | | {{#ifeq: {{{1|}}} | NA | N/A | {{{1|}}} }} }} }} }}<noinclude> |
||
== Example == |
== Example == |
||
{| class="wikitable" |
{| class="wikitable" |
||
! Filename || Assigned || Status |
! Filename || Source || Assigned || Status |
||
|- |
|- |
||
| foo || {{status|unassigned}} || |
| foo || athor/island/fooNPC.java || {{status|unassigned}} || |
||
|- |
|- |
||
| bar || {{status|assigned|baz}} || {{status|done}} |
| bar || || {{status|assigned|baz}} || {{status|done}} |
||
|- |
|- |
||
| qux || {{status|assigned}} || |
| qux || || {{status|assigned}} || |
||
|- |
|- |
||
| quux || {{status|corge}} || |
| quux || {{status|NA}} || {{status|corge}} || |
||
|} |
|} |
||
Revision as of 03:16, 16 November 2017
style=""|
Example
| Filename | Source | Assigned | Status |
|---|---|---|---|
| foo | athor/island/fooNPC.java | ||
| bar | baz | done | |
| qux | |||
| quux | N/A | corge |