Template

Documentation/preload: Difference between revisions

From Joomla! Documentation

CirTap (talk | contribs)
mNo edit summary
 
CirTap (talk | contribs)
mNo edit summary
Line 1: Line 1:
<onlyinclude>Purpose of this template...
{{documentation subpage}}
Purpose of this template...


Provided features...
== Functions/Features ==


Restrictions on namespace...
== Usage ==
<!-- examples should be given using any of the following formats -->
{{tlx|template name|foo|param&#61;bar}}
<pre>{{template name|foo|param=bar}}</pre>
== Parameters ==
{|class="wikitable"
|-
!Parameter Name
!Parameter Description
!req./opt.
|-
|<nowiki>{{{1}}}</nowiki>
|description of unnamed parameter 1
|'''Required.'''
|-
|<nowiki>{{{foobar}}}</nowiki>
|description of named parameter 'foobar'
|'''Optional.'''
|}


==Parameters==
== Known Issues ==
if any
? limitations, technical probs, namespace restrictions, rendering issues


==Usage==
<includeonly>  
<pre>
<!-- EDIT IN (calling) TEMPLATE CATEGORIES BELOW THIS LINE -->
example calls
[[Category:Typing-aid templates |{{PAGENAME}}]]
</pre>
</includeonly>
 
Caveats, additional links, Categories
</onlyinclude>
[[Category:Template documentation]]

Revision as of 16:54, 26 October 2007

Purpose of this template...

Functions/Features

Usage

{{template name|foo|param=bar}}

{{template name|foo|param=bar}}

Parameters

Parameter Name Parameter Description req./opt.
{{{1}}} description of unnamed parameter 1 Required.
{{{foobar}}} description of named parameter 'foobar' Optional.

Known Issues

? limitations, technical probs, namespace restrictions, rendering issues