Template:Programming language: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
m (+- Php software → PHP software, as per use on their website and in Wikipedia article)
m (Also fixing name of PHP, as per previous edit)
Line 19: Line 19:
       | 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<!--

Revision as of 12:37, 5 October 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