Template:CRTV: Difference between revisions
Jump to navigation
Jump to search
Testing parser functions. |
Shortened the labels. |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{#switch: {{{v}}} | "A" = | {{ | ||
#switch: {{{v}}} | |||
| A = <span style="color:#008000; font-weight: bold">A</span> | |||
| I = <span style="color:#000000; font-weight: bold">I</span> | |||
| D = <span style="color:#808000; font-weight: bold">D</span> | |||
| H = <span style="color:#FF8000; font-weight: bold">H</span> | |||
| N = <span style="color:#800000; font-weight: bold">N</span> | |||
| F = <span style="color:#800080; font-weight: bold">F</span> | |||
| ? = <span style="color:#FF0000; font-weight: bold">?</span> | |||
}} | |||