Template:!!/doc

来自Minecraft基岩版开发Wiki
这是文档页面,它应该被放置到Template:!!,查看Template:Documentation以获取更多信息。

This template can be used to parse tables in templates as a shortcut to using {{!}} twice. For example, the table:

{| some table
|- some row
| some cell || some cell
|}

Can be coded as:

{{sometemplate|someparameter=
{{{!}} some table
{{!}}- some row
{{!}} some cell {{!!}} some cell
|}
}}

See also[编辑]