今天是2024年11月5日 第45周 星期二
代人,时大变了。
我们生活在大地上,但我们的梦想超越天空。
“Template:Documentation”的版本间的差异
跳到导航
跳到搜索
小 (r2.7.3) (机器人添加:en:Template:Documentation, gu:ઢાંચો:Documentation/doc, hu:Sablon:Sablondokumentáció/doc) |
(update) |
||
第1行: | 第1行: | ||
− | < | + | <div class="template-documentation"><!-- |
− | <div style=" | + | -->{{#ifeq:{{{heading| μ}}}|<!--**赋空值**--> |
+ | |<!--** 空 **--> | ||
+ | |<div style="padding-bottom:3px; border-bottom: 1px solid #aaa; margin-bottom:1ex">{{#ifeq:{{{content| μ}}}|μ | ||
+ | |<span class="editsection plainlinks" id="doc_editlinks">{{#ifexist: {{{1|{{Documentation/docname}}}}} | ||
+ | |<!--** /doc 存在** -->[{{purge}}] [[{{fullurl:{{{1|{{Documentation/docname}}}}}|action=edit}} 編輯]] | ||
+ | |<!--**/doc 不存在**-->[[{{fullurl:{{{1|{{Documentation/docname }}}}}|action=edit&preload={{{preload|Template:Documentation/preload}}}}} 創建]] | ||
+ | }}</span> | ||
+ | }} <span style="{{#if:{{{heading-style|}}}|{{{heading-style}}}|{{#ifeq:{{NAMESPACE}}|{{ns:template}}|font-weight: bold; font-size: 125%|font-size: 150%}}}}">{{#if:{{{heading|}}}|{{{heading}}}|{{#ifeq:{{NAMESPACE}}|{{ns:template}}|[[File:Template-info.svg|50px]] 模板文 档| 文档}}}}</span></div> | ||
+ | }}<!-- | ||
− | {{{1}}}</ | + | --><div id="template_doc_page_transcluded" class="dablink plainlinks"><!-- |
− | [[ | + | -->{{#ifexist: {{{1|{{Documentation/docname}}}}} |
− | [[ | + | |<!--**/doc存在**-->这个[[Wikipedia:模板文档頁模式|說明]]來自於本頁[[Wikipedia:嵌入包含|包含]]的[[{{{1|{{Documentation/docname}}}}}]]。<span style="font-size:smaller;font-style: normal;">([{{fullurl:{{{1|{{Documentation/docname}}}}}|action=edit}} 編輯] | [{{fullurl:{{{1|{{Documentation/docname}}}}}|action=history}} 歷史])</span><br /> |
− | </ | + | }}<!-- |
+ | |||
+ | -->{{#switch: {{SUBPAGENAME}} | ||
+ | |sandbox|testcases=<!--**在SANDBOX/TESTCASES页面下不要显示这些链接(注:中 文 没有)**--> | ||
+ | |#default= | ||
+ | {{#switch: {{SUBJECTSPACE}} | ||
+ | |{{ns:template}} | ||
+ | |{{ns:user}}= | ||
+ | {{#ifexist: {{FULLPAGENAME}}/sandbox | ||
+ | |这个模板有[[/sandbox|沙盒]] <small style="font-style: normal">([{{fullurl:{{ #rel2abs: /sandbox }}|action=edit}} 編輯])</small> <!-- | ||
+ | -->{{#ifexist: {{FULLPAGENAME}}/testcases | ||
+ | |和 [[/testcases|測試案例]] <small style="font-style: normal">([{{fullurl:{{ #rel2abs: /testcases }}|action=edit}} 編輯])</small>}}供编辑者試驗。 | ||
+ | |{{#ifexist: {{FULLPAGENAME}}/testcases | ||
+ | |这个模板有[[/testcases|測試案例]] <small style="font-style: normal">([{{fullurl:{{ #rel2abs: /testcases }}|action=edit}} 編輯])</small> 供编辑者試驗。}} | ||
+ | }}}}}} | ||
+ | </div> | ||
+ | {{#if:{{{content|}}}|{{{content}}}|{{#ifexist:{{{1|{{Documentation/docname}}}}} | {{ {{{1|{{Documentation/docname}}}}} }} }}}} | ||
+ | </div> |
2012年11月4日 (日) 11:51的版本
[[[:Template:Purge]]] [編輯] 模板文档
本模板原先来自英文萌娘百科的Template:Documentation,依照 CC BY-SA 3.0 授权被引入;原始贡献者的名字可以在这里看到。 经过双方编辑者的修改,本模板可能已与它的来源大不相同。 |
此頁面是Template:Documentation的Templatedocumentation。 此頁面可能包含了模板的使用說明、分類和其他内容。 |
此Templatedocumentation被引用於約20,000個頁面中。 為了避免造成大規模的影響,所有對此Templatedocumentation的編輯應先於沙盒、測試樣例或您的使用者頁面上測試。 測試後無誤的版本可以一次性地加入此Templatedocumentation中,但是修改前請務必於討論頁發起討論。 |
Template:Stack 这个模板自动显示“模板文档”框,就像你现在看到的这样,文档框中的内容由其它页面生成。
用法
- 在主模板中增加
<noinclude>{{Documentation}}</noinclude>
。 - 点击“编辑”链接,它将打开/doc子页面,并在那里填写文档。
- 將分類增加在/doc子頁面的
<includeonly></includeonly>
中。
正常的/doc子页面
<noinclude>{{Documentation}}</noinclude>
任意/doc子页面
<noinclude>{{Documentation|Template:any page/doc}}</noinclude>
内联内容
<noinclude>{{Documentation|content=这是一个文档。}}</noinclude>
有[查看][编辑]链接的内联内容
<noinclude>{{Documentation |1 = Template:模板名/doc |content ={{Template:模板名/doc|参数}} }}</noinclude>
最佳用法
此代码应该放置在模板代码的底部“<noinclude>
”之前且不加多余的空格(否则会导致使用该模板的页面上出现多余空格)。参数可以像上面这样来使用以包含任意文档页。
用于模板本身的分类链接应该用 <includeonly> </includeonly>
标签来添加到文档页面。
更复杂的案例请参见 Wikipedia:模板文件頁模式#分类链接。
如果文档页包含 includeonly
或 noinclude
标签并作为文档的一部分,请用“<
”替代“<
”。
請勿在/doc子頁面裡再掛上{{Documentation}}
,以避免出錯
重定向
{{模板文档}}
{{Template doc}}
{{Documentation, template}}
{{Doc}}