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

代人,时大变了。

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

本頁使用了標題或全文手工轉換

「Template:Documentation」修訂間的差異

出自Akarin
跳至導覽 跳至搜尋
(取消Alexander Misel对话)的编辑;更改回Liangent的最后一个版本)
(经过测试,新的Lua实现没有问题。)
行 1: 行 1:
<!--
+
{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude>
  Automatically add {{template sandbox notice}} when on a /sandbox page.
+
<!-- Categories go on the /doc subpage, and interwikis go on Wikidata. -->
-->{{#ifeq: {{SUBPAGENAME}} | sandbox
 
| <div style="clear: both;"></div>{{template sandbox notice|{{{livepage|}}}}}
 
}}<!--
 
  Automatically add {{pp-template}} to protected templates.
 
-->{{template other
 
| {{#ifeq: {{PROTECTIONLEVEL:move}} | sysop
 
  | {{pp-template|docusage=yes}}
 
  | {{#if: {{PROTECTIONLEVEL:edit}}
 
   | {{pp-template|docusage=yes}}
 
   | <!--Not protected, or only semi-move-protected-->
 
   }}
 
  }}
 
}}<!--
 
  Start of green doc box.
 
-->{{documentation/start box2
 
| preload = {{{preload|}}}  <!--Allow custom preloads-->
 
| heading = {{{heading|¬}}}  <!--Empty but defined means no header-->
 
| heading-style = {{{heading-style|}}}
 
| content = {{{content|}}}
 
 
 
<!--Some namespaces must have the /doc, /sandbox and /testcases
 
   in talk space-->
 
| docspace = {{documentation/docspace}}
 
 
 
| 1 = {{{1|}}}  <!--Other docname, if fed-->
 
 
 
<!--The namespace is added in /start box2-->
 
| template page = {{documentation/template page}}
 
 
 
}}<!-- Start content --><!--
 
  Start load the /doc content:
 
  Note: The line breaks between this comment and the next line are necessary
 
  so  "=== Headings ===" at the start and end of docs are interpreted.
 
-->
 
{{#switch: {{#if:{{{content|}}}|1|0}}{{#if:{{{1|}}}|1|0}}{{#ifexist:{{{1|}}}|1|0}}{{#ifexist:{{documentation/docspace}}:{{documentation/template page}}/doc|1|0}}
 
| 1000 | 1001 | 1010 | 1011 | 1100 | 1101 | 1110
 
| 1111 = {{{content|}}}
 
| 0110 | 0111 = {{ {{{1}}} }}
 
| 0001 | 0011 = {{ {{documentation/docspace}}:{{documentation/template page}}/doc }}
 
| 0000 | 0100 | 0010 | 0101 =
 
}}
 
<!--
 
  End load the /doc content:
 
  Note: The line breaks between this comment and the previous line are necessary
 
  so  "=== Headings ===" at the start and end of docs are interpreted.
 
-->{{documentation/end box2
 
| preload = {{{preload|}}}  <!--Allow custom preloads-->
 
| content = {{{content|}}}
 
| link box = {{{link box|}}}  <!--So "link box=off" works-->
 
 
 
<!--Some namespaces must have the /doc, /sandbox and /testcases
 
   in talk space-->
 
| docspace = {{documentation/docspace}}
 
 
 
| 1 = {{{1|}}}  <!--Other docname, if fed-->
 
 
 
<!--The namespace is added in /end box2-->
 
| template page = {{documentation/template page}}
 
 
 
}}<!--
 
  End of green doc box
 
--><noinclude>
 
 
 
<!-- Add categories and interwikis to the /doc subpage, not here! -->
 
 
</noinclude>
 
</noinclude>

於 2016年12月4日 (日) 15:08 的修訂

50px 模板文件[檢視] [編輯] [歷史] [清除快取]

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}},以避免出錯

重定向