Template:Documentation subpage: Difference between revisions
en>Paine Ellsworth m (m) |
(Created page with "{{Documentation subpage}} {{high-use}} {{Distinguish|Template:Documentation}} This template displays a message that the current page is a documentation subpage. == Usage == : {{Template link expanded|Documentation subpage}} : or : {{Template link expanded|Documentation subpage |[[{{var|Page where the documentation is [[Help:Transclusion|transcluded]]}}]]}} ===Userbox documentation=== To set this template to use "userbox" and "userbox page" rather than "...") |
||
Line 1: | Line 1: | ||
{{Documentation subpage}} | |||
{{high-use}} | |||
{{Distinguish|Template:Documentation}} | |||
This template displays a message that the current page is a documentation subpage. | |||
== Usage == | |||
: {{Template link expanded|Documentation subpage}} | |||
: or | |||
: {{Template link expanded|Documentation subpage |[[{{var|Page where the documentation is [[Help:Transclusion|transcluded]]}}]]}} | |||
{{ | |||
===Userbox documentation=== | |||
To set this template to use "userbox" and "userbox page" rather than "{{lc:{{ns:Template}}}}" and "{{lc:{{ns:Template}}}} page" or "{{lc:{{ns:User}}}} template" and "{{lc:{{ns:User}}}} template page", use: | |||
: {{Template link expanded|Userbox documentation subpage}} | |||
: or | |||
: {{Template link expanded|Userbox documentation subpage |[[{{var|userbox page}}]]}} | |||
===Text customization=== | |||
The parameters {{para|text1}} and {{para|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'': | |||
{{Hidden begin |showhide=left |title=With ''text1'' and ''text2''}} | |||
<code><nowiki>{{Documentation subpage |text1='''''text1 appears here''''' |text2='''''text2 appears here'''''}}</nowiki></code> | |||
{{Documentation subpage |[''page''] |text1='''''text1 appears here''''' |text2='''''text2 appears here''''' |override={{lc:{{SUBPAGENAME}}<!-- Hack to allow example to appear, even when viewed from [[Template:Documentation subpage]] -->}}}} | |||
{{Hidden end}} | |||
{{Hidden begin |showhide=left |title=With ''text2'' only}} | |||
<code><nowiki>{{Documentation subpage |text2='''''text2 appears here'''''}}</nowiki></code> | |||
{{Documentation subpage |[''page''] |text2='''''text2 appears here''''' |override={{lc:{{SUBPAGENAME}}<!-- Hack to allow example to appear, even when viewed from [[Template:Documentation subpage]] -->}}}} | |||
{{Hidden end}} | |||
{{Hidden begin |showhide=left |title=With ''text1'' only}} | |||
<code><nowiki>{{Documentation subpage |text1='''''text1 appears here'''''}}</nowiki></code> | |||
{{Documentation subpage |[''page''] |text1='''''text1 appears here''''' |override={{lc:{{SUBPAGENAME}}<!-- Hack to allow example to appear, even when viewed from [[Template:Documentation subpage]] -->}}}} | |||
{{Hidden end}} | |||
( | ===Other parameters=== | ||
-- | {{para|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 == | |||
--> | 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 <code>{{Template link|Documentation}}</code>) will automatically note that the documentation is [[Help:Transclusion|transcluded]] from a subpage. | |||
== Module documentation == | |||
This template is automatically shown on /doc subpages in the [[Wikipedia:Namespace|module namespace]]. This is done automatically via [[MediaWiki:Scribunto-doc-page-header]]. | |||
== Automatic categorization == | |||
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 [[m:Help:Categories#Sort order|sort key]] to the page name without namespace: Template:Foo, for example, would be sorted as "Foo", i.e. under "F". | |||
== See also == | |||
<includeonly>{{#switch:{{FULLPAGENAME}} | |||
|Template:Userbox documentation subpage= | |||
*{{Template link|Userbox/categories}} | |||
*{{Template link|Userbox/citydoc}}}}</includeonly> | |||
*{{Template link|Documentation/see also}} | |||
*{{Template link|Documentation subpage}} | |||
*{{Template link|Userspace disclaimers}} | |||
*{{Template link|Userbox documentation subpage}} | |||
<includeonly>{{Sandbox other||<!-- Make sure only the template page is categorised. No subpages, and not after transclusion. This /doc page is reused, btw. | |||
-->{{#switch:{{FULLPAGENAME}} | |||
|Template:Documentation subpage = [[Category:Template documentation| ]] | |||
|Template:Userbox documentation subpage = [[Category:Template documentation| ]][[Category:Userboxes|Δ]] | |||
}} | |||
[[Category:Documentation header templates]] | |||
}}</includeonly> |
Revision as of 03:25, 19 June 2023
Template loop detected: Template:Documentation subpage
This template is used on many pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
This template displays a message that the current page is a documentation subpage.
Usage
{{Documentation subpage}}
- or
{{Documentation subpage|[[Page where the documentation is transcluded]]}}
Userbox documentation
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
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:
{{Documentation subpage |text1='''''text1 appears here''''' |text2='''''text2 appears here'''''}}
Template loop detected: Template:Documentation subpage
{{Documentation subpage |text2='''''text2 appears here'''''}}
Template loop detected: Template:Documentation subpage
{{Documentation subpage |text1='''''text1 appears here'''''}}
Template loop detected: Template:Documentation subpage
Other parameters
|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
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.
Module documentation
This template is automatically shown on /doc subpages in the module namespace. This is done automatically via MediaWiki:Scribunto-doc-page-header.
Automatic categorization
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
- {{Documentation/see also}}
- {{Documentation subpage}}
- {{Userspace disclaimers}}
- {{Userbox documentation subpage}}
This template is used on many pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
This template displays a message that the current page is a documentation subpage.
Usage
{{Documentation subpage}}
- or
{{Documentation subpage|[[Page where the documentation is transcluded]]}}
Userbox documentation
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
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:
{{Documentation subpage |text1='''''text1 appears here''''' |text2='''''text2 appears here'''''}}
Template loop detected: Template:Documentation subpage
This template is used on many pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
This template displays a message that the current page is a documentation subpage.
Usage
{{Documentation subpage}}
- or
{{Documentation subpage|[[Page where the documentation is transcluded]]}}
Userbox documentation
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
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:
{{Documentation subpage |text1='''''text1 appears here''''' |text2='''''text2 appears here'''''}}
Template loop detected: Template:Documentation subpage
{{Documentation subpage |text2='''''text2 appears here'''''}}
Template loop detected: Template:Documentation subpage
{{Documentation subpage |text1='''''text1 appears here'''''}}
Template loop detected: Template:Documentation subpage
Other parameters
|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
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.
Module documentation
This template is automatically shown on /doc subpages in the module namespace. This is done automatically via MediaWiki:Scribunto-doc-page-header.
Automatic categorization
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
{{Documentation subpage |text2='''''text2 appears here'''''}}
Template loop detected: Template:Documentation subpage
This template is used on many pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
This template displays a message that the current page is a documentation subpage.
Usage
{{Documentation subpage}}
- or
{{Documentation subpage|[[Page where the documentation is transcluded]]}}
Userbox documentation
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
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:
{{Documentation subpage |text1='''''text1 appears here''''' |text2='''''text2 appears here'''''}}
Template loop detected: Template:Documentation subpage
{{Documentation subpage |text2='''''text2 appears here'''''}}
Template loop detected: Template:Documentation subpage
{{Documentation subpage |text1='''''text1 appears here'''''}}
Template loop detected: Template:Documentation subpage
Other parameters
|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
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.
Module documentation
This template is automatically shown on /doc subpages in the module namespace. This is done automatically via MediaWiki:Scribunto-doc-page-header.
Automatic categorization
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
{{Documentation subpage |text1='''''text1 appears here'''''}}
Template loop detected: Template:Documentation subpage
This template is used on many pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
This template displays a message that the current page is a documentation subpage.
Usage
{{Documentation subpage}}
- or
{{Documentation subpage|[[Page where the documentation is transcluded]]}}
Userbox documentation
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
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:
{{Documentation subpage |text1='''''text1 appears here''''' |text2='''''text2 appears here'''''}}
Template loop detected: Template:Documentation subpage
{{Documentation subpage |text2='''''text2 appears here'''''}}
Template loop detected: Template:Documentation subpage
{{Documentation subpage |text1='''''text1 appears here'''''}}
Template loop detected: Template:Documentation subpage
Other parameters
|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
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.
Module documentation
This template is automatically shown on /doc subpages in the module namespace. This is done automatically via MediaWiki:Scribunto-doc-page-header.
Automatic categorization
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
Other parameters
|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
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.
Module documentation
This template is automatically shown on /doc subpages in the module namespace. This is done automatically via MediaWiki:Scribunto-doc-page-header.
Automatic categorization
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
- {{Documentation/see also}}
- {{Documentation subpage}}
- {{Userspace disclaimers}}
- {{Userbox documentation subpage}}