Template:Paramtest: Difference between revisions
From FrathWiki
Jump to navigationJump to search
mNo edit summary |
m (More experiments) |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{{ | <table class="gridtable" border="1" cellspacing="0"> | ||
{{ #ifeq: {{{caption|}}} | 0 | | <caption>Coronal stops</caption> }} | |||
{{{ | <tr style="font-size: xx-small; text-align: center;"> | ||
<th>Dental</th> | |||
<th>Alveolar</th> | |||
<th>Postalveolar</th> | |||
</tr> | |||
<tr style="text-align: center;"> | |||
{{ #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> | |||
</table> |
Latest revision as of 07:13, 22 November 2006
Dental | Alveolar | Postalveolar |
---|---|---|