Help:Table/example row template/doc
Help page
More actions
| This is a documentation subpage for Help:Table/example row template. It may contain usage information, categories and other content that is not part of the original help page. |
Example
{| class="wikitable sortable"
|-
! a
! b
! a/b
{{help:table/example row template| 50|200}}
{{help:table/example row template| 8| 11}}
{{help:table/example row template|1000| 81}}
|}gives:
| a | b | a/b |
|---|---|---|
| 50 | 200 | 0.25 |
| 8 | 11 | 0.72727272727273 |
| 1000 | 81 | 12.345679012346 |