Difference between revisions of "Template:Interval"
Jump to navigation
Jump to search
m |
m |
||
Line 1: | Line 1: | ||
{{HoverText|{{#if:{{{gte|}}}|<nowiki>[</nowiki>{{{gte|}}}|({{{gt}}}}}, {{#if:{{{lte|}}}|{{{lte|}}}<nowiki>]</nowiki>|{{{lt}}})}}|{{#if:{{{gte|}}}|{{{gteh|{{{gte|}}}}}} ≤|{{{gth|{{{gt}}}}}} <}} {{{center|value}}} {{#if:{{{lte|}}}|≤ {{{lteh|{{{lte|}}}}}}|< {{{lth|{{{lt}}}}}}}}}} | {{#if: | ||
{{Footnote|The ranges in this article are written in [http://en.wikipedia.org/wiki/Interval_(mathematics)#Notations_for_intervals Interval Notaiton].|The ranges in this article are written in Interval Notation.|handle=interval}} | |||
}}{{HoverText|{{#if:{{{gte|}}}|<nowiki>[</nowiki>{{{gte|}}}|({{{gt}}}}}, {{#if:{{{lte|}}}|{{{lte|}}}<nowiki>]</nowiki>|{{{lt}}})}}|{{#if:{{{gte|}}}|{{{gteh|{{{gte|}}}}}} ≤|{{{gth|{{{gt}}}}}} <}} {{{center|value}}} {{#if:{{{lte|}}}|≤ {{{lteh|{{{lte|}}}}}}|< {{{lth|{{{lt}}}}}}}}}}<noinclude> | |||
Parameters: | |||
{| | |||
! Parameter | |||
! Description | |||
|- | |||
| {{{gt}}} | |||
| Value is greater than this | |||
|- | |||
| {{{gte}}} | |||
| Value is greater than or equal to this | |||
|- | |||
| {{{lt}}} | |||
| Value is less than this | |||
|- | |||
| {{{lte}}} | |||
| Value is less than or equal to this | |||
|- | |||
| {{{center}}} | |||
| Center value in the hovertip | |||
|- | |||
| {{{gth}}} | |||
| Greater than value in the hovertip, defaults to {{{gt}}} | |||
|- | |||
| {{{gteh}}} | |||
| Greater than or equal to value for the hovertip, defaults to {{{gte}}} | |||
|- | |||
| {{{lth}}} | |||
| Less than or equal to value for the hovertip, defaults to {{{gte}}} | |||
|- | |||
| {{{lteh}}} | |||
| Less than or equal to value for the hovertip, defaults to {{{gte}}} | |||
|} | |||
</noinclude> |
Revision as of 09:13, 26 February 2010
({{{gt}}}, {{{lt}}})
Parameters:
Parameter | Description |
---|---|
{{{gt}}} | Value is greater than this |
{{{gte}}} | Value is greater than or equal to this |
{{{lt}}} | Value is less than this |
{{{lte}}} | Value is less than or equal to this |
{{{center}}} | Center value in the hovertip |
{{{gth}}} | Greater than value in the hovertip, defaults to {{{gt}}} |
{{{gteh}}} | Greater than or equal to value for the hovertip, defaults to {{{gte}}} |
{{{lth}}} | Less than or equal to value for the hovertip, defaults to {{{gte}}} |
{{{lteh}}} | Less than or equal to value for the hovertip, defaults to {{{gte}}} |