Extension/pt: Difference between revisions
From Joomla! Documentation
Created page with "Chunk:Extensão" |
Created page with "The term ''extension'' is generic and the following specific extension types are available: * Componente (since {{JVer|1.0}}) – adds custom functions to..." |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude><languages /></noinclude> | <noinclude><languages /></noinclude> | ||
Uma extensão é um pacote de software que de alguma forma estende a sua instalação do Joomla!. Uma pequena seleção de extensões está incluída com a instalação predefinida do Joomla!, mas estão disponíveis muitas mais em [http://extensions.joomla.org Joomla! - Diretoria de Extensões]. | |||
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: | ||
* [[Component]] (since {{JVer|1.0}}) – adds custom functions to your site that can be selected from menus | * [[Component/pt|Componente]] (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/pt|Idioma]] (since {{JVer|1.0}}) – defines an additional language for your site | ||
* [[Library]] (since {{JVer|2.5}}) – provides functions to be used by other extensions | * [[Library/pt|Biblioteca]] (since {{JVer|2.5}}) – provides functions to be used by other extensions | ||
* [[Module]] (since {{JVer|1.0}}) – shows nonessential data in a side box, possibly on multiple pages | * [[Module/pt|Módulo]] (since {{JVer|1.0}}) – shows nonessential data in a side box, possibly on multiple pages | ||
* [[Package]] (since {{JVer|2.5}}) – bundles related extensions | * [[Package/pt|Pacote]] (since {{JVer|2.5}}) – bundles related extensions | ||
* [[Plugin]] (since {{JVer|1.5}}) – modifies content in articles or provides functions to extend other extensions | * [[Plugin/pt|Plug-in]] (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/pt|Modelo]] (since {{JVer|1.0}}) – define the look, feel, and navigation capabilities of your site | ||
Para um resumo dos tipos de extensão mais importantes e a funcionalidade que eles fornecem, Consulte [[Extension types (general definitions)/pt|tipos de extensão (definições gerais)]].<noinclude>[[Category:Glossary definitions/pt|Glossário de definições|{{PAGENAME}}]]</noinclude> | |||
Latest revision as of 03:54, 30 November 2019
Uma extensão é um pacote de software que de alguma forma estende a sua instalação do Joomla!. Uma pequena seleção de extensões está incluída com a instalação predefinida do Joomla!, mas estão disponíveis muitas mais em Joomla! - Diretoria de Extensões.
The term extension is generic and the following specific extension types are available:
- Componente (since
) – adds custom functions to your site that can be selected from menus - Idioma (since
) – defines an additional language for your site - Biblioteca (since
) – provides functions to be used by other extensions - Módulo (since
) – shows nonessential data in a side box, possibly on multiple pages - Pacote (since
) – bundles related extensions - Plug-in (since
) – modifies content in articles or provides functions to extend other extensions - Modelo (since
) – define the look, feel, and navigation capabilities of your site
Para um resumo dos tipos de extensão mais importantes e a funcionalidade que eles fornecem, Consulte tipos de extensão (definições gerais).