Template:Color: Difference between revisions
Template page
More actions
Content deleted Content added
Created page with "<includeonly>{{#switch: {{{1|}}} | Green = <span style="color:green;">{{{2}}}</span> | Blue = <span style="color:#64b5f6;">{{{2}}}</span> | Purple = <span style="color:purple;">{{{2}}}</span> | Orange = <span style="color:orange;">{{{2}}}</span> | #default = {{{2}}} }}</includeonly>" |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly>{{#switch: {{{1|}}} |
<includeonly>{{#switch: {{{1|}}} |
||
| |
| green = <span style="color:green;">'''{{{2}}}'''</span> |
||
| |
| blue = <span style="color:#64b5f6;">'''{{{2}}}'''</span> |
||
| |
| purple = <span style="color:purple;">'''{{{2}}}'''</span> |
||
| |
| orange = <span style="color:orange;">'''{{{2}}}'''</span> |
||
| apurple = <span style="color:#E2AFFB;">'''{{{2}}}'''</span> |
|||
| agreen = <span style="color:#99FF8C;">'''{{{2}}}'''</span> |
|||
| #default = {{{2}}} |
| #default = {{{2}}} |
||
}}</includeonly> |
}}</includeonly> |
||