Difference between revisions of "Template:Documentation subpage"

From SVR Wiki
Jump to: navigation, search
m (full width)
m (1 revision imported: Importing Navbox)
 
(115 intermediate revisions by 50 users not shown)
Line 1: Line 1:
{| style="width:100%; border:1px solid #CCC;"
+
<includeonly><!--
|- style="vertical-align:top;"
+
-->{{#ifeq:{{lc:{{SUBPAGENAME}}}} |{{{override|doc}}}
| style="width:30px;" | [[Image:Edit-paste.svg|30px]]
+
    | <!--(this template has been transcluded on a /doc or /{{{override}}} page)-->
| This is a [[template:documentation|documentation subpage]], where instructions, categories, or other information is stored for [[w:Project:Transclusion costs and benefits|technical reasons]]. To view the {{SUBJECTSPACE}} page itself, see {{{1|[[{{SUBJECTSPACE}}:{{BASEPAGENAME}}]]}}}.
+
</includeonly><!--
|} [[category:Documentation subpages<noinclude>| {{PAGENAME}}</noinclude>]]<noinclude>
 
==Documentation==
 
<pre>
 
&lt;noinclude&gt;{{documentation subpage}}&lt;/noinclude&gt;
 
or: &lt;noinclude&gt;{{documentation subpage|[[main page to link to]]}}&lt;/noinclude&gt;
 
</pre>
 
This template provides a link back to the main page after a user clicks the documentation's 'edit' button.
 
  
==See also==
+
      -->{{#ifeq:{{{doc-notice|show}}} |show
* {{links|template|documentation}}
+
          | {{Mbox
 +
            | type = notice
 +
            | style = margin-bottom:1.0em;
 +
            | image = [[File:Edit-copy green.svg|40px|alt=|link=]]
 +
            | text =
 +
'''This is a [[Wikipedia:Template documentation|documentation]] [[Wikipedia:Subpages|subpage]] for {{{1|[[:{{SUBJECTSPACE}}:{{BASEPAGENAME}}]]}}}'''.<br />It contains usage information, [[Wikipedia:Categorization|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}}}}}}}}.
 +
            }}
 +
        }}<!--
  
[[Category:documentation subpages| {{PAGENAME}}]]
+
      -->{{DEFAULTSORT:{{{defaultsort|{{PAGENAME}}}}}}}<!--
</noinclude>
+
 
 +
      -->{{#if:{{{inhibit|}}} |<!--(don't categorize)-->
 +
          |  <includeonly><!--
 +
              -->{{#ifexist:{{NAMESPACE}}:{{BASEPAGENAME}}
 +
                  | [[Category:{{#switch:{{SUBJECTSPACE}} |Template=Template |Module=Module |User=User |#default=Wikipedia}} documentation pages]]
 +
                  | [[Category:Documentation subpages without corresponding pages]]
 +
                  }}<!--
 +
          --></includeonly>
 +
        }}<!--
 +
 
 +
(completing initial #ifeq: at start of template:)
 +
--><includeonly>
 +
    | <!--(this template has not been transcluded on a /doc or /{{{override}}} page)-->
 +
    }}<!--
 +
--></includeonly><noinclude>{{Documentation}}</noinclude>

Latest revision as of 21:33, 20 June 2016

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.