Difference between revisions of "Template:Infobox OS/doc"
imported>Tothwolf m (Removed stray float clear, Tidy) |
|||
| Line 1: | Line 1: | ||
{{documentation subpage}} | {{documentation subpage}} | ||
| − | |||
| − | |||
| − | |||
This template can be used to provide an at-a-glance summary for articles on computer [[operating system]]s. | This template can be used to provide an at-a-glance summary for articles on computer [[operating system]]s. | ||
| − | + | == Usage == | |
{| style="float: left; border: none;" | {| style="float: left; border: none;" | ||
|<pre> | |<pre> | ||
| Line 39: | Line 36: | ||
{{-}} | {{-}} | ||
| − | + | == Usage details == | |
A number of elements of this template need further explanation: | A number of elements of this template need further explanation: | ||
| Line 48: | Line 45: | ||
'''Kernel type''' - For Linux distros, this should be <nowiki>[[Linux kernel|Linux]]</nowiki>. It should not be the name of a distro. | '''Kernel type''' - For Linux distros, this should be <nowiki>[[Linux kernel|Linux]]</nowiki>. It should not be the name of a distro. | ||
| − | + | == Example == | |
{{Infobox OS | {{Infobox OS | ||
| name = Debian GNU/Linux | | name = Debian GNU/Linux | ||
| Line 91: | Line 88: | ||
</pre> | </pre> | ||
| − | + | == See also == | |
| − | |||
| − | |||
| − | |||
*{{tl|Infobox Software}} | *{{tl|Infobox Software}} | ||
*{{tl|Infobox Software2}} | *{{tl|Infobox Software2}} | ||
| Line 100: | Line 94: | ||
<includeonly> | <includeonly> | ||
| − | <!-- | + | <!-- ADD CATEGORIES BELOW THIS LINE --> |
[[Category:Software infobox templates|OS]] | [[Category:Software infobox templates|OS]] | ||
| + | <!-- ADD INTERWIKIS BELOW THIS LINE --> | ||
[[ar:قالب:نظام تشغيل]] | [[ar:قالب:نظام تشغيل]] | ||
[[ca:Plantilla:Infobox OS]] | [[ca:Plantilla:Infobox OS]] | ||
Revision as of 00:13, 9 October 2009
| This is a documentation subpage for Template:Infobox OS. It contains usage information, categories and other content that is not part of the original template page. |
This template can be used to provide an at-a-glance summary for articles on computer operating systems.
Contents
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 =
| frequently_updated =
| marketing_target =
| language =
| kernel_type =
| userland =
| ui =
| license =
| working_state =
| supported_platforms =
| updatemodel =
| package_manager =
}}
|
Usage details
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 does not mean licensing model. The primary source models are open source, closed source and shared source; however, if an OS is referred to by its vendor/provider as "free software" and all the software distributed with it is licensed with an FSF approved software license, then free and open source software may be used. If the source is provided but the use is restricted, use, commercial open source software. Things like Free software, Proprietary software, and Shareware are licensing models and should not be used here.
Kernel type - For Linux distros, this should be [[Linux kernel|Linux]]. It should not be the name of a distro.
Example
| File:Debian logo.png Debian Etch's default GNOME desktop | |
| Developer | Debian Project |
|---|---|
| OS family | Unix-like |
| Working state | Current |
| Source model | Open source |
| Initial release | 1994 (age 31–32) |
| Latest release | 4.0r2 Etch / Template:Release date |
| Repository | Script error: No such module "EditAtWikidata". |
| Update method | APT |
| Package manager | dpkg |
| Platforms | i386, AMD64, PowerPC, SPARC, DEC Alpha, ARM, MIPS, HPPA, S390, IA-64 |
| Kernel type | Linux |
| Default user interface | GNOME, KDE & Xfce |
| Official website | http://www.debian.org |
{{Infobox OS
| name = Debian GNU/Linux
| logo = [[Image:Debian-OpenLogo.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 = [[Unix-like]]
| source_model = [[Open source]]
| released = {{birth year and age|1994}}
| latest_release_version = 4.0r2 Etch
| latest_release_date = {{release date|2007|12|27}}
| kernel_type = [[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|HPPA]], [[IBM eServer zSeries|S390]], [[IA-64]]
| updatemodel = [[Advanced Packaging Tool|APT]]
| package_manager = [[dpkg]]
| working_state = Current
}}
See also
- {{Infobox Software}}
- {{Infobox Software2}}
- {{Infobox Website}}