Template:Programming language
Jump to navigation
Jump to search
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