Template:Infobox OS/doc

From Simple English Wikipedia, the free encyclopedia

This template can be used to provide a summary for articles on computer operating systems.

Usage[change source]

{{{title}}}
Version of the {{{version_of}}} operating system
[[File:{{{logo}}}|{{{logo_size}}}|alt={{{logo_alt}}}]]
{{{logo_caption}}}
Screenshot
[[File:{{{screenshot}}}|{{{screenshot_size}}}|alt={{{screenshot_alt}}}]]
{{{caption}}}
Developer{{{developer}}}
Written in{{{programmed_in}}}
OS family{{{family}}}
Working state{{{working_state}}}
Source model{{{source_model}}}
Released to
manufacturing
{{{RTM_date}}}[1]
General
availability
{{{GA_date}}}[2]
Final release{{{latest release version}}} / {{{latest release date}}}[3]
Final preview{{{latest preview version}}} / {{{latest preview date}}}[4]
Repository{{{repo}}}
Marketing target{{{marketing_target}}}
Available in{{{language}}}
Update method{{{updatemodel}}}
Package manager{{{package_manager}}}
Platforms{{{supported_platforms}}}
Kernel type{{{kernel_type}}}
Userland{{{userland}}}
Influenced{{{influenced}}}
Influenced by{{{influenced_by}}}
Default
user interface
{{{ui}}}
License{{{license}}}
Preceded by{{{preceded_by}}}
Succeeded by{{{succeeded_by}}}
Official website{{{website}}}
Support status
Articles in the series
{{{other_articles}}}
{{Infobox OS
| name                   = <!-- Name of program or distribution -->
| logo                   = <!-- Filename only: no wikilink, Image: or File: -->
| logo size              = 
| logo caption           = 
| logo alt               = 
| screenshot             = <!-- Filename only: no wikilink, Image: or File: -->
| caption                = 
| screenshot_alt         = 
| collapsible            = 
| version of             = <!-- For articles about releases of operating systems ONLY -->
| developer              = <!-- Name of main developer or sponsor-->
| family                 = <!-- "Unix-like" or "Microsoft Windows" -->
| working state          = <!-- "Current", "Discontinued" (operating systems), or "No longer supported" (releases) -->
| source model           = <!-- "[[Open-source software|Open source]]", "Closed-source", or "Source-available" -->
| released               = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| discontinued           = <!-- DON'T use this for articles about releases of operating systems. -->
| RTM date               = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} ONLY for articles about OS releases -->
| GA date                = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} ONLY for articles about OS releases -->
| latest release version = 
| latest release date    = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| latest preview version = 
| latest preview date    = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| repo                   = <!-- {{URL|https://example.com}} -->
| marketing target       = 
| programmed in          = 
| language               = <!-- Supported human languages (English, French, Italian, Arabic, ...) -->
| language count         = 
| language footnote      = 
| update model           = <!-- APT, Windows Update, etc. -->
| package manager        = <!-- dpkg, rpm, Windows installer, etc. -->
| supported platforms    = <!-- [[IA-32]], [[x86-64]], [[Itanium]], [[ARM architecture|ARM]], etc. -->
| kernel type            = <!-- Hybrid, Monolithic, Microkernel, Exokernel, Nanokernel, etc. -->
| userland               = 
| ui                     = 
| license                = 
| preceded by            = 
| succeeded by           = 
| website                = <!-- {{URL|www.example.org}} -->
| support status         = <!-- For articles about releases of operating systems ONLY -->
| other articles         = 
}}

Parameters[change source]

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Infobox OS in articles based on its TemplateData.

TemplateData for Infobox OS

This template can be used to provide a summary for articles on computer operating systems and their particular releases.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Namename

Name of the infobox. This is used internally in combination with Template:Latest stable software release/'name' and is also displayed at the top of the infobox if the Title parameter is absent. It must be pure text. Do not include any wikimarkup in this parameter.

Default
PAGENAME
Stringrequired
Titletitle

Name of the operating system. Displayed at the top of the infobox. If not specified the 'Name' parameter or the PAGENAME are used. It should be plain text. Do not include a wikilink, hyperlink or image in this parameter.

Stringoptional
Logologo

An image path for the logo associated with this operating system. Logos used must comply with [[Wikipedia:Logos]] guidelines. For example: 'File:Microsoft Windows XP Logo.svg'

Fileoptional
Logo sizelogo size logo_size

A width for the image, including the 'px'; the default is '250px'. For example: '106px'

Stringoptional
Logo captionlogo caption logo_caption

Icon to display in the title

Contentoptional
Logo's alternative textlogo alt logo_alt

An alternative text for the logo. The alternative text is read by screen readers for the blind and must fill out the role of the logo.

Stringoptional
Screenshotscreenshot

A screenshot depicting the operating system in its default configuration. Screen shots should not include any non-standard themes, third-party applications, or personally identifiable information. For example: 'File:Windows 8 screenshot.png'

Fileoptional
Screenshot sizescreenshot_size

A width for the screenshot, including the 'px'; the default is '290px'. For example: '200px'

Stringoptional
Screenshot's alternative textscreenshot_alt

An alternative text for the screenshot. The alternative text is read by screen readers for the blind and must fill out the role of the screenshot.

Stringoptional
Captioncaption

A caption describing the screenshot. Use of the word 'screenshot' in the description can be considered redundant, as the template places the image in a section titled 'Screenshot'. For example: 'Screenshot of the Windows 8 desktop'

Contentoptional
Collapsiblecollapsible

If the screenshot is too big, this parameter set to 'yes' will collapse this

Default
no
Lineoptional
Version ofversion of version_of

Name of operating system. (For articles about particular operating system releases.)

Contentoptional
Developerdeveloper

Name of the current developer of the software product. It can be either an individual or an organization/business. For example: 'Microsoft'

Contentoptional
Programmed inprogrammed in prog language prog_language programmed_in

Programming languages this operating system is written in. For example: '[[C (programming language)|C]]'

Contentoptional
Familyfamily

The name of the family of operating systems that this version is a part of. Examples include '[[Microsoft Windows]]', '[[Unix-like]]' and '[[Mac OS]]'; 'Linux' and 'Mac OS X' are not OS families

Stringoptional
Working stateworking state working_state

Working state of the operating system. Can be 'Current', 'Discontinued', or 'No longer supported'

Lineoptional
Source modelsource model source_model

Source model of the operating system. Can be '[[Open-source software]]', '[[Closed-source]]', or '[[Source-available]]'. Do not use 'free software', 'free and open-source software' or 'FOSS' as they are mainly licensing models and may or may not use the 'open-source' development methodology

Lineoptional
Initial releasereleased

The date of first public release of operating system. Should be set to {{Start date and age|Year|Month|Day}}. The value of this field is not shown if 'RTM date' or 'GA date' parameters are set

Contentoptional
Discontinueddiscontinued

Set to 'yes' if operating system is discontinued. Note: operating-system versions cannot be discontinued; do not use this parameter in articles about operating-system versions

Default
no
Lineoptional
Released to manufacturingRTM date RTM_date first release date first_release_date

The date when operating system version was released to manufacturing. Should be set to {{Start date and age|Year|Month|Day}}. Any value in this field disables display of 'Released' parameter. Note: only particular versions of operating systems may be released to manufacturing; do not use this parameter in articles about operating systems

Contentoptional
Citation for release to manufacturing infoRTM url RTM_url

DEPRECATED. Do not use.

Unbalanced wikitextdeprecated
General availabilityGA date GA_date

The date when operating system version became generally available. Should be set to {{Start date and age|Year|Month|Day}}. Any value in this field disables display of 'Released' parameter. Note: only particular versions of operating systems may be released to manufacturing; do not use this parameter in articles about operating systems

Contentoptional
Citation for general availability infoGA url GA_url

DEPRECATED. Do not use.

Unbalanced wikitextdeprecated
Latest release versionlatest release version latest_release_version release version release_version

For operating systems, the version number of latest stable release (for example 'Windows 8.1'). For operating system versions, the version of latest stable build (for example '6.3.9600')

Lineoptional
Latest release datelatest release date latest_release_date release date release_date

The date of latest stable release (for operating systems) or build (for operating system versions). Should be set to {{Start date and age|Year|Month|Day}}

Contentoptional
Citation for release inforelease url release_url

DEPRECATED. Do not use.

Unbalanced wikitextdeprecated
Latest preview versionlatest preview version latest_preview_version preview version preview_version

For operating systems, the version number of latest preview ('beta', 'unstable', 'development') release (for example 'Windows 8 Consumer Preview'). For operating system versions, the version of latestpreview ('beta', 'unstable', 'development') build (for example '8250')

Lineoptional
Latest preview datelatest preview date latest_preview_date preview date preview_date

The date of latest preview ('beta', 'unstable', 'development') release (for operating systems) or build (for operating system versions). Should be set to {{Start date and age|Year|Month|Day}}

Contentoptional
Citation for preview infopreview url preview_url

DEPRECATED. Do not use.

Unbalanced wikitextdeprecated
Source code repositoryrepo

The online source code repository, if available. For example, the sourceforge or github project page. As with the website parameter, this should use the {{URL}} template. In the absence of this parameter, infobox attempts to acquire the repository link from Wikidata. This parameter overrides the Wikidata link.

Stringoptional
Marketing targetmarketing target marketing_target

Target audience of operating system or its version

Stringoptional
Language countlanguage count

Number of languages supported. Causes the list of languages to become collapsed.

Numberoptional
Language footnotelanguage footnote

A citation for the number of languages supported. (The list of languages can have an independent citation.) Include<ref> tags if you use the footnote system.

Unbalanced wikitextoptional
Languagelanguage human language human_language

Human languages this operating system is available in. Avoid stating just number of translations or wikilinking languages

Stringoptional
Update modelupdate model updatemodel update_model

Tools or methods of updating operating system

Stringoptional
Package managerpackage manager package_manager

Wikilinked name of package management software supplied with operating system

Contentoptional
Supported platformssupported platforms supported_platforms

Hardware platforms supported by operating system

Stringoptional
Kernel typekernel type kernel_type

Type of kernel of operating system. Possible values include '[[Monolithic kernel|Monolithic]]' or '[[Microkernel]]'. Note: for Linux distributions, this should be '[[Monolithic kernel|Monolithic]] ([[Linux kernel|Linux]])'

Contentoptional
Userlanduserland

(For Unix-like operating systems) type of userland of operating system. Examples include 'BSD' and '[[GNU Core Utilities|GNU]]'

Contentoptional
Influencedinfluenced

Name of technologies, software, devices or methodologies that this operating system influenced.

Stringoptional
Influenced byinfluenced by influenced_by

Name of other technology, software, devices or methodology that influenced the creation of this operating system.

Stringoptional
Default user interfaceui

User interface the default installation of operating system boots into

Contentoptional
Licenselicense

License or licensing model used for this operating system. May be set either to well-known license or licenses with wikilink (for example: '[[GPLv2]]'), or to licensing model ('[[Proprietary software|Proprietary]]' or '[[Freeware]]')

Contentoptional
Preceded bypreceded by preceded_by

For operating system: OS or list of OSs that were officially superseded by this operating system. For operating system versions: previous version of the operating system intended for the same target audience

Contentoptional
Succeeded bysucceeded by succeeded_by

For operating system: OS that officially superseded this operating system. For operating system versions: next version of the operating system intended for the same target audience

Stringoptional
Official websitewebsite

The web site URL of the software package. This URL must be readable in print. Therefore, you should use '{{tl|URL}}' template like this: '{{URL|http://www.example.com}}'. Avoid using printer-hostile forms like '[http://www.example.com Example website]'. In absence of this parameter, infobox attempts to acquire the website link from Wikidata. This parameter overrides the Wikidata link. (It is useful when a second infobox for something different is defined on a page.) In addition, the special value 'hide' suppresses this field, even in presence of a Wikidata link. (It is useful for articles that have several infoboxes and do not want all of them show a Wikidata link ad nauseam.)

Contentoptional
Support statussupport status support_status

Support status of operating system version. Not applicable to operating systems

Stringoptional
Other articlesother articles other_articles

List of very closely related articles. For loosely related articles, consider using the 'See also' section instead.

Contentoptional
Body stylebodystyle

CSS style rules to be applied to the entire infobox. Use only when absolutely necessary. Do not use for evil. ;)

Stringoptional

Moving release data outside the article[change source]

The subject's latest release version, latest release date, latest preview version and latest preview date can be moved outside the article. Users visiting the article may click the version number or "[±]" link in the infobox to edit that external source. This mode is very useful for articles about software products whose vendors keep releasing updates or newer versions. With this mode is enabled, users can quickly and effectively edit the release data without editing the article proper (and cluttering its edit history with inconsequential edits).

Note, however, that if |latest release version= or |latest preview version= parameters are explicitly specified, the infobox does not look for external sources. (This can be useful if, for example, the preview version is frequently updated, but the release version is not.)

To make the infobox retrieve release data from outside the article:

  1. Create an external source that supplies data for latest stable release. To do so:
    1. Copy and paste the following URL into your browser's address bar, replacing INFOBOX_NAME with the value supplied in |name= parameter of the infobox:
      //simple.wikipedia.org/w/index.php?title=Template:Latest_stable_software_release/INFOBOX_NAME&action=edit&preload=Template:LSR/syntax
    2. In the page that opens, fill in the required information.
    3. Save the page.
  2. Create an external source that supplies data for latest preview release. To do so:
    1. Copy and paste the following URL into your browser's address bar, replacing INFOBOX_NAME with the value suppplied in |name= parameter of the infobox:
      //simple.wikipedia.org/w/index.php?title=Template:Latest_preview_software_release/INFOBOX_NAME&action=edit&preload=Template:LPR/syntax
    2. In the page that opens, fill in the required information.
    3. Save the page.
  3. In the main article, delete |latest release version=, |latest release date=, |latest preview version= or |latest preview date= parameters.
  4. Save the article.
  5. Refresh the article.

Example[change source]

Microsoft Windows
DeveloperMicrosoft
Source model
Initial releaseNovember 20, 1985; 38 years ago (1985-11-20), as version 1.0 (unsupported)
Latest release22H2 (10.0.19045.3155) (June 27, 2023; 9 months ago (2023-06-27)[5]) [±]
Latest preview21H2 (10.0.19044.1415) (December 14, 2021; 2 years ago (2021-12-14)[6][7]) [±]
Marketing targetPersonal computing
Available in138 languages
Update method
Package managerWindows Installer (.msi, .msix, .msp), executable file (.exe), Universal Windows Platform (.appx, .appxbundle)
PlatformsIA-32, x86-64, ARM, ARM64
Previously: 16-bit x86, DEC Alpha, MIPS, PowerPC, Itanium
Kernel type
Default
user interface
Windows shell
LicenseProprietary commercial software
Official websitemicrosoft.com/windows
{{Infobox OS
| name = Microsoft Windows
| logo = Windows_darkblue_2012_svg.svg
| screenshot = 
| caption = 
| developer = [[Microsoft]]
| released = {{Start date and years ago|1985|11|20}}, as version 1.0 (unsupported)
| language = 138 languages
| package manager = [[Windows Installer]] (.msi, .msix, .msp), [[executable file]] (.exe), [[Universal Windows Platform]] ([[APPX|.appx]], .appxbundle)
| ui = [[Windows shell]]
| license = [[Proprietary software|Proprietary]] [[commercial software]]
| website = {{URL|microsoft.com/windows}}
| source_model = {{ubl
| [[Proprietary software|Closed-source]]
| [[Source-available software|Source-available]] (through [[Shared Source Initiative]])
}}
| latest release version = {{Latest stable software release/Windows 10}}
| latest preview version = {{Latest preview software release/Windows 10}}
| marketing_target = Personal computing
| kernel_type = {{plainlist|
* [[Windows NT]] family: [[Hybrid kernel|Hybrid]]
* [[Windows Embedded Compact|Windows CE]]: [[Hybrid kernel|Hybrid]]
* [[Windows 9x]] and earlier: [[Monolithic kernel|Monolithic]] ([[MS-DOS]])
}}
| supported_platforms = [[IA-32]], [[x86-64]], [[ARM architecture|ARM]], [[ARM64]] <br>Previously:  [[x86|16-bit x86]], [[DEC Alpha]], [[MIPS architecture|MIPS]], [[PowerPC]], [[Itanium]]
| updatemodel = {{unbulleted list|[[Windows Update]]|[[Windows Anytime Upgrade]]|[[Windows Store]]|[[Windows Server Update Services]] (WSUS)}}
}}

References

  1. {{{RTM_url}}}
  2. {{{GA_url}}}
  3. {{{release_url}}}
  4. {{{preview_url}}}
  5. "June 27, 2023—KB5027293 (OS Build 19045.3155) Preview". Microsoft Support. Microsoft.
  6. "Releasing Windows 10 Build 19044.1381 / 19043.1381 to Release Preview Channel". Windows Insider Blog. 2021-11-18.
  7. "December 14, 2021—KB5008212 (OS Builds 19041.1415, 19042.1415, 19043.1415, and 19044.1415)". Microsoft Support. Microsoft. December 14, 2021.

See also[change source]