Template:Programming language: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
mNo edit summary
m (One last attempt at unwanted space removal.)
Line 32: Line 32:
                 -->{{main other|[[Category:Unknown software]]}}
                 -->{{main other|[[Category:Unknown software]]}}
     }}
     }}
}}
}}<noinclude>
<noinclude>
{{-}}
{{-}}
{{Informative template|1=
{{Informative template|1=

Revision as of 12:50, 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