Documentation/preload: Difference between revisions
From Joomla! Documentation
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{documentation subpage}} | |||
Purpose of this template... | |||
== Functions/Features == | |||
== Usage == | |||
<!-- examples should be given using any of the following formats --> | |||
{{tlx|template name|foo|param=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.''' | |||
|} | |||
== | == Known Issues == | ||
? limitations, technical probs, namespace restrictions, rendering issues | |||
<includeonly> | |||
< | <!-- EDIT IN (calling) TEMPLATE CATEGORIES BELOW THIS LINE --> | ||
[[Category:Typing-aid templates |{{PAGENAME}}]] | |||
< | </includeonly> | ||
[[Category: | |||
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