Difference between revisions of "Template:C programming language"

From blackwiki
Jump to navigation Jump to search
imported>Ushkin N
imported>Jerryobject
m (Table title section MOS:HEADing word repeats cut. Cut needless WP:LINK underscores. Add line breaks to shrink layout.)
Line 13: Line 13:
 
*[[MISRA C]]
 
*[[MISRA C]]
  
| group1 = C features
+
| group1 = Features
 
| list1 =
 
| list1 =
 
*[[Subroutine|Functions]]
 
*[[Subroutine|Functions]]
*[[Include_directive#C|Header files]]
+
*[[Include directive#C|Header files]]
 
*[[:Category:C libraries|Libraries]]
 
*[[:Category:C libraries|Libraries]]
 
*[[Operators in C and C++|Operators]]
 
*[[Operators in C and C++|Operators]]
Line 24: Line 24:
 
*[[C data types|Data types]]
 
*[[C data types|Data types]]
  
| group2 = [[C standard library|C standard library functions]]
+
| group2 = [[C standard library|Standard library<br />functions]]
 
| list2 =
 
| list2 =
 
*[[C character classification|Char (ctype.h)]]
 
*[[C character classification|Char (ctype.h)]]
Line 35: Line 35:
 
*[[C POSIX library|POSIX]]
 
*[[C POSIX library|POSIX]]
  
| group3 = [[:Category:C standard library|C standard libraries]]
+
| group3 = [[:Category:C standard library|Standard<br />libraries]]
 
| list3 =
 
| list3 =
 
*[[Bionic (software)|Bionic]]
 
*[[Bionic (software)|Bionic]]
Line 51: Line 51:
 
| group4 = [[:Category:C compilers|Compilers]]
 
| group4 = [[:Category:C compilers|Compilers]]
 
| list4 =
 
| list4 =
*[[List_of_compilers#C_compilers|Comparison of C compilers]]
+
*[[List of compilers#C compilers|Comparison of compilers]]
 
*[[Amsterdam Compiler Kit|ACK]]
 
*[[Amsterdam Compiler Kit|ACK]]
 
*[[Borland Turbo C]]
 
*[[Borland Turbo C]]
Line 65: Line 65:
 
| group5 = [[:Category:Integrated development environments|IDEs]]
 
| group5 = [[:Category:Integrated development environments|IDEs]]
 
| list5 =
 
| list5 =
*[[Comparison_of_integrated_development_environments#C.2FC.2B.2B|Comparison of C IDEs]]
+
*[[Comparison of integrated development environments#C/C++|Comparison of IDEs]]
 
*[[Anjuta]]
 
*[[Anjuta]]
 
*[[Code::Blocks]]
 
*[[Code::Blocks]]
Line 74: Line 74:
 
*[[NetBeans]]
 
*[[NetBeans]]
  
| group6 = [[:Category:Comparison of individual programming languages|C and other languages]]
+
| group6 = [[:Category:Comparison of individual programming languages|Comparison with<br />other languages]]
 
| list6 =
 
| list6 =
 
*[[Compatibility of C and C++]]
 
*[[Compatibility of C and C++]]
*[[Embedded_C#Difference_between_C_and_Embedded_C|Comparison of C and Embedded C]]
+
*Comparison with [[Embedded C]]
*[[Comparison of Pascal and C|Comparison of C and Pascal]]
+
*[[Comparison of Pascal and C|Comparison with Pascal]]
 
*[[Comparison of programming languages]]
 
*[[Comparison of programming languages]]
  
| group7 = Descendant languages
+
| group7 = Descendant<br />languages
 
| list7 =
 
| list7 =
 
*[[C++]]
 
*[[C++]]

Revision as of 22:40, 25 May 2016

Template documentation[view] [edit] [history] [purge]

Usage

Initial visibility: currently defaults to autocollapse

To set this template's initial visibility, the |state= parameter may be used:

  • |state=collapsed: {{C programming language|state=collapsed}} to show the template collapsed, i.e., hidden apart from its title bar
  • |state=expanded: {{C programming language|state=expanded}} to show the template expanded, i.e., fully visible
  • |state=autocollapse: {{C programming language|state=autocollapse}}
    • shows the template collapsed to the title bar if there is a {{navbar}}, a {{sidebar}}, or some other table on the page with the collapsible attribute
    • shows the template in its expanded state if there are no other collapsible items on the page

If the |state= parameter in the template on this page is not set, the template's initial visibility is taken from the |default= parameter in the Collapsible option template. For the template on this page, that currently evaluates to autocollapse.

Related template