Шаблон:Least/doc

Мавод аз Википедиа — донишномаи озод

This helper template returns the least of two numbers. The motivation arises from a need to restrict the size of images displayed in Infoboxes. It allows the editor to specify the width of an image. If the requested width is greater than the maximum width, the maximum width is returned. Otherwise the requested width is returned. It is designed to fail gracefully.

Usage[вироиши манбаъ]

{{least | <requested width> | <maximum width> }}

If the requested value is less than the maximum value then the requested value is returned.
If the requested value is greater than the maximum value then the maximum value is returned.
If the requested value is undefined or cannot be parsed then the maximum value is returned.
If the maximum value is undefined then the result is undefined.

Examples[вироиши манбаъ]

{{least/sandbox|200|100}} → 100
{{least/sandbox|100|200}} → 100
{{least/sandbox||100}} → 100
{{least/sandbox|100|}}

See also[вироиши манбаъ]