Chunk

Difference between revisions of "Extension"

From Joomla! Documentation

m
(Remove mambot from the list)
(9 intermediate revisions by 5 users not shown)
Line 1: Line 1:
An extension is a 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 [http://extensions.joomla.org Joomla! Extensions Site].
+
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 [http://extensions.joomla.org Joomla! Extensions Directory].
  
The term "extension" is generic and the following specific extension types are available:
+
The term ''extension'' is generic and the following specific extension types are available (listed alphabetically):
* [[Template]]
+
* [[Component]] (since {{JVer|1.0}}) – adds custom functions to your site that can be selected from menus
* [[Module]]
+
* [[Language]] (since {{JVer|1.0}}) – defines an additional language for your site
* [[Component]]
+
* [[Library]] (since {{JVer|2.5}}) – provides functions to be used by other extensions
* [[Plugin]] from Joomla! 1.5.0 onwards (formerly known as Mambots)
+
* [[Module]] (since {{JVer|1.0}}) – shows nonessential data in a side box, possibly on multiple pages
* [[Mambot]] in Joomla 1.0.x only (in later versions they are referred to as Plugins)
+
* [[Package]] (since {{JVer|2.5}}) – bundles related 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
 +
 
 +
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).