MCBBS Wiki欢迎您共同参与编辑!在参与编辑之前请先阅读Wiki方针。
如果在编辑的过程中遇到了什么问题,可以去讨论板提问。
为了您能够无阻碍地参与编辑 未验证/绑定过邮箱的用户,请尽快绑定/验证。
MCBBS Wiki GitHub群组已上线!
您可以在回声洞中发表吐槽!
服务器状态监控。点击进入
本站由MCBBS用户自行搭建,与MCBBS及东银河系漫游指南(北京)科技有限公司没有从属关系。点此了解 MCBBS Wiki 不是什么>>
模板:Documentation:修订间差异
跳到导航
跳到搜索
Sheep-realms(留言 | 贡献) (创建页面,内容为“<div class="template-documentation" style="background: aliceblue; padding: 1em; border: 1px solid #aaa;"><!-- --><div class="template-documentation-header" style="p…”) |
Salt lovely(留言 | 贡献) (替换两个外部链接 // 维基盐编辑器) |
||
(未显示3个用户的3个中间版本) | |||
第10行: | 第10行: | ||
|{{#ifexist: {{{1|{{Documentation/docname}}}}} |
|{{#ifexist: {{{1|{{Documentation/docname}}}}} |
||
|<!--**/doc 存在 **-->[[{{fullurl:{{{1|{{Documentation/docname}}}}}}} 查看]] [[{{fullurl:{{{1|{{Documentation/docname}}}}}|action=edit}} 编辑]] [[{{fullurl:{{{1|{{Documentation/docname}}}}}|action=history}} 历史]] |
|<!--**/doc 存在 **-->[[{{fullurl:{{{1|{{Documentation/docname}}}}}}} 查看]] [[{{fullurl:{{{1|{{Documentation/docname}}}}}|action=edit}} 编辑]] [[{{fullurl:{{{1|{{Documentation/docname}}}}}|action=history}} 历史]] |
||
|<!--**/doc 不存在**-->[[{{fullurl:{{{1|{{Documentation/docname |
|<!--**/doc 不存在**-->[[{{fullurl:{{{1|{{Documentation/docname}}}}}|action=edit}} 创建]] |
||
}} [[{{fullurl:{{FULLPAGENAME}}|action=purge}} 刷新]] |
}} [[{{fullurl:{{FULLPAGENAME}}|action=purge}} 刷新]] |
||
}}</span></div><!-- |
}}</span></div><!-- |
||
--><div id="template_doc_page_transcluded" class="dablink plainlinks" style="font-size:84%;"><!-- |
--><div id="template_doc_page_transcluded" class="dablink plainlinks" style="font-size:84%;"><!-- |
||
-->{{#if:{{{content|}}}| |
-->{{#if:{{{content|}}}| |
||
<!--内联文档**-->这个[[ |
<!--内联文档**-->这个[[project:模板文档页模式|文档]]是内联文档。 |
||
|{{#ifexist: {{{1|{{Documentation/docname}}}}} |
|{{#ifexist: {{{1|{{Documentation/docname}}}}} |
||
|<!--**/doc存在**-->这个[[ |
|<!--**/doc存在**-->这个[[project:模板文档页模式|文档]][[project:嵌入|嵌入]]自[[{{{1|{{Documentation/docname}}}}}]]。 |
||
}} |
}} |
||
}} |
}} |
||
第23行: | 第23行: | ||
{{#if:{{{content|}}}|{{{content}}}|{{#ifexist:{{{1|{{Documentation/docname}}}}} | {{ {{{1|{{Documentation/docname}}}}} }} }}}} |
{{#if:{{{content|}}}|{{{content}}}|{{#ifexist:{{{1|{{Documentation/docname}}}}} | {{ {{{1|{{Documentation/docname}}}}} }} }}}} |
||
</div> |
</div> |
||
<noinclude>[[Category: |
<noinclude>[[Category:元模板]]</noinclude> |
2022年10月4日 (二) 19:40的最新版本
这个模板用来显示和格式化模板的说明文档(一般写在模板的/doc
子页面),包括你正在阅读的本文。
{{Documentation}}既可以用来嵌入/doc
子页面,也可以用来进行内联嵌入;同时,将有一定的样式来标记文档部分。
使用{{Documentation}}能够将模板及其页面分离,从而避免内联文档的缺点(如被锁定后无法编辑说明、只选一个目录编辑可能会被系统误判为无限递归使用等)。
用法
这个模板用法非常简单:
- 在主模板页面底部添加
<noinclude>{{doc}}</noinclude>
。 - 点击“创建”链接,打开
/doc
子页面,并在子页面中填写文档。 - 在
/doc
子页面的底部添加<noinclude>[[分类:模板文档]]</noinclude>
。
至于效果,如你所见,这个显示在模板:Documentation页面的文档就是。
- 注意
- 模板主要内容的
<includeonly></includeonly>
与作为模板说明内容的<noinclude></noinclude>
之间不要换行,否则模板使用时会出现莫名其妙的空格或空行。 - 推荐使用
{{doc}}
而不是{{Documentation}}
,因为前者更加简洁明了且不易出现拼写错误。
其他模板的文档
你可以选择显示其他模板的文档,免去搬运或重定向重复文档的麻烦。
<noinclude>{{doc|模板:其他模板/doc}}</noinclude>
内联文档
内联文档是不显示/doc
子页面内容,直接编写的文档。
虽然不推荐内联文档,但是对于一些短小的文档,内联的确更加方便。这时候可以使用该模板的content参数:
<noinclude>{{doc|content= 内联文档 }}</noinclude>