今天是2024年7月1日 第27周 星期一

代人,时大变了。

我们生活在大地上,但我们的梦想超越天空。

本页使用了标题或全文手工转换

“Template:Documentation”的版本间的差异

来自Akarin
跳到导航 跳到搜索
(???)
第1行: 第1行:
<!--
+
<div class="template-documentation"><!--
  Automatically add {{template sandbox notice}} when on a /sandbox page.
+
-->{{#ifeq:{{{heading|μ}}}|<!--**赋空值**-->
-->{{#ifeq: {{SUBPAGENAME}} | sandbox
+
  |<!--** 空 **-->
| <div style="clear: both;"></div>{{template sandbox notice}}
+
  |<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}}}}}
   Automatically add {{pp-template}} to protected templates.
+
   |<!--**   /doc 存在**   -->[[{{fullurl:{{{1|{{Documentation/docname}}}}}|action=edit}} 編輯]]
-->{{template other
+
   |<!--**/doc 不存在**-->[[{{fullurl:{{{1|{{Documentation/docname }}}}}|action=edit&preload={{{preload|Template:Documentation/preload}}}}} 創建]]
| {{#ifeq: {{PROTECTIONLEVEL:move}} | sysop
+
  }}</span>
   | {{pp-template}}
+
   }} <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>
  | {{#if: {{PROTECTIONLEVEL:edit}}
+
}}<!--
   | {{pp-template}}
 
   | <!--Not protected, or only semi-move-protected-->
 
   }}
 
  }}
 
}}<!--
 
  Start of green doc box.
 
-->{{documentation/core2
 
| heading = {{{heading| ¬}}}   <!--Empty but defined means no header-->
 
| heading-style = {{{heading-style|}}}
 
| content = {{{content|}}}
 
| link box = {{{link box|}}}   <!--So "link box=off" works-->
 
  
<!--Some namespaces must have the /doc, /sandbox and /testcases
+
--><div id="template_doc_page_transcluded" class="dablink plainlinks"><!--
   in talk space-->
+
  -->{{#ifexist: {{{1|{{Documentation/docname}}}}}
| docspace =
+
   |<!--**/doc存在**-->这个[[Wikipedia:模板文档頁模式|說明]]來自於本頁[[Wikipedia:嵌入包含|包含]]的[[{{{1|{{Documentation/docname}}}}}]]。<span style="font-size:smaller;font-style: normal;">([{{fullurl:{{{1|{{Documentation/docname}}}}}|action=edit}} 編輯] &#124; [{{fullurl:{{{1|{{Documentation/docname}}}}}|action=history}} 歷史])</span><br />
  {{#switch: {{SUBJECTSPACE}}
+
}}<!--
   | {{ns:0}}
 
  | {{ns:File}}
 
  | {{ns:MediaWiki}}
 
  | {{ns:Category}} = {{TALKSPACE}}
 
  | #default = {{SUBJECTSPACE}}
 
  }}
 
  
| 1 = {{{1|}}}  <!--Other docname, if fed-->
+
-->{{#switch: {{SUBPAGENAME}}
 
+
  |sandbox|testcases=<!--**在SANDBOX/TESTCASES页面下不要显示这些链接(注:中文没有)**-->
<!--The namespace is added in /core2-->
+
  |#default=
| template page
+
   {{#switch: {{SUBJECTSPACE}}
  {{#switch: {{SUBPAGENAME}}
+
   |{{ns:template}}
  | sandbox
+
   |{{ns:user}}=
  | testcases = {{BASEPAGENAME}}
+
    {{#ifexist: {{FULLPAGENAME}}/sandbox
  | #default = {{PAGENAME}}
+
    |这个模板有[[/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>}}供编辑者試驗。
}}<!--End of green doc box--><noinclude>
+
    |{{#ifexist: {{FULLPAGENAME}}/testcases
 
+
     |这个模板有[[/testcases|測試案例]] <small style="font-style: normal">([{{fullurl:{{ #rel2abs: /testcases }}|action=edit}} 編輯])</small> 供编辑者試驗。}}
<!-- Add categories and interwikis to the /doc subpage, not here! -->
+
}}}}}}
</noinclude>
+
</div>
 +
{{#if:{{{content|}}}|{{{content}}}|{{#ifexist:{{{1|{{Documentation/docname}}}}} | {{ {{{1|{{Documentation/docname}}}}} }} }}}}
 +
</div>

2010年7月27日 (二) 15:48的版本

[編輯] Template-info.svg 模板文档

Template:Stack 这个模板自动显示“模板文档”框,就像你现在看到的这样,文档框中的内容由其它页面生成。

用法

  1. 在主模板中增加<noinclude>{{Documentation}}</noinclude>
  2. 点击“编辑”链接,它将打开/doc子页面,并在那里填写文档。
  3. 將分類增加在/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:模板文件頁模式#分类链接。 如果文档页包含 includeonlynoinclude 标签并作为文档的一部分,请用“&lt;”替代“<”。

請勿在/doc子頁面裡再掛上{{Documentation}},以避免出錯

重定向