Template:Median/doc
Appearance
This is a documentation subpage for Template:Median. It may contain usage information, categories and other content that is not part of the original template page. |
This template uses Lua: |
This template is used to find the median of a series of numbers.
Parameters
[edit]Parameters with a number as the value are the numbers to find the average of.
Examples
[edit]{{Median|10|20|30|40|50|1000}}
→ 35{{Median|10|20|30|50|1000}}
→ 30{{Median|10.1|20.1|30.1|50.1|1000.1}}
→ 30.1
See also
[edit]- {{Average}}