< 模板:Ceil
Zeroclanzhang(讨论 | 贡献) (创建页面,内容为“{{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…”) |
(没有差异)
|
2024年1月21日 (日) 23:20的最新版本
| This is a documentation subpage for 模板:Ceil. It may contain usage information, categories and other content that is not part of the original 模板 page. |
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.
| 参数 | 描述 | 类型 | 状态 | |
|---|---|---|---|---|
| Operand | 1 | The operand of the ceiling function
| 单行文本 | 必需 |
Examples
{{ceil|45.23}}→ ⌈45.23⌉{{ceil|''x''}}→ ⌈x⌉{{ceil|{{sfrac|2''a''|''b''}}}}→ ⌈2a/b⌉
See also