Difference between revisions of "Template:Interval"

From Second Life Wiki
Jump to navigation Jump to search
m
m
Line 32: Line 32:
|-
|-
| {{{lth}}}
| {{{lth}}}
| Less than or equal to value for the hovertip, defaults to {{{gte}}}
| Less than or equal to value for the hovertip, defaults to {{{lt}}}
|-
|-
| {{{lteh}}}
| {{{lteh}}}
| Less than or equal to value for the hovertip, defaults to {{{gte}}}
| Less than or equal to value for the hovertip, defaults to {{{lte}}}
|}
|}


</noinclude>
</noinclude>

Revision as of 19:59, 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 {{{lt}}}
{{{lteh}}} Less than or equal to value for the hovertip, defaults to {{{lte}}}