Actions

Template

Difference between revisions of "Documentation subpage"

From Unofficial Stationeers Wiki

(Blanked the page)
m (Reverted edits by 1user2user3 to last version by Malyctenar (using Huggle))
Line 1: Line 1:
 +
<includeonly>{{
 +
  #ifeq: {{lc:{{SUBPAGENAME}}}} | {{{override|doc}}}
 +
  | <!-- doc page -->
 +
</includeonly>{{
 +
    #ifeq: {{{doc-notice|show}}} | show
 +
    | <div class="messagebox" id="template_doc_page_viewed_directly" style="padding-left:1ex;">'''This is a [[Wikipedia:Template documentation|documentation]] [[Wikipedia:Subpages|subpage]] for {{{1|[[{{SUBJECTSPACE}}:{{BASEPAGENAME}}]]}}}''' <small>(see that page for the {{ #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: {{SUBJECTSPACE}} |{{lc:{{SUBJECTSPACE}}}} page|article}}. </div>
 +
  }}{{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-semi-template|small=yes}}
 +
----
 +
{{documentation}}<!--
 +
Add categories and interwikis to the /doc subpage, not here!
 +
--></noinclude>

Revision as of 08:17, 16 June 2008

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.
Template:Pp-semi-template
Template documentation[view] [edit] [history] [purge]

Template:Documentation subpage Is a template used to mark documentation subpages.

Usage

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

Text customization

The parameters |text1= and/or |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

|inhibit=yes will prevent this template from generating any categories. (By default, "Namespace documentation pages" (usually Category:Template documentation) 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.

Functions

In addition to its message, the template adds pages to Category:Template documentation, Category:Project 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: Template:Foo, for example, would be sorted as "Foo", i.e. under "F".