قالب:جدول لغة برمجة

Template-info.svg Template documentation[view] [edit] [history] [purge]
توثيق القالب أدناه متضمن من قالب:جدول لغة برمجة/doc [عدل]

Usage

{{Infobox programming language
| name                   = 
| logo                   = 
| caption                = 
| file_ext               = 
| paradigm               = 
| year                   = Use {{Start date|YYYY}}
| designer               = 
| developer              = 
| latest_release_version = 
| latest_release_date    = 
| latest_test_version    = 
| latest_test_date       = 
| typing                 = 
| implementations        = 
| dialects               = 
| influenced_by          = 
| influenced             = 
| operating_system       = 
| license                = 
| website                = 
| wikibooks              = 
}}

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]]
| file_ext = .scm, .ss
| wikibooks = Scheme
}}
Scheme
Paradigmfunctional
Designed byGuy L. Steele and Gerald Jay Sussman
First appeared1970s
Typing disciplinestrong, dynamic
Filename extensions.scm, .ss
Major implementations
PLT Scheme, MIT Scheme, Scheme48, Guile
اللهجات
many
Influenced by
Lisp, ALGOL
Influenced
Common Lisp

Microformat

The HTML mark-up produced by this template includes an hCalendar microformat that makes event details readily parsable by computer programs. This aids tasks such as the cataloguing of articles and maintenance of databases. For more information about the use of microformats on Wikipedia, please visit the Microformat WikiProject.
Classes used

The HTML classes this microformat uses include:

  • attendee
  • contact
  • description
  • dtend
  • dtstart
  • location
  • organiser
  • summary
  • url
  • vevent
Please do not rename or remove these classes
nor collapse nested elements which use them.