Template:Infobox Software: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Caesar Schinas
(Make use of new Template:Infobox; see talk page.)
imported>Caesar Schinas
m (More sensible logo shape...)
Line 3: Line 3:
| title        = {{{name|}}}
| title        = {{{name|}}}


| 1_data      = {{#if:{{{logo|}}}|[[Image:{{{logo}}}|{{{logo_size|100x300px}}}]]}}
| 1_data      = {{#if:{{{logo|}}}|[[Image:{{{logo}}}|{{{logo_size|300x100px}}}]]}}
| 1_datastyle  = text-align:center; padding:0.5em;
| 1_datastyle  = text-align:center; padding:0.5em;
| 2_data      = {{#if:{{{screenshot|}}}|[[Image:{{{screenshot}}}|{{{logo_size|300x300px}}}]]}}
| 2_data      = {{#if:{{{screenshot|}}}|[[Image:{{{screenshot}}}|{{{logo_size|300x300px}}}]]}}

Revision as of 08:23, 3 May 2009


This infobox can be used to display information about software; either applications or operating systems. See the examples below.


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
Linux Tux Logo.png
Gnome screenshot.png
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]], 
}}