Chunk

Difference between revisions of "Extension"

From Joomla! Documentation

m (Adjusted site title)
(Remove mambot from the list)
(4 intermediate revisions by 3 users not shown)
Line 4: Line 4:
 
* [[Component]] (since {{JVer|1.0}}) – adds custom functions to your site that can be selected from menus
 
* [[Component]] (since {{JVer|1.0}}) – adds custom functions to your site that can be selected from menus
 
* [[Language]] (since {{JVer|1.0}}) – defines an additional language for your site
 
* [[Language]] (since {{JVer|1.0}}) – defines an additional language for your site
* [[Library]] (since {{JVer|1.6}}) – provides functions to be used by other extensions
+
* [[Library]] (since {{JVer|2.5}}) – provides functions to be used by other extensions
* [[Mambot]] (in {{JVer|1.0}}) – modifies content in articles
 
 
* [[Module]] (since {{JVer|1.0}}) – shows nonessential data in a side box, possibly on multiple pages
 
* [[Module]] (since {{JVer|1.0}}) – shows nonessential data in a side box, possibly on multiple pages
* [[Package]] (since {{JVer|1.6}}) – bundles related extensions
+
* [[Package]] (since {{JVer|2.5}}) – bundles related extensions
 
* [[Plugin]] (since {{JVer|1.5}}) – modifies content in articles or provides functions to extend other extensions
 
* [[Plugin]] (since {{JVer|1.5}}) – modifies content in articles or provides functions to extend other extensions
 
* [[Template]] (since {{JVer|1.0}}) – define the look, feel, and navigation capabilities of your site
 
* [[Template]] (since {{JVer|1.0}}) – define the look, feel, and navigation capabilities of your site
  
For an overview of the most important extension types and the functionality they provide, see [[What are the extension types?]]
+
For an overview of the most important extension types and the functionality they provide, see [[Extension types (general definitions)]].<noinclude>[[Category:Glossary definitions|{{PAGENAME}}]]</noinclude>

Revision as of 03:15, 10 July 2013

An extension is a software package that extends your Joomla! installation in some way. A small selection of extensions is included with the default Joomla! installation but many more are available from the Joomla! Extensions Directory.

The term extension is generic and the following specific extension types are available (listed alphabetically):

  • Component (since Joomla 1.0) – adds custom functions to your site that can be selected from menus
  • Language (since Joomla 1.0) – defines an additional language for your site
  • Library (since Joomla 2.5) – provides functions to be used by other extensions
  • Module (since Joomla 1.0) – shows nonessential data in a side box, possibly on multiple pages
  • Package (since Joomla 2.5) – bundles related extensions
  • Plugin (since Joomla 1.5) – modifies content in articles or provides functions to extend other extensions
  • Template (since Joomla 1.0) – define the look, feel, and navigation capabilities of your site

For an overview of the most important extension types and the functionality they provide, see Extension types (general definitions).