Difference between revisions of "Template:Interval/doc"
Jump to navigation
Jump to search
imported>MSGJ m (→Examples: sp) |
imported>MSGJ (→Examples: +eg) |
||
| Line 15: | Line 15: | ||
Then: | Then: | ||
| + | *{{tlx|Interval|2=n=1|3=2|4=4|5=6}} gives {{Interval|n=1|2|4|6}} because 1 is in the interval between the 0th and 1st values. | ||
*{{tlx|Interval|2=n=4|3=2|4=4|5=6}} gives {{Interval|n=4|2|4|6}} because 4 is in the interval between the 2nd and 3rd values. | *{{tlx|Interval|2=n=4|3=2|4=4|5=6}} gives {{Interval|n=4|2|4|6}} because 4 is in the interval between the 2nd and 3rd values. | ||
*{{tlx|Interval|2=n=5|3=2|4=4|5=6}} gives {{Interval|n=5|2|4|6}} because 5 is in the interval between the 2nd and 3rd values. | *{{tlx|Interval|2=n=5|3=2|4=4|5=6}} gives {{Interval|n=5|2|4|6}} because 5 is in the interval between the 2nd and 3rd values. | ||
Revision as of 14:41, 11 October 2011
| This is a documentation subpage for Template:Interval. It contains usage information, categories and other content that is not part of the original template page. |
Usage
This template determines which interval a given value lies in.
The intervals are defined by up to 4 unnamed parameters. The value to be determined is named parameter n.
Examples
Passing 2, 4 and 6 as the unnamed parameters defines the following intervals:
- -∞<x<2
- 2≤x<4
- 4≤x<6
- 6≤x<∞
Then:
{{Interval|n=1|2|4|6}}gives 0-1 because 1 is in the interval between the 0th and 1st values.{{Interval|n=4|2|4|6}}gives 2-3 because 4 is in the interval between the 2nd and 3rd values.{{Interval|n=5|2|4|6}}gives 2-3 because 5 is in the interval between the 2nd and 3rd values.{{Interval|n=6|2|4|6}}gives 3-4 because 6 is in the interval between the 3rd and 4th values.
See also
- Template:Intervals, a navbox about musical intervals.