Template:Infobox Software: Difference between revisions
Jump to navigation
Jump to search
imported>Caesar Schinas (documentation) |
imported>Caesar Schinas m (Shorter headings; links) |
||
Line 25: | Line 25: | ||
|- | |- | ||
{{#if:{{{type|}}}| | {{#if:{{{type|}}}| | ||
! Software | ! Software type | ||
{{!}} {{{type}}} | {{!}} {{{type}}} | ||
}} | }} | ||
Line 35: | Line 35: | ||
|- | |- | ||
{{#if:{{{release_stable|}}}| | {{#if:{{{release_stable|}}}| | ||
! | ! Stable release | ||
{{!}} {{{release_stable}}} | {{!}} {{{release_stable}}} | ||
}} | }} | ||
|- | |- | ||
{{#if:{{{release_preview|}}}| | {{#if:{{{release_preview|}}}| | ||
! | ! Preview release | ||
{{!}} {{{release_preview}}} | {{!}} {{{release_preview}}} | ||
}} | }} | ||
Line 55: | Line 55: | ||
|- | |- | ||
{{#if:{{{os|}}}| | {{#if:{{{os|}}}| | ||
! Supported Operating | ! Supported [[Operating System|OSes]] | ||
{{!}} {{{os}}} | {{!}} {{{os}}} | ||
}} | }} | ||
|- | |- | ||
{{#if:{{{os_family|}}}| | {{#if:{{{os_family|}}}| | ||
! Operating System Family | ! [[Operating System|OS]] Family | ||
{{!}} {{{os_family}}} | {{!}} {{{os_family}}} | ||
}} | }} | ||
|- | |- | ||
{{#if:{{{kernel_type|}}}| | {{#if:{{{kernel_type|}}}| | ||
! Kernel Type | ! [[Kernel]] Type | ||
{{!}} {{{kernel_type}}} | {{!}} {{{kernel_type}}} | ||
}} | }} | ||
|- | |- | ||
{{#if:{{{ui_default|}}}| | {{#if:{{{ui_default|}}}| | ||
! Default User Interface | ! Default [[User Interface|UI]] | ||
{{!}} {{{ui_default}}} | {{!}} {{{ui_default}}} | ||
}} | }} | ||
|- | |- | ||
{{#if:{{{platform|}}}| | {{#if:{{{platform|}}}| | ||
! Supported | ! Supported [[Platform]]s | ||
{{!}} {{{platform}}} | {{!}} {{{platform}}} | ||
}} | }} |
Revision as of 09:07, 25 November 2008
This infobox can be used to display information about any type of software software
Usage
The following parameters are currently available:
{{Infobox Software | name = | logo = | screenshot = | website = | creator = | developer = | type = | release_first = | release_stable = | source_model = | licence = | os = | os_family = | kernel_type = | ui = | platform = }}
Examples
Acme Web Browser | |
File:Software icon | |
File:Software screenshot | |
Website | www.example.com |
---|---|
Developed by | Acme Corporation |
Software type | Web Browser |
Initial release | 1.0.0, 1st Jan 1995 |
Stable release | 2.5.12, 31st Nov 1999 |
Preview release | 3.0.0b5, 28th Oct 1999 |
Source model | Open Source |
Licence | GNU General Public License |
Supported OSes | Linux |
{{Template:Infobox_Software | name = Acme Web Browser | logo = Software_icon | screenshot = Software_screenshot | website = www.example.com | developer = Acme Corporation | type = [[Web Browser]] | release_first = 1.0.0, 1st Jan 1995 | release_stable = 2.5.12, 31st Nov 1999 | release_preview = 3.0.0b5, 28th Oct 1999 | source_model = [[Open Source]] | licence = [[GPL|GNU General Public License]] | os = [[Linux]] }}
Linux | |
Website | www.kernel.org |
---|---|
Developed by | the Open Source community |
Software type | Operating System |
Source model | Open Source |
Licence | GNU General Public License |
OS Family | Unix-like |
Kernel Type | Modular monolithic |
Supported Platforms | x86, x86-64, PowerPC, AMD64, ARM, DEC Alpha, HP PA-RISC, IA-64, MIPS, Motorola 68k, IBM S/390, Sun SPARC, |
{{Template:Infobox_Software | name = Linux | logo = Linux_Tux_Logo.png | screenshot = Gnome screenshot.png | website = www.kernel.org | creator = Linus Torvalds (Linux kernel) and Richard Stallman (GNU Utilities) | developer = the [[Open source community|Open Source community]] | type = [[Operating System]] | source_model = [[Open Source]] | licence = [[GNU General Public License]] | os_family = [[Unix-like]] | kernel_type = [[kernel module|Modular]] [[Monolithic kernel|monolithic]] | ui = usually [[Gnome]] or [[KDE]] | platform = [[x86]], [[x86-64]], [[PowerPC]], [[AMD64]], [[ARM]], [[DEC Alpha]], [[HP PA-RISC]], [[IA-64]], [[MIPS]], [[Motorola 68k]], [[IBM S/390]], [[Sun SPARC]], }}