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

代人,时大变了。

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

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

「Template:Documentation」修訂間的差異

出自Akarin
跳至導覽 跳至搜尋
(导入1个版本)
 
(未顯示由 24 位使用者於中間所作的 46 次修訂)
第1行: 第1行:
<!--
+
{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude>
  Automatically add {{template sandbox notice}} when on a /sandbox page.
+
<!-- Add categories to the /doc subpage -->
-->{{#ifeq: {{SUBPAGENAME}} | sandbox
 
| <div style="clear: both;"></div>{{template sandbox notice}}
 
}}<!--
 
  Automatically add {{pp-template}} to protected templates.
 
-->{{template other
 
| {{#ifeq: {{PROTECTIONLEVEL:move}} | sysop
 
  | {{pp-template}}
 
  | {{#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
 
   in talk space-->
 
| docspace =
 
  {{#switch: {{SUBJECTSPACE}}
 
  | {{ns:0}}
 
  | {{ns:File}}
 
  | {{ns:MediaWiki}}
 
  | {{ns:Category}} = {{TALKSPACE}}
 
  | #default = {{SUBJECTSPACE}}
 
  }}
 
 
 
| 1 = {{{1|}}}  <!--Other docname, if fed-->
 
 
 
<!--The namespace is added in /core2-->
 
| template page =
 
  {{#switch: {{SUBPAGENAME}}
 
  | sandbox
 
  | testcases = {{BASEPAGENAME}}
 
  | #default = {{PAGENAME}}
 
  }}
 
 
 
}}<!--End of green doc box--><noinclude>
 
 
 
<!-- Add categories and interwikis to the /doc subpage, not here! -->
 
 
</noinclude>
 
</noinclude>

於 2023年12月24日 (日) 19:41 的最新修訂

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

重新導向