Template:Documentation subpage: Difference between revisions

From TestWiki
Content deleted Content added
No edit summary
m 1 revision imported
 
(50 intermediate revisions by 34 users not shown)
Line 1: Line 1:
{{#if:{{{Original-recipe|{{{Orig|}}}}}}
<includeonly><!--
| <!--
-->{{#ifeq:{{lc:{{SUBPAGENAME}}}} |{{{override|doc}}}
-->{{Mbox<!--
| <!--(this template has been transcluded on a /doc or /{{{override}}} page)-->
-->| type = content<!--
</includeonly><!--
-->| image = [[File:Edit-copy green.svg|40px|alt=|link=]]<!--

-->| text = <!--
-->{{#ifeq:{{{doc-notice|show}}} |show
---->此頁面是[[{{NAMESPACE}}:{{{1|{{BASEPAGENAME}}}}}]]的[[Wikipedia:模板文件頁模式|{{NSPN}}]]。<!--
| {{Mbox
----><small><!--
| type = notice
------>此頁面可能不打算被直接閱讀。<!--
| style = margin-bottom:1.0em;
------><br><!--
| image = [[File:Edit-copy green.svg.png|40px|alt=|link=]]
------>使用[[Help:魔术字#变量|變量]]的-{zh-hans:链接;zh-hant:連結;}-可能看起來已損壞,事實上,這是有用途的連結,因此請勿將其替換為[[寫死]]的頁面名稱或URL。<!--
| text =
----></small><!--
'''This is a [[:en:Wikipedia:Template documentation|documentation]] [[:en:Wikipedia:Subpages|subpage]] for {{{1|[[:{{SUBJECTSPACE}}:{{BASEPAGENAME}}]]}}}'''.<br />It contains usage information, [[:en:Wikipedia:Categorization|categories]] and other content that is not part of the original {{#if:{{{text2|}}} |{{{text2}}} |{{#if:{{{text1|}}} |{{{text1}}} |{{#ifeq:{{SUBJECTSPACE}} |{{ns:User}} |{{lc:{{SUBJECTSPACE}}}} template page |{{#if:{{SUBJECTSPACE}} |{{lc:{{SUBJECTSPACE}}}} page|article}}}}}}}}.
-->}}<!--
}}
-->{{#if:{{{inhib|{{{inhibit|x}}}}}}<!--
}}<!--
-->| <!--

-->{{DEFAULTSORT:{{{defaultsort|{{PAGENAME}}}}}}}<!--
-->| [[Category:模板說明文件|{{PAGENAME}}]]<!--
-->}}

| <!--
-->{{#if:{{{inhibit|}}} |<!--(don't categorize)-->
-->{{#switch:{{SUBPAGENAME}}<!--
| <includeonly><!--
-->| {{{override}}}| doc | Doc | documentation | Documentation | 文档 | 文件 = <!--
-->{{#ifexist:{{NAMESPACE}}:{{BASEPAGENAME}}
---->{{#ifeq:{{{doc-notice|show}}}<!--
| [[Category:{{#switch:{{SUBJECTSPACE}} |Template=Template |Module=Module |User=User |#default=Wikipedia}} documentation pages]]
---->| show<!--
| [[Category:Documentation subpages without corresponding pages]]
---->| <!--
}}<!--
------>{{Mbox<!--
--></includeonly>
}}<!--
------>| type = notice<!--
------>| image = [[File:Edit-copy green.svg|40px|alt=|link=]]<!--

------>| text = <!--
(completing initial #ifeq: at start of template:)
-------->'''此頁面是[[{{NAMESPACE}}:{{{1|{{BASEPAGENAME}}}}}]]的[[Wikipedia:模板文件頁模式|{{NSPN}}]]。'''<!--
--><includeonly>
--------><br><!--
| <!--(this template has not been transcluded on a /doc or /{{{override}}} page)-->
--------><small>此頁面可能包含了模板的使用說明、[[Wikipedia:頁面分類|分類]]和其他内容。</small><!--
}}<!--
------>}}<!--
--></includeonly><noinclude>{{Documentation}}</noinclude>
---->}}<!--
---->{{DEFAULTSORT:{{PAGENAME}}}}<!--
---->{{#if:{{{inhibit|}}}<!--
---->| <!--
---->| [[Category:{{#switch:{{NAMESPACE}}|User=用户|Wikipedia=维基百科|Template=模板}}说明文件]]<!--
---->}}<!--
-->}}
}}<noinclude>
{{documentation}}
<!-- Add categories and interwikis to the /doc subpage, not here! -->
</noinclude>

Latest revision as of 11:46, 29 July 2024

This template displays a message that the current page is a documentation subpage.

Usage[edit source]

{{Documentation subpage}}
or
{{Documentation subpage|[[Page where the documentation transcluded]]}}



[examples needed]

Userbox documentation[edit source]

To set this template to use "userbox" and "userbox page" rather than "template" and "template page" or "user template" and "user template page", use:

{{Userbox documentation subpage}}
or
{{Userbox documentation subpage|[[userbox page]]}}

Text customization[edit source]

The parameters |text1= and |text2= can be used to set the text of, respectively, the template's first and second lines. If text1 is set but not text2, both lines' text will derive from text1:

With text1 and text2

{{Documentation subpage |text1='''''text1 appears here''''' |text2='''''text2 appears here'''''}}

With text2 only

{{Documentation subpage |text2='''''text2 appears here'''''}}

With text1 only

{{Documentation subpage |text1='''''text1 appears here'''''}}

Other parameters[edit source]

|inhibit=yes will prevent this template from generating any categories. (By default, "Namespace documentation pages" (usually Category:Template documentation pages) is added, or Category:Documentation subpages without corresponding pages if the main page doesn't exist.)

Display[edit source]

This template should normally be placed at the top of /doc pages. It changes output depending on where it is viewed:

  • On a /doc page, it displays a box explaining template documentation and links to the template page.
  • On other pages – i.e. pages transcluding the /doc page – the template will not show. The template page itself (which contains {{Documentation}}) will automatically note that the documentation is transcluded from a subpage.

Functions[edit source]

In addition to its message, the template adds pages to Category:Template documentation pages, Category:User documentation pages, or similar (named after the subject space), but only for documentation pages in namespaces with the subpage feature. It defaults the sort key to the page name without namespace: Template:Foo, for example, would be sorted as "Foo", i.e. under "F".

See also[edit source]