Difference between revisions of "Template:Function"
Jump to navigation
Jump to search
Add small example here properly formatted since I left my testing sample on the page
imported>SnakeChomp m (Try something else for shortname) |
imported>SnakeChomp (Add small example here properly formatted since I left my testing sample on the page) |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
__NOTOC__ | |||
{{Incomplete}} | {{Incomplete}} | ||
Line 27: | Line 28: | ||
CategoryList = the list of categories to which the page belongs | CategoryList = the list of categories to which the page belongs | ||
<nowiki>}}</nowiki> | <nowiki>}}</nowiki> | ||
=Example= | |||
<pre>{{Function | |||
|name = Test | |||
|origin = GECK1 | |||
|shortname = tst | |||
|summary = Does stuff | |||
|returnType = void | |||
}}</pre> | |||
=Result= | |||
{{Function | {{Function | ||
|name = Test | |name = Test | ||
|origin = GECK1 | |||
|shortname = tst | |shortname = tst | ||
|summary = Does stuff | |||
|returnType = void | |returnType = void | ||
}} | }} |