13 lines
161 B
Text
13 lines
161 B
Text
@(collect)
|
|
@char,@speech
|
|
@(end)
|
|
@(output :filter :to_html)
|
|
<table>
|
|
@ (repeat)
|
|
<tr>
|
|
<td>@char</td>
|
|
<td>@speech</td>
|
|
</tr>
|
|
@ (end)
|
|
</table>
|
|
@(end)
|