No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
<td class="td-right">{{{position}}}</td> | <td class="td-right">{{{position}}}</td> | ||
</tr> | </tr> | ||
<tr> | |||
{{#if:{{{specialties|}}}| | |||
<td class="td-left">Position</td> | |||
<td class="td-right">{{{position}}}</td> | |||
</tr> | |||
|}} | |||
</table> | </table> | ||
</div> | </div> | ||
<noinclude> | |||
== Usage example == | |||
<pre> | |||
{{UserBox | |||
| name=First Last | |||
| photo=myphoto.jpg | |||
| affiliation=University of XXX | |||
| position=Postdoc | |||
| specialties=Diffusion, Perfusion | |||
}}</pre> | |||
</noinclude> |