Template:Infobox OS/doc

From Wikipedia, the free encyclopedia

This is a documentation subpage for Template:Infobox OS (see that page for the template itself).
It contains usage information, categories and other content that is not part of the original template page.

[edit] Usage

{{Infobox OS
| name                   = 
| logo                   = 
| screenshot             = 
| caption                = 
| website                = 
| developer              = 
| family                 = 
| source_model           = 
| released               = 
| latest_release_version = 
| latest_release_date    = 
| latest_test_version    = 
| latest_test_date       = 
| marketing_target       = 
| language               = 
| kernel_type            = 
| ui                     = 
| license                = 
| working_state          = 
| supported_platforms    = 
| updatemodel            = 
| package_manager        = 
}}


[edit] Example

Debian GNU/Linux
Debian logo

Debian Etch's default GNOME desktop
Website http://www.debian.org
Company/
developer
Debian Project
OS family GNU/Linux
Source model Free and open source software
Initial release 1994 (age 13–14)
Latest stable release 4.0r2 Etch / December 27, 2007 (2007-12-27); 166 days ago
Update method APT
Package manager dpkg
Supported platforms i386, AMD64, PowerPC, SPARC, DEC Alpha, ARM, MIPS, HPPA, S390, IA-64
Kernel type Monolithic (Linux)
Default user interface GNOME, KDE & Xfce
Working state Current
{{ infobox OS
| name                   = Debian GNU/Linux
| logo                   = [[Image:NonFreeImageRemoved.svg|Debian logo|50px]]
| screenshot             = [[Image:Debian-etch-gnome.png|250px]]
| caption                = Debian Etch's default [[GNOME]] desktop
| website                = http://www.debian.org
| developer              = Debian Project
| family                 = [[GNU]]/[[Linux]]
| source_model           = [[Free and open source software]]
| released               = {{birth year and age|1994}}
| latest_release_version = 4.0r2 Etch
| latest_release_date    = {{release date|2007|12|27}}
| kernel_type            = [[Monolithic kernel|Monolithic]] ([[Linux kernel|Linux]])
| ui                     = [[GNOME]], [[KDE]] & [[Xfce]]
| supported_platforms    = [[i386]], [[x86-64|AMD64]], [[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]]
| package_manager        = [[dpkg]]
| working_state          = Current
}}


[edit] See also