Portal

Difference between revisions of "Component Development/Intro/zh-tw"

From Joomla! Documentation

< Portal:Component Development
(Created page with "什麼是 Joomlaǃ 元件?")
 
(Created page with "Joomla! 自帶一些核心元件,比方說內容管理系統、聯絡人表單等等。")
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<noinclude><languages /></noinclude>
 
<noinclude><languages /></noinclude>
 
This page contains many links to selected documentation concerning Component Development for {{JVer|2.5}} and {{JVer|3.x}}. A good place to start is with the '''[[#Intro to Component Development|Intro to Component Development]]''' articles below as they provide a good introductory base of knowledge to build on.
 
This page contains many links to selected documentation concerning Component Development for {{JVer|2.5}} and {{JVer|3.x}}. A good place to start is with the '''[[#Intro to Component Development|Intro to Component Development]]''' articles below as they provide a good introductory base of knowledge to build on.
{{tip|A component is a kind of Joomla! [[S:MyLanguage/extension|extension]]. Components are the main functional units of Joomla!; they can be seen as mini-applications. An easy [[S:MyLanguage/How Joomla! compares to an operating system|analogy]] would be that Joomla! is the operating system and the components are desktop applications. They are usually displayed in the center of the main content area of a template (depending on the template).
+
{{tip|元件是Joomla! [[S:MyLanguage/extension|擴充套件]] 的一種類型。元件是主要的 Joomla! 作用單元;它們可以被視為是一種小型應用。一個簡易的 [[S:MyLanguage/How Joomla! compares to an operating system|類比]],就是把  Jooml! 當成作業系統,而元件就是安裝的桌面應用程式。Joomla! 內容就是用元件產生,經常會出現在佈景主體頁面上,主要內容的中央(當然要視不同的佈景主題而定)
  
Most components have two main parts: an [[S:MyLanguage/Administrator (Application)|administrator]] part and a [[S:MyLanguage/Site (Application)|site]] part. The site part is what is used to render pages when being called during normal site operation. The administrator part provides an interface to configure and manage different aspects of the component and is accessible through the Joomla! [[S:MyLanguage/Administrator (Application)|administrator application]].
+
大多數的元件有兩個主要部分:[[S:MyLanguage/Administrator (Application)|administrator]] 部分以及[[S:MyLanguage/Site (Application)|site]]部分。Site 部分是用於產生頁面到您的網站上,當網站的訪客提出請求的時候,可以做些一般的網站操作;Administrator 部分提供一個介面讓管理者可以設定以及管理元件的其他面向,可以從Joomla! [[S:MyLanguage/Administrator (Application)|administrator application]]來訪問其介面。
  
Joomla! comes with a number of core components, like the content management system and contact forms.
+
Joomla! 自帶一些核心元件,比方說內容管理系統、聯絡人表單等等。
  
'''See also''': [[S:MyLanguage/Module|Module]], [[S:MyLanguage/Plugin|Plugin]], [[S:MyLanguage/Template|Template]]|title=什麼是 Joomlaǃ 元件?}}
+
'''延伸閱讀''': [[S:MyLanguage/Module|Module]], [[S:MyLanguage/Plugin|Plugin]], [[S:MyLanguage/Template|Template]]|title=什麼是 Joomlaǃ 元件?}}
  
 
<noinclude>
 
<noinclude>

Revision as of 00:06, 6 January 2021

Other languages:
български • ‎বাংলা • ‎Deutsch • ‎English • ‎español • ‎français • ‎Nederlands • ‎русский • ‎中文(台灣)‎

This page contains many links to selected documentation concerning Component Development for Joomla 2.5 and Joomla 3.x. A good place to start is with the Intro to Component Development articles below as they provide a good introductory base of knowledge to build on.

什麼是 Joomlaǃ 元件?

元件是Joomla! 擴充套件 的一種類型。元件是主要的 Joomla! 作用單元;它們可以被視為是一種小型應用。一個簡易的 類比,就是把 Jooml! 當成作業系統,而元件就是安裝的桌面應用程式。Joomla! 內容就是用元件產生,經常會出現在佈景主體頁面上,主要內容的中央(當然要視不同的佈景主題而定)。

大多數的元件有兩個主要部分:administrator 部分以及site部分。Site 部分是用於產生頁面到您的網站上,當網站的訪客提出請求的時候,可以做些一般的網站操作;Administrator 部分提供一個介面讓管理者可以設定以及管理元件的其他面向,可以從Joomla! administrator application來訪問其介面。

Joomla! 自帶一些核心元件,比方說內容管理系統、聯絡人表單等等。

延伸閱讀: Module, Plugin, Template