Difference between revisions of "Template:Documentation subpage"
m (1 revision(s)) |
|||
Line 1: | Line 1: | ||
− | <includeonly><!-- | + | {{#if:{{{Original-recipe|}}}{{{Orig|}}} |
− | {{#ifeq: {{lc:{{SUBPAGENAME}}}} | {{{override|doc}}} | | + | |<!-- reconstruction of original Template:Template doc page pattern (now the redirected to " Template:Documentation subpage") template... ca mid-November 2007 --> |
− | </includeonly> | + | <table class="messagebox" style="line-height:1.1em;" style=" background:#f9f9b7;"> |
− | This [[Wikipedia:Subpages|subpage]] | + | <tr> <td rowspan="3" style="width:60px;text-align:center;" > [[Image:Edit-paste.svg|40px]]</td> |
− | {{DEFAULTSORT:{{PAGENAME}}}}{{#if:{{{inhibit|}}}|<!-- skip -->|[[Category: | + | <td> This is the [[Wikipedia:Template documentation|template documentation]]<!-- |
− | < | + | --> page for [[{{NAMESPACE}}:{{{1|{{BASEPAGENAME}}}}}]].</td></tr> |
+ | <tr><td><small>This page may not be intended to be viewed directly. <br/ | ||
+ | >Links using [[Help:Variable|variable]]s may appear broken; do not replace these with [[hardcoded]] page names or URLs.</small></td></tr> | ||
+ | </table>{{#if:{{{inhib|x}}}{{{inhibit|}}}|<!-- skip --->|<includeonly>[[Category:Template documentation|{{PAGENAME}}]]</includeonly> | ||
+ | }}<!-- Please retain the above original template... | ||
+ | |||
+ | There are templates formulated to [[WP:DPP]] that need this. | ||
+ | |||
+ | Of course, if you all want to start updating all the interwiki exported templates, go on making things more incompatible... queries to User:Fabartus. | ||
+ | |||
+ | ---> | ||
+ | |<includeonly>{{#ifeq: {{lc:{{SUBPAGENAME}}}} | {{{override|doc}}} | ||
+ | | <!-- doc page --> | ||
+ | </includeonly>{{ | ||
+ | #ifeq: {{{doc-notice|show}}} | show | ||
+ | | {{mbox | ||
+ | | type = notice | ||
+ | | image = [[File:Edit-copy green.svg|40px]] | ||
+ | | text = | ||
+ | '''This is a [[Wikipedia:Template documentation|documentation]] [[Wikipedia:Subpages|subpage]] for {{{1|[[{{SUBJECTSPACE}}:{{BASEPAGENAME}}]]}}}''' <small>(see that page for the {{ #if: {{{text1|}}} | {{{text1}}} | {{ #ifeq: {{SUBJECTSPACE}} | {{ns:User}} | {{lc:{{SUBJECTSPACE}}}} template | {{ #if: {{SUBJECTSPACE}} | {{lc:{{SUBJECTSPACE}}}} | article }}}}}} itself)</small>.<br />It contains usage information, [[Wikipedia:Categories|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}}}}}}}}. | ||
+ | }} | ||
+ | }}{{DEFAULTSORT:{{PAGENAME}}}}{{ | ||
+ | #if: {{{inhibit|}}} | ||
+ | | <!-- skip --> | ||
+ | | [[Category:{{ | ||
+ | #if: {{SUBJECTSPACE}} | ||
+ | | {{SUBJECTSPACE}} | ||
+ | | Article | ||
+ | }} documentation<noinclude>| </noinclude>]] | ||
+ | }}<includeonly> | ||
+ | | <!-- if not on a /doc subpage, do nothing --> | ||
+ | }}</includeonly><noinclude> | ||
+ | {{pp-template|small=yes}} | ||
{{documentation}} | {{documentation}} | ||
<!-- Add categories and interwikis to the /doc subpage, not here! --> | <!-- Add categories and interwikis to the /doc subpage, not here! --> | ||
</noinclude> | </noinclude> | ||
+ | }} |
Latest revision as of 11:21, 9 March 2009
40px | This is a documentation subpage for Template:Documentation subpage (see that page for the template itself). It contains usage information, categories and other content that is not part of the original template page. |
Usage
{{documentation subpage}}
OR
{{documentation subpage|[[main page to link to]]}}
Userboxes
When used to document usage of a userbox, it may be preferred to have this template state "userbox"/"userbox page" instead of "template"/"template page" or "user template"/"user template page". If this is preferred, use:
{{userbox documentation subpage}}
OR
{{userbox documentation subpage|[[main userbox page to link to]]}}
Customization of text
To manually change the text of the template, the "text1=your text here
" and/or "text2=your other text here
" parameters can be specified. "text1=
" changes the automatic text on the first line to your own word(s). "text2=
" changes the automatic text on the second line to your own word(s). If "text1=
" parameter is specified without the "text2=
" parameter, both the first and second line of text will be custom based on the text given in the "text1=
" parameter.
Example usage:
{{documentation subpage|text1=custom first and second line text}}
{{documentation subpage|text2=custom second line text only}}
{{documentation subpage|text1=custom first line text|text2=custom second line text}}
How it is displayed
This template should 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 (ie, 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
In addition to the output message, the template categorizes pages to Category:Template documentation, Category:User documentation, 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 (ie, "Foo" on "Template:Foo", so it would be sorted in categories under 'F').
See also
- Wikipedia:Template documentation for how this template is used.
General information about documentation for templates
{{ Documentation }} family
- Template:Documentation subpage/doc (backlinks, edit)
- Template:Documentation subpage/sandbox (backlinks, edit)
- Template:Documentation subpage/testcases (backlinks, edit)