Difference between revisions of "Template:Documentation subpage"

From SVR Wiki
Jump to: navigation, search
Line 1: Line 1:
{{#if:{{{Original-recipe|}}}{{{Orig|}}}
+
<includeonly>{{#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 -->
 
<table  class="messagebox" style="line-height:1.1em;" style=" background:#f9f9b7;">
 
<tr> <td rowspan="3" style="width:60px;text-align:center;" > [[Image:Edit-paste.svg|40px]]</td>
 
<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 -->
 
   | <!-- doc page -->
 
</includeonly>{{
 
</includeonly>{{
Line 23: Line 7:
 
       | image = [[File:Edit-copy green.svg|40px]]
 
       | image = [[File:Edit-copy green.svg|40px]]
 
       | text =  
 
       | text =  
'''This is a [[w:Wikipedia:Template documentation|documentation]] [[Help:Subpages|subpage]] for {{{1|[[:{{SUBJECTSPACE}}:{{BASEPAGENAME}}]]}}}'''
+
'''This is a [[Wikipedia:Template documentation|documentation]] [[Wikipedia:Subpages|subpage]] for {{{1|[[:{{SUBJECTSPACE}}:{{BASEPAGENAME}}]]}}}'''.<br />It contains usage information, [[Wikipedia:Categorization|categories]], [[w:Help:Interlanguage links|interlanguage links]] 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}}}}}}}}.  
<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, [[Help:Categories|categories]], [[w:Help:Interlanguage links|interlanguage links]] 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:{{{defaultsort|{{PAGENAME}}}}}}}{{
 
     }}{{DEFAULTSORT:{{{defaultsort|{{PAGENAME}}}}}}}{{
 
     #if: {{{inhibit|}}}
 
     #if: {{{inhibit|}}}
 
     | <!-- skip -->
 
     | <!-- skip -->
     | {{#ifeq:{{SUBJECTSPACE}}|Template|[[Category:Template documentation]]}}
+
     | <includeonly>{{#ifexist:{{NAMESPACE}}:{{BASEPAGENAME}}|[[Category:{{
 +
      #switch: {{SUBJECTSPACE}}
 +
      | Template = Template
 +
      | Module  = Module
 +
      | User      = User
 +
      | #default  = Wikipedia
 +
    }} documentation pages]]|[[Category:Documentation subpages without corresponding pages]]}}</includeonly>
 
   }}<includeonly>
 
   }}<includeonly>
 
| <!-- if not on a /doc subpage, do nothing -->
 
| <!-- if not on a /doc subpage, do nothing -->
Line 56: Line 25:
 
<!-- Add categories and interwikis to the /doc subpage, not here! -->
 
<!-- Add categories and interwikis to the /doc subpage, not here! -->
 
</noinclude>
 
</noinclude>
}}
 

Revision as of 16:29, 27 October 2013

Documentation icon Template documentation[view] [edit] [history] [purge]

Usage

{{documentation subpage}}

OR

{{documentation subpage|[[main 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.