模板:Ceil/doc

来自决策链云智库
< 模板:Ceil
Zeroclanzhang讨论 | 贡献2024年1月21日 (日) 23:20的版本 (创建页面,内容为“{{Documentation subpage}} == Usage == {{TemplateData header}} <templatedata> { "params": { "1": { "label": "Operand", "description": "The operand of the ceiling function", "example": "π", "type": "line", "required": true } }, "description": "Displays the parameter wrapped in ceiling symbols. This template is for display, not calculation.", "format": "inline" } </templatedata> == Examples == * {{#invoke:demoTemplate|ceil|45.23}} * {{#in…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

Usage

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Ceil in articles based on its TemplateData.

TemplateData for Ceil

Displays the parameter wrapped in ceiling symbols. This template is for display, not calculation.

模板参数

此模板首选参数不换行的行内格式。

参数描述类型状态
Operand1

The operand of the ceiling function

示例值
π
单行文本必需

Examples

  • {{ceil|45.23}} → ⌈45.23⌉
  • {{ceil|''x''}} → ⌈x
  • {{ceil|{{sfrac|2''a''|''b''}}}} → ⌈2a/b

See also