Template

Difference between revisions of "Documentation/doc"

From Joomla! Documentation

< Template:Documentation
m
 
m (1 revision(s))
 
(7 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
&lt;noinclude&gt;{{documentation}}&lt;/noinclude&gt;
 
&lt;noinclude&gt;{{documentation}}&lt;/noinclude&gt;
 
or  
 
or  
&lt;noinclude&gt;{{documentation|template:any page}}&lt;/noinclude&gt;
+
&lt;noinclude&gt;{{documentation|:namespace:any article}}&lt;/noinclude&gt;
 +
or
 +
&lt;noinclude&gt;{{documentation|template page}}&lt;/noinclude&gt;
 
</pre>
 
</pre>
  
This code should be added at the bottom of the template code, with no extra space before "<code>&lt;noinclude&gt;</code>" (which would cause extra space on pages where the template is used). The parameter can be used as shown above to transclude an arbitrary documentation page.
+
This code should be added at the bottom of the template code, with no extra space before "<code>&lt;noinclude&gt;</code>" (which would cause extra space on pages where the template is used). The parameter can be used as shown above to transclude an arbitrary documentation page. If no argument/page name is provided the <tt>/doc</tt> subpage of the page is used -- just like this /doc page is used for it's parent.
  
 
Add categories and interwiki links to the documentation page inside &lt;includeonly&gt; tags.
 
Add categories and interwiki links to the documentation page inside &lt;includeonly&gt; tags.
Line 17: Line 19:
  
 
==Functions==
 
==Functions==
If the documentation page doesn't exist, the "edit" link includes a [[Mediawiki:Manual:Creating pages with preloaded text|preload]] parameter so that clicking it will pre-fill the edit form with the [[../preload/|basic documentation page]] format. The header depends on the namespace; for example, it will display "Template documentation" in the template namespace.
+
If the documentation page doesn't exist, the "edit" link includes a [http://www.mediawiki.org/wiki/Manual:Creating_pages_with_preloaded_text preload] parameter so that clicking it will pre-fill the edit form with the '''[[Template:Documentation/preload|basic documentation page]]''' format. The header depends on the namespace; for example, it will display "Template documentation" in the template namespace.
  
 
==Rationale==
 
==Rationale==
This template allows any page to use any documentation page, and makes it possible to protect templates while allowing anyone to edit the template's documentation, categories, and interwiki links. It also reduces server resources by circumventing a [[Wikipedia:Template limits|technical limitation of templates]] <!-- (see a [{{fullurl:Project:Village pump (technical)|diff=prev&oldid=69888944}} developer's explanation]) -->.
+
This template allows any page to use any documentation page, and makes it possible to protect templates while allowing anyone to edit the template's documentation, categories, and interwiki links. It also reduces server resources by circumventing a [[wikipedia:Wikipedia:Template limits|technical limitation of templates]]. See [{{fullurl:wikipedia:Project:Village pump (technical)|diff=prev&oldid=69888944}} Wikipedia Village pump] for a developer's explanation.
 
+
<noinclude>[[Category:Template documentation|!]]</noinclude>
<!-- for the template  -->
+
<!-- for the calling template  -->
 
<includeonly>
 
<includeonly>
[[Category:Template documentation| ]]
+
[[Category:Template documentation|!]]
 
[[Category:Formatting templates|Template documentation]]
 
[[Category:Formatting templates|Template documentation]]
 
</includeonly>
 
</includeonly>

Latest revision as of 12:47, 9 May 2008

This is a documentation subpage for Template:Documentation.
It contains usage information, categories and other content that is not part of the original template page.
To view the template page itself, see Template:Documentation.

This template automatically displays a documentation box like the one you read now, of which the content is taken from another page. It is intended for pages which are transcluded in other pages, i.e. templates, whether in the template namespace or not.

Usage[edit]

<noinclude>{{documentation}}</noinclude>
or 
<noinclude>{{documentation|:namespace:any article}}</noinclude>
or 
<noinclude>{{documentation|template page}}</noinclude>

This code should be added at the bottom of the template code, with no extra space before "<noinclude>" (which would cause extra space on pages where the template is used). The parameter can be used as shown above to transclude an arbitrary documentation page. If no argument/page name is provided the /doc subpage of the page is used -- just like this /doc page is used for it's parent.

Add categories and interwiki links to the documentation page inside <includeonly> tags.

If the documentation page contains <includeonly> or <noinclude> tags as part of the documentation, replace the "<" with "&lt;".

Functions[edit]

If the documentation page doesn't exist, the "edit" link includes a preload parameter so that clicking it will pre-fill the edit form with the basic documentation page format. The header depends on the namespace; for example, it will display "Template documentation" in the template namespace.

Rationale[edit]

This template allows any page to use any documentation page, and makes it possible to protect templates while allowing anyone to edit the template's documentation, categories, and interwiki links. It also reduces server resources by circumventing a technical limitation of templates. See Wikipedia Village pump for a developer's explanation.