Template:Status: Difference between revisions

Content deleted Content added
imported>AntumDeluge
Add "status|replaced"
imported>AntumDeluge
Clean up & add "removed" status
Line 1:
<noinclude>== Template Output ==
style="{{#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;text-align:center; | {{#ifeq: {{{1|}}} | deleted | background-color:#87cefa; | {{#ifeq: {{{1|}}} | unused | background-color:#ff4500;text-align:center; | }} }} }} }} }} }} }}"|{{#ifeq: {{{1|}}} | done | done | {{#ifeq: {{{1|}}} | assigned | {{{2|}}} | {{#ifeq: {{{1|}}} | unassigned | | {{#ifeq: {{{1|}}} | NA | N/A | {{#ifeq: {{{1|}}} | unused | UNUSED | {{{1|}}} }} }} }} }} }}<noinclude>
 
<blockquote>
== Example ==
</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;text-align:center; | {{#ifeq: {{{1|}}} | deleted | background-color:#87cefa; | {{#ifeq: {{{1|}}} | unused | background-color:#ff4500;text | {{#ifeq: {{{1|}}} | removed | background-aligncolor:center#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 ✓ | {{{1|}}} }} }} }} }} }} }} }}<noinclude>
</blockquote>
 
== Description ==
 
Quick formatting for status of different elements on wiki.
 
== ExampleUsage ==
 
== Examples ==
 
<blockquote>
{| class="wikitable"
! Input || Output
! Filename || Source || Assigned || Status
|-
| <nowiki>{{status|unassigned}}</nowiki> || {{status|unassigned}}
|-
| <nowiki>{{status|done}}</nowiki> || {{status|done}}
|-
| foo <nowiki>{{status|| athorreplaced}}</island/fooNPC.javanowiki> || {{status|unassignedreplaced}} ||
|-
| bar || || <nowiki>{{status|assigned|bazremoved}}</nowiki> || {{status|doneremoved}}
|-
| qux || <nowiki>{{status|unusedassigned|user}}</nowiki> || {{status|assigned|user}} ||
|-
| quux || <nowiki>{{status|NAunused}}</nowiki> || {{status|corgeunused}} ||
|-
| || <nowiki>{{status|NA}} ||</nowiki> || {{status|deletedNA}}
|-
| <nowiki>{{status|| ||deleted}}</nowiki> || {{status|replaceddeleted}}
|}
</blockquote>
 
== See Also ==
 
* [[Templates|List of templates]]
* [[Special:WhatLinksHere/Template:{{PAGENAME}} | Pages using Template:{{PAGENAME}}]]