Template:Paramtest: Difference between revisions
From FrathWiki
Jump to navigationJump to search
m (Xprmntng) |
m (Testing parserfunctions) |
||
Line 1: | Line 1: | ||
<table border="1"> | <table border="1" cellspacing="0"> | ||
<tr style="font-size: xx-small"> | <tr style="font-size: xx-small"> | ||
<th | <th>Dental</th> | ||
<th>Alveolar</th> | <th>Alveolar</th> | ||
<th>Postalveolar</th> | <th>Postalveolar</th> | ||
</tr> | |||
<tr> | |||
{{ #if: {{{t_d|}}} | |||
| <!-- t_d is defined --> | |||
{{ #if: t_- | |||
| <!-- t_- is defined --> | |||
<td>{{{t_d|}}}</td> <td>{{{t|}}}</td> <td>{{{t_-|}}}</td> | |||
| <!-- t_- is not defined --> | |||
<td>{{{t_d|}}}</td> <td colspan="2">{{{t|}}}</td> | |||
}} | |||
| <!-- t_d is not defined --> | |||
{{ #if: t_- | |||
| <!-- t_- is defined --> | |||
<td colspan="2">{{{t|}}}</td> <td>{{{t_-|}}}</td> | |||
| <!-- t_- is not defined --> | |||
<td colspan="3">{{{t|}}}</td> | |||
}} | |||
}} | |||
</tr> | </tr> | ||
</table> | </table> |
Revision as of 11:16, 21 November 2006
Dental | Alveolar | Postalveolar |
---|---|---|