Template: Infobox Function
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | = | + | {{Infobox |
| − | < | + | | title = {{{websitename|{{{name|<includeonly>{{PAGENAME}}</includeonly> }}} }}} |
| − | {{ | + | | caption = {{{caption|}}}{{#if:{{{collapsible|}}}|{{hidden end}}}} |
| − | + | | label1 = Header | |
| − | + | | data1 = {{{header|}}} | |
| − | + | | label2 = Supported Since | |
| − | + | | data2 = {{{since|}}} | |
}} | }} | ||
| − | </ | + | [[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