模板:Least/doc
此页面是Template:Least的模板文档。 此页面可能包含了模板的使用说明、分类和其他内容。 |
目的
[编辑]This template can be used to restrict the size of an image displayed in an Infobox. It allows the editor to specify the width of an image. If the requested value is greater than the maximum value then the maximum value is returned. Otherwise the requested value is returned. It is designed to fail gracefully.
用法
[编辑]If the requested value is greater than the maximum value then the maximum value is returned.
If the requested value is less than the maximum value then the requested value is returned.
If the requested value is undefined or non numeric then the maximum value is returned.
If the maximum value is undefined then the result is undefined.
例子
[编辑]
{{least|200|100}}
--> 100
{{least|100|200}}
--> 100
{{least||200}}
--> 200
{{least|100px|200}}
--> 200
{{least|200}}
-->
参见
[编辑]