Zeile 6: |
Zeile 6: |
| <pre> | | <pre> |
| {{Color|Pink}} | | {{Color|Pink}} |
− | <span style="color:{{Color|Schwarz}} background:{{Color|Pink}}">Schwarzer Text mit pinken Hintergrund</span> | + | <span style="color:#{{Color|Schwarz}}; background:#{{Color|Pink}}; padding: .5em;">Schwarzer Text mit pinken Hintergrund</span> |
| </pre> | | </pre> |
| | | |
| === Beispiel === | | === Beispiel === |
| {{Color|Pink}} | | {{Color|Pink}} |
− | <span style="color:{{Color|Schwarz}} background:{{Color|Pink}} padding: .5em;">Schwarzer Text mit pinken Hintergrund</span> | + | <span style="color:#{{Color|Schwarz}}; background:#{{Color|Pink}}; padding: .5em;">Schwarzer Text mit pinken Hintergrund</span> |
| | | |
| </noinclude> | | </noinclude> |
Zeile 18: |
Zeile 18: |
| {{#if: {{{1|}}} | | | {{#if: {{{1|}}} | |
| {{#switch: {{{1|}}} | | {{#switch: {{{1|}}} |
− | | Pink = #ff4b57; | + | | Pink=ff4b57 |
− | | Schwarz = #000000; | + | | Schwarz=000000 |
− | | Weiss = #ffffff; | + | | Weiss=ffffff |
| }} | | }} |
| }} | | }} |
| </includeonly> | | </includeonly> |