User:Gzarkadas/Experiments/ChangesTable
From Avisynth
This works by nesting row template(s) inside the table template:
Wiki code:
{{Template:ChangesTable
{{Template:ChangesRow|v2.57|Added ChangesTable template}}
{{Template:ChangesRow|v2.57|Added ChangesRow template}}}}
Note that unlike the line break at the table's template start which does not affect the table's layout, putting a line break before the table's template end will result in a line break at the end of the 2nd cell of the last row.
Result:
| v2.57 | Added ChangesTable template |
| v2.57 | Added ChangesRow template |

