跳至內容

模板:Infobox OS/doc

維基百科,自由的百科全書

這是本頁的一個歷史版本,由GZWDer留言 | 貢獻2013年4月26日 (五) 05:27編輯。這可能和目前版本存在著巨大的差異。

本模板是使用於作業系統(OS)條目中的資訊框(信息框)。

使用方式

複製以下代碼,貼在條目頁面頂端,並填入其中內容(填入欄位說明如下)

{{Infobox OS
| name                   = 
| logo                   = 
| screenshot             = 
| caption                = 
| developer              = 
| family                 = 
| working_state          = 
| source_model           = 
| released               = 
| latest_release_version = 
| latest_release_date    = 
| latest_preview_version = 
| latest_preview_date    = 
| frequently_updated     = 
| marketing_target       = 
| language               = 
| prog_language          =
| updatemodel            = 
| package_manager        = 
| supported_platforms    = 
| kernel_type            = 
| userland               = 
| ui                     = 
| license                = 
| preceded_by            = 
| succeeded_by           = 
| website                = 
}}

欄位填寫說明

  • name = 名稱
  • logo = 標誌
  • caption = 圖片說明
  • screenshot = 螢幕截圖
  • website = 網站
  • developer = 研發公司
  • family = 家族
  • source_model = 原始碼模式
  • latest_release_version = 最新發行的版本
  • latest_release_date = 最新版本的發行日期(需與latest_release_version同時出現)
  • latest_preview_version = 測試版本
  • latest_preview_date = 測試版本的發行日期(需與latest_preview_version同時出現)
  • kernel_type = 核心類型
  • ui = 預設使用者界面
  • license = 軟體授權
  • working_state = 運行狀態(運作中還是已經成為歷史)
  • supported_platforms = 支援的平台,建議使用外部連結的方式
  • updatemodel = 更新方式(手動更新?自動更新?Windows Update?)
  • package_manager = 封包管理程式(例如:RPM、DEB、Ebuild、Slackware TGZ ...等)

詳細用法

A number of elements of this template need further explanation:

Family - This is the operating system family, examples include Microsoft Windows, Unix, and Unix-like. Linux is not a family, but rather a kernel. All Linux distributions are part of the Unix-like family.

Source model - This field is deprecated since it duplicates the license field.

Kernel type - For Linux distros, this should be [[Linux kernel|Linux]]. It should not be the name of a distro.

範例

Debian GNU/Linux
Debian logo
Screenshot of Debian 5.0 (「Lenny」)
Debian GNU/Linux 5.0 (「Lenny」)
開發者Debian Project
作業系統家族Unix-like
運作狀態Current
首次發布1993年8月16日 (1993-08-16)
當前版本4.0r2 Etch (2007年12月27日 (2007-12-27)
更新方式APT (several front-ends available)
軟體包管理系統dpkg
支援平台i386(x86), amd64(x86-64), PowerPC, SPARC, DEC Alpha, ARM, MIPS, HPPA, S390, IA-64
內核類別Monolithic (Linux, FreeBSD), Micro (Hurd)
使用者空間GNU
默認用戶界面GNOME, KDE, Xfce, and LXDE
許可證Free software, mainly the GNU GPL, and other licenses[1]
官方網站http://www.debian.org/
{{Infobox OS
| name                   = Debian GNU/Linux
| logo                   = [[File:Debian-OpenLogo.svg|Debian logo|50px]]
| screenshot             = [[File:DebianLenny.png|300px|Screenshot of Debian 5.0 (“Lenny”)]]
| caption                = Debian GNU/Linux 5.0 (“Lenny”)
| website                = [http://www.debian.org/ www.debian.org]
| developer              = Debian Project
| family                 = [[Unix-like]]
| source model           = [[Free and open source software]]
| released               = {{Start date|df=yes|1993|08|16}}
| frequently updated     = yes
| language               = 63 languages<ref name="lenny released">{{cite web|url=http://www.debian.org/News/2009/20090214.en.html|title=Debian GNU/Linux 5.0 released|accessdate=2009-02-15|publisher=Debian|date= 2009-02-14}}</ref>
| latest release version = 4.0r2 Etch
| latest release date    = {{release date|2007|12|27}}
| kernel type            = [[Monolithic kernel|Monolithic]] ([[Linux kernel|Linux]], [[FreeBSD]]), [[Microkernel|Micro]] ([[GNU Hurd|Hurd]])
| userland               = [[GNU Core Utilities|GNU]]
| ui                     = [[GNOME]], [[KDE]], [[Xfce]], and [[LXDE]]
| license                = [[Free software]], mainly the [[GNU GPL]], and other licenses<ref>{{cite web|url=http://www.debian.org/legal/licenses/|title=License information|publisher=Debian|accessdate=2009-02-28}}</ref>
| supported platforms    = [[IA-32|i386(x86)]], [[X86-64|amd64(x86-64)]], [[PowerPC]], [[SPARC]], [[DEC Alpha]], [[ARM architecture|ARM]], [[MIPS architecture|MIPS]], [[PA-RISC family|HPPA]], [[IBM eServer zSeries|S390]], [[IA-64]]
| updatemodel            = [[Advanced Packaging Tool|APT]] (several front-ends available)
| package manager        = [[dpkg]]
| working state          = Current
}}

參考資料

  1. ^ License information. Debian. [2009-02-28]. 

參見