Difference between revisions of "Template:Bug"
Jump to navigation
Jump to search
(sp) |
|||
Line 4: | Line 4: | ||
{{#switch: {{{status}}} | {{#switch: {{{status}}} | ||
| new | | new | ||
| incomplete | | incomplete = "background:LightPink" | ||
| confirmed | | confirmed | ||
| triaged | | triaged = "background:LemonChiffon" | ||
| inprogress | | inprogress | ||
| | | fixcommitted = "background:LightSkyBlue" | ||
| fixed | | fixed = "background:PaleGreen;text-decoration:line-through" | ||
| invalid | | invalid | ||
| wontfix | | wontfix = "background:LightGray;text-decoration:line-through" | ||
}} | }} | ||
> | > |
Revision as of 12:28, 21 February 2017
This template provides a color-coded link to an Inkscape bug on Launchpad. For example, to link to bug #1662098, which has the status "invalid", use:
{{bug | id = 1662098 | status = invalid}}
This will render as lp:1662098
The list of valid status codes is:
- new
- incomplete
- confirmed
- triaged
- inprogress
- fixcommitted
- fixed
- invalid
- wontfix