Template:Programming language: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(More unwanted space removal.)
mNo edit summary
Line 44: Line 44:
  {{obr}}'''programming language'''
  {{obr}}'''programming language'''
  {{!}} language            =  
  {{!}} language            =  
  {{!}} ''pre''               =  
  {{!}} ''pre''                 =  
  {{cbr}}
  {{cbr}}



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