Help:Table/example row template: Difference between revisions
Help page
More actions
Created page with "<includeonly>|- |{{{1}}}||{{{2}}}||{{#expr:{{{1}}}/{{{2}}}}}</includeonly><noinclude>{{documentation}}</noinclude>" |
(No difference)
|
Latest revision as of 02:22, 3 March 2025
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 |