- 致编者:请牢记我们的域名wiki.mcbe-dev.net!
- 致编者:欢迎加入本Wiki的官方交流QQ群或Discord服务器!
- 基岩版1.19.31现已发布!(了解更多)
- Inner Core现已支持Xbox模组联机!(了解更多)
- 如果您是第一次来到本Wiki,欢迎注册一个账户
- 点击顶部的“编辑”或“编辑源代码”按钮即可编辑当前页面
- 请知悉:在不登录时也可以编辑和新建页面,但是您当前的IP地址会记录在编辑历史中
Template:Infobox ScriptAPI class/doc
From Minecraft基岩版开发Wiki
此模板是脚本API类的Infobox,请在手册的脚本API类页面使用。 |
{{infobox ScriptAPI class}}
应当被放在条目顶端,给予读者关于条目的基本信息。
模板参数[edit]
该模板是脚本API类的Infobox
Parameter | Description | Type | Status | |
---|---|---|---|---|
标题 | title | Infobox的标题,不填写时默认继承页面标题
| Page name | optional |
父类 | inherit | 该类继承自的父类 | String | optional |
子类 | children | 继承该类的子类,每两个类之间用星号隔开 | String | optional |
是否可构造 | construct | 该类是否可构造 | Boolean | optional |
所属模块 | module | 所属模块,可填写c、sa、se、sg、sn、su、s、va | String | optional |
支持模块版本 | versions | 支持该类的模块版本,每两个版本之间用分号隔开 | String | required |
加入版本 | added | 加入版本 | String | required |
弃用版本 | deprecated | 弃用版本 | String | optional |
移除版本 | removed | 移除版本 | String | optional |
所需实验性玩法 | experiment | 组件所依赖的实验性玩法,可填{{Experiment}}的参数,每两个参数之间用分号隔开 | String | optional |
示例[edit]
{{infobox ScriptAPI class | title = SomeClass | inherit = @minecraft/server.BaseClass | children = * @minecraft/server.ChildClass1 * @minecraft/server.ChildClass2 | construct = false | module = server | versions = ≥ 1.0.0 | added = 1.16.220 | experiment = gtst }}
参见[edit]
{{infobox}}