Template:Achievement: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>AntumDeluge
add optional "assigned" parameter
imported>AntumDeluge
highlight "assigned" status
Line 7: Line 7:
| {{#ifeq: {{{status|}}} | vetoed
| {{#ifeq: {{{status|}}} | vetoed
| <span style="font-weight: bold; font-style: italic; color: darkred;">VETOED</span>
| <span style="font-weight: bold; font-style: italic; color: darkred;">VETOED</span>
| ''{{{status}}}''
| {{#ifeq: {{{status|}}} | assigned
| <span style="font-weight: bold; font-style: italic; color: darkblue;">ASSIGNED</span>
| ''{{{status}}}''
}}
}}
}}
}}
}}