Template:Documentation subpage/doc: Difference between revisions

From BoyWiki
No edit summary
Line 14: Line 14:


==See also==
==See also==
* [[Wikipedia:Template documentation]] for how this template is used.
* [[Template documentation]] for how this template is used.
{{ Documentation/doc/see also }}
<includeonly>
<includeonly>
<!-- categories and interwiki links -->
<!-- categories and interwiki links -->
[[Category:Template documentation| {{PAGENAME}}]]
[[Category:Template documentation| {{PAGENAME}}]]  
[[Category:Template namespace templates]]  
[[Category:General wiki templates]]
[[Category:General wiki templates]]




</includeonly>
</includeonly>

Revision as of 00:58, 18 December 2012


Usage

{{documentation subpage}}

OR

 {{documentation subpage|[[main page to link to]]|[[documentation to link to]]}}

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), it notes 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