Difference between revisions of "Template:Bus route table"
Jump to navigation
Jump to search
imported>Evad37 (colpsan for key) |
imported>Evad37 (allow notes spanning rows / turning off notes cell) |
||
| Line 17: | Line 17: | ||
<td rowspan={{{sspan|1}}}>{{{stop|}}}</td>}} | <td rowspan={{{sspan|1}}}>{{{stop|}}}</td>}} | ||
<th scope=row>{{{route|}}}</th> | <th scope=row>{{{route|}}}</th> | ||
| − | <td>{{{dest|}}}</td> | + | <td>{{{dest|}}}</td>{{#ifeq:{{{notes|}}}|none|| |
| − | <td>{{{notes|}}}</td> | + | <td rowspan={{{nspan|1}}}>{{{notes|}}}</td>}} |
</tr><noinclude></table></noinclude> | </tr><noinclude></table></noinclude> | ||
}} | }} | ||