Template:Programming language: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
mNo edit summary
(More unwanted space removal.)
Line 1: Line 1:
{{#if: {{{1|}}}
{{#if: {{{1|}}}
   | {{#switch: {{lc:{{{1|}}}}}
   | {{#switch: {{lc:{{{1|}}}}}
       | c          = {{{pre|}}}C<!--
       | c          ={{{pre|}}}C<!--
                  -->{{main other|[[Category:C software]]}}
                -->{{main other|[[Category:C software]]}}
       | c++        = {{{pre|}}}C++<!--
       | c++        ={{{pre|}}}C++<!--
                  -->{{main other|[[Category:C++ software]]}}
                -->{{main other|[[Category:C++ software]]}}
       | fortran    = {{{pre|}}}FORTRAN<!--
       | fortran    ={{{pre|}}}FORTRAN<!--
                  -->{{main other|[[Category:FORTRAN software]]}}
                -->{{main other|[[Category:FORTRAN software]]}}
       | go        = {{{pre|}}}Go<!--
       | go        ={{{pre|}}}Go<!--
                  -->{{main other|[[Category:Go software]]}}
                -->{{main other|[[Category:Go software]]}}
       | java      = {{{pre|}}}Java<!--
       | java      ={{{pre|}}}Java<!--
                  -->{{main other|[[Category:Java software]]}}
                -->{{main other|[[Category:Java software]]}}
       | javascript = {{{pre|}}}JavaScript<!--
       | javascript ={{{pre|}}}JavaScript<!--
                  -->{{main other|[[Category:JavaScript software]]}}
                -->{{main other|[[Category:JavaScript software]]}}
       | nasal      = {{{pre|}}}Nasal<!--
       | nasal      ={{{pre|}}}Nasal<!--
                  -->{{main other|[[Category:Nasal software]]}}
                -->{{main other|[[Category:Nasal software]]}}
       | perl      = {{{pre|}}}Perl<!--
       | perl      ={{{pre|}}}Perl<!--
                  -->{{main other|[[Category:Perl software]]}}
                -->{{main other|[[Category:Perl software]]}}
       | php        = {{{pre|}}}Php<!--
       | php        ={{{pre|}}}Php<!--
                  -->{{main other|[[Category:Php software]]}}
                -->{{main other|[[Category:Php software]]}}
       | python    = {{{pre|}}}Python<!--
       | python    ={{{pre|}}}Python<!--
                  -->{{main other|[[Category:Python software]]}}
                -->{{main other|[[Category:Python software]]}}
       | ruby      = {{{pre|}}}Ruby<!--
       | ruby      ={{{pre|}}}Ruby<!--
                  -->{{main other|[[Category:Ruby software]]}}
                -->{{main other|[[Category:Ruby software]]}}
       | r          = {{{pre|}}}R<!--
       | r          ={{{pre|}}}R<!--
                  -->{{main other|[[Category:R software]]}}
                -->{{main other|[[Category:R software]]}}
       | shell      = {{{pre|}}}Shell script<!--
       | shell      ={{{pre|}}}Shell script<!--
                  -->{{main other|[[Category:Shell script software]]}}
                -->{{main other|[[Category:Shell script software]]}}
       | swift      = {{{pre|}}}Swift<!--
       | swift      ={{{pre|}}}Swift<!--
                  -->{{main other|[[Category:Swift software]]}}
                -->{{main other|[[Category:Swift software]]}}
       | #default  = {{{pre|}}}{{{1}}}<!--
       | #default  ={{{pre|}}}{{{1}}}<!--
                  -->{{main other|[[Category:Unknown software]]}}
                -->{{main other|[[Category:Unknown software]]}}
     }}
     }}
}}
}}
Line 44: Line 44:
  {{obr}}'''programming language'''
  {{obr}}'''programming language'''
  {{!}} language            =  
  {{!}} language            =  
  {{!}} ''pre''                 =  
  {{!}} ''pre''               =  
  {{cbr}}
  {{cbr}}



Revision as of 12:48, 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            = 
| pre                = 
}}
language
The string representation of the programming language. Capitalisation is ignored.
pre
Text to prefix prior to the link text. This is useful for creating lists.

Examples

C++

  {{programming language|C++}}

C++


  {{programming language|c++}}

C++


Nasal

  {{programming language|Nasal}}

Nasal


Multiple languages

This should fail - the list should be processed using the #titleparts parser function upstream.

  {{programming language|C/C++/Nasal}}

C/C++/Nasal