Template:Infobox Software: Difference between revisions
Jump to navigation
Jump to search
imported>Caesar Schinas (Sorry...) |
imported>Caesar Schinas No edit summary |
||
Line 3: | Line 3: | ||
|- | |- | ||
{{#if:{{{name|}}}| | {{#if:{{{name|}}}| | ||
{{!}} colspan="2" style="text-align: center; font-size: | {{!}} colspan="2" style="text-align: center; font-size: 150%;" {{!}}'''{{{name}}}''' | ||
}} | }} | ||
|- | |- | ||
{{#if:{{{logo|}}}| | {{#if:{{{logo|}}}| | ||
{{!}} colspan="2" style="text-align: center; padding: | {{!}} colspan="2" style="text-align: center; padding: 0.5em;" {{!}} [[Image:{{{logo}}}|{{{logo_size|300x100px}}}]] | ||
}} | }} | ||
|- | |- | ||
{{#if:{{{screenshot|}}}| | {{#if:{{{screenshot|}}}| | ||
{{!}} colspan="2" style="text-align: center; padding: | {{!}} colspan="2" style="text-align: center; padding: 0.5em;" {{!}} [[Image:{{{screenshot}}}|{{{screenshot_size|300x300px}}}]] | ||
}} | }} | ||
|- | |- |
Revision as of 11:38, 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 |
---|---|
Created by | Linus Torvalds (Linux kernel) and Richard Stallman (GNU Utilities) |
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 |
Default UI | usually Gnome or KDE |
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]], }}