Template:Status color
From QED
Syntax
{{status color|STATUS}}
The recognized values and the corresponding colors are as indicated below:
| wd | yellow | working draft | |
| lc | last call | ||
| cr | candidate | candidate recommendation | |
| pr | proposed | proposed recommendation | |
| rec | recommendation |
These are the colors used by the W3C to distinguish the status of documents.
Example
Here is the markup for the following table:
{|
|- {{bgc|{{status color|wd}}}}
| Working Draft
|- {{bgc|{{status color|lc}}}}
| Last Call
|- {{bgc|{{status color|cr}}}}
| Candidate Recommendation
|- {{bgc|{{status color|pr}}}}
| Proposed Recommendation
|- {{bgc|{{status color|rec}}}}
| Recommendation
|}
| Working Draft |
| Last Call |
| Candidate Recommendation |
| Proposed Recommendation |
| Recommendation |












