Jump to content

Template:Infobox programming language/doc

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mwtoews (talk | contribs) at 17:23, 24 August 2007 (start template doc). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Template:Template doc page viewed directly

Usage

{{Infobox programming language
| name                   = 
| logo                   = 
| paradigm               = 
| year                   = 
| designer               = 
| developer              = 
| latest_release_version = 
| latest_release_date    = 
| latest_test_version    = 
| latest_test_date       = 
| typing                 = 
| implementations        = 
| dialects               = 
| influenced_by          = 
| influenced             =
| operating_system       =
| license                =
| website                =
}}

Example

{{Infobox programming language
| name = Scheme
| paradigm = functional
| year = 1970s
| designer = [[Guy L. Steele]] and [[Gerald Jay Sussman]]
| typing = strong, dynamic
| dialects = many
| implementations = [[PLT Scheme]], [[MIT Scheme]], [[Scheme48]], [[GNU Guile|Guile]]
| influenced_by = [[Lisp programming language|Lisp]], [[ALGOL]]
| influenced = [[Common Lisp]]
}}
Scheme
Paradigmfunctional
Designed byGuy L. Steele and Gerald Jay Sussman
First appeared1970s
Typing disciplinestrong, dynamic
Major implementations
PLT Scheme, MIT Scheme, Scheme48, Guile
Dialects
many
Influenced by
Lisp, ALGOL
Influenced
Common Lisp