Template:Checkbox (colored): Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly><span style="color: {{{color| | <includeonly><span style="color: {{#switch: {{{color|}}} | ||
{{#ifeq: {{{1|}}} | yes | ☑ | ☐ }} | |||
</span | | green | success = #28a745 | ||
| red | danger = #dc3545 | |||
| blue | info = #007bff | |||
| orange | warning = #fd7e14 | |||
| #default = {{{color|#000}}} | |||
}}; font-size: 1.2em;">{{#ifeq: {{{1|}}} | yes | ☑ | ☐ }}</span> {{{label|}}}</includeonly> | |||