Template:Programming language: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Initial template based on discussions at http://wiki.flightgear.org/index.php?title=Template_talk:Infobox_Software&oldid=127514.)
 
m (Missing brackets.)
Line 1: Line 1:
{{#switch: {{lc|{{{language|C++}}}}}
{{#switch: {{lc|{{{language|C++}}}}}
   | c          = C            {{main other|[[Category:C software]]
   | c          = C            {{main other|[[Category:C software]]}}
   | c++        = C++          {{main other|[[Category:C++ software]]
   | c++        = C++          {{main other|[[Category:C++ software]]}}
   | fortran    = FORTRAN      {{main other|[[Category:FORTRAN software]]
   | fortran    = FORTRAN      {{main other|[[Category:FORTRAN software]]}}
   | go        = Go          {{main other|[[Category:Go software]]
   | go        = Go          {{main other|[[Category:Go software]]}}
   | java      = Java        {{main other|[[Category:Java software]]
   | java      = Java        {{main other|[[Category:Java software]]}}
   | javascript = JavaScript  {{main other|[[Category:JavaScript software]]
   | javascript = JavaScript  {{main other|[[Category:JavaScript software]]}}
   | nasal      = Nasal        {{main other|[[Category:Nasal software]]
   | nasal      = Nasal        {{main other|[[Category:Nasal software]]}}
   | perl      = Perl        {{main other|[[Category:Perl software]]
   | perl      = Perl        {{main other|[[Category:Perl software]]}}
   | php        = Php          {{main other|[[Category:Php software]]
   | php        = Php          {{main other|[[Category:Php software]]}}
   | python    = Python      {{main other|[[Category:Python software]]
   | python    = Python      {{main other|[[Category:Python software]]}}
   | ruby      = Ruby        {{main other|[[Category:Ruby software]]
   | ruby      = Ruby        {{main other|[[Category:Ruby software]]}}
   | r          = R            {{main other|[[Category:R software]]
   | r          = R            {{main other|[[Category:R software]]}}
   | shell      = Shell script {{main other|[[Category:Shell script software]]
   | shell      = Shell script {{main other|[[Category:Shell script software]]}}
   | swift      = Swift        {{main other|[[Category:Swift software]]
   | swift      = Swift        {{main other|[[Category:Swift software]]}}
}}
}}
<noinclude>
<noinclude>

Revision as of 12:23, 11 September 2020



The following template description is not displayed when the template is inserted in an article.

Goal

This template is used to process programming language strings to return standardised names and categories.

Usage

Add this to the top of the article describing the software.

{{programming language
| language            = 
}}
language
The string representation of the programming language.

Examples

C++

  {{programming language|C++}}



  {{programming language|c++}}