Template:Testing
From TSD Wiki
| Line 11: | Line 11: | ||
{{#if: {{{data1}}} | '''FieldName<sub>A1</sub>:''' | }} | {{#if: {{{data1}}} | '''FieldName<sub>A1</sub>:''' | }} | ||
| style="font-size:9pt" | | | style="font-size:9pt" | | ||
| − | {{#if: {{{data1}}}|{{{data1}}}|}} | + | {{#if: {{{data1}}}|{{{data1|data1}}}|}} |
|- | |- | ||
| style="color:#ffffff;background:#c0a0ee;font-size:9pt" | | | style="color:#ffffff;background:#c0a0ee;font-size:9pt" | | ||
{{#if: {{{data2}}} | '''FieldName<sub>A2</sub>:''' | }} | {{#if: {{{data2}}} | '''FieldName<sub>A2</sub>:''' | }} | ||
| style="font-size:9pt" | | | style="font-size:9pt" | | ||
| − | {{#if: {{{data2}}}|{{{data2}}}|}} | + | {{#if: {{{data2}}}|{{{data2|data2}}}|}} |
|- | |- | ||
|} | |} | ||