Template:Average/doc: Difference between revisions
Template page
More actions
Created page with "{{documentation subpage}} {{lua|Module:Math}} This template is used to find the average (default mean) of a series of numbers. ==Parameters== Parameters with a number as the value are the numbers to find the average of. ==Examples== * <syntaxhighlight lang="wikitext" inline>{{Average|10|20|30|40|100000000}}</syntaxhighlight> → {{Average|10|20|30|40|100000000}} * <syntaxhighlight lang="wikitext" inline>{{Average|10|20|30|40|50|100000000}}</syntaxhighlight> → {{Avera..." |
(No difference)
|
Latest revision as of 05:01, 22 February 2025
| This is a documentation subpage for Template:Average. It may contain usage information, categories and other content that is not part of the original template page. |
| Uses Lua: |
This template is used to find the average (default mean) of a series of numbers.
Parameters
Parameters with a number as the value are the numbers to find the average of.
Examples
{{Average|10|20|30|40|100000000}}→ 20000020{{Average|10|20|30|40|50|100000000}}→ 16666691.666667{{Average|10|20|30|40|50|100000000|round=2}}→ 16666691.67
See also
- {{Median}}