Template: Infobox Function

From LibrePlanet
Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Usage ==
+
{{Infobox
<pre>
+
| title  = {{{websitename|{{{name|<includeonly>{{PAGENAME}}</includeonly> }}} }}}
{{Infobox Function
+
| caption = {{{caption|}}}{{#if:{{{collapsible|}}}|{{hidden end}}}}
  | name                  =  
+
| label1 = Header
| title                  =
+
| data1  = {{{header|}}}
  | header                =
+
| label2 = Supported Since
| programming language   =  
+
| data2   = {{{since|}}}
 
}}
 
}}
</pre>
+
[[is entity::group| ]]<noinclude>
 +
 
 +
==Documentation==
 +
 
 +
This template exists for the purpose of defining properties of a function, when making a page for the GNU Developer Network, a project that aims to better document development on GNU systems.
 +
 
 +
These are the fields of this template:
 +
 
 +
* <nowiki>| title  = (automatically filled in from the page name)</nowiki>
 +
* <nowiki>| header  = name of the header file that the function is included in</nowiki>
 +
* <nowiki>| since  = Specifies what version of the standard the function has been supported since</nowiki>
 +
 
 +
</noinclude>

Latest revision as of 14:18, 19 December 2013

Documentation

This template exists for the purpose of defining properties of a function, when making a page for the GNU Developer Network, a project that aims to better document development on GNU systems.

These are the fields of this template:

  • | title = (automatically filled in from the page name)
  • | header = name of the header file that the function is included in
  • | since = Specifies what version of the standard the function has been supported since