Template:Status: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>AntumDeluge Link to "Category:RefactoringTemplates" under "See Also" section |
imported>AntumDeluge Add "ok" & "nok" statuses |
||
| Line 2: | Line 2: | ||
<blockquote> |
<blockquote> |
||
</noinclude>style="text-align:center;{{#ifeq: {{{1|}}} | done | background-color:#00ff00; | {{#ifeq: {{{1|}}} | replaced | 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|}}} | unused | background-color:#ff4500; | {{#ifeq: {{{1|}}} | removed | background-color:#00ff00; | {{#ifeq: {{{1|}}} | check | background-color:#00ff00; | }} }} }} }} }} }} }} }} }}"|{{#ifeq: {{{1|}}} | done | done ✓ | {{#ifeq: {{{1|}}} | assigned | {{{2|}}} | {{#ifeq: {{{1|}}} | unassigned | | {{#ifeq: {{{1|}}} | NA | N/A | {{#ifeq: {{{1|}}} | unused | UNUSED | {{#ifeq: {{{1|}}} | replaced | replaced ✓ | {{#ifeq: {{{1|}}} | removed | removed ✓ | {{#ifeq: {{{1|}}} | check | ✓ | {{{1|}}} }} }} }} }} }} }} }} }}<noinclude> |
</noinclude>style="text-align:center;{{#ifeq: {{{1|}}} | done | background-color:#00ff00; | {{#ifeq: {{{1|}}} | replaced | 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|}}} | unused | background-color:#ff4500; | {{#ifeq: {{{1|}}} | removed | background-color:#00ff00; | {{#ifeq: {{{1|}}} | check | background-color:#00ff00; | {{#ifeq: {{{1|}}} | ok | background-color:#00ff00; | {{#ifeq: {{{1|}}} | nok | background-color:#ff0000; | }} }} }} }} }} }} }} }} }} }} }}"|{{#ifeq: {{{1|}}} | done | done ✓ | {{#ifeq: {{{1|}}} | assigned | {{{2|}}} | {{#ifeq: {{{1|}}} | unassigned | | {{#ifeq: {{{1|}}} | NA | N/A | {{#ifeq: {{{1|}}} | unused | UNUSED | {{#ifeq: {{{1|}}} | replaced | replaced ✓ | {{#ifeq: {{{1|}}} | removed | removed ✓ | {{#ifeq: {{{1|}}} | check | ✓ | {{#ifeq: {{{1|}}} | ok | | {{#ifeq: {{{1|}}} | nok | | {{{1|}}} }} }} }} }} }} }} }} }} }} }}<noinclude> |
||
</blockquote> |
</blockquote> |
||
| Line 16: | Line 16: | ||
{| class="wikitable" |
{| class="wikitable" |
||
! Input || Output |
! Input || Output |
||
|- |
|||
| <nowiki>{{status|ok}}</nowiki> || {{status|ok}} |
|||
|- |
|||
| <nowiki>{{status|nok}}</nowiki> || {{status|nok}} |
|||
|- |
|- |
||
| <nowiki>{{status|unassigned}}</nowiki> || {{status|unassigned}} |
| <nowiki>{{status|unassigned}}</nowiki> || {{status|unassigned}} |
||
| Line 34: | Line 38: | ||
|- |
|- |
||
| <nowiki>{{status|deleted}}</nowiki> || {{status|deleted}} |
| <nowiki>{{status|deleted}}</nowiki> || {{status|deleted}} |
||
|- |
|||
| <nowiki>{{status||pending}}</nowiki> || {{status||pending}} |
|||
|} |
|} |
||
</blockquote> |
</blockquote> |
||