跳转到内容

模板: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]. 

参见