Difference between revisions of "Template:Fn"
Jump to navigation
Jump to search
m (Examples) |
m (DoesItReallyMatter moved page Template:Function to Template:Fn: Less typing) |
(No difference)
|
Revision as of 07:28, 17 April 2019
function
Usage
To simplify writing Hacker Guide pages:
{{Fn|name(args)}}
{{Fn|name(args)|description}}
Examples
{{Fn|frob()}}
frob()
{{Fn|frob(foo&, bar)}}
frob(foo&, bar)
{{Fn|frob(foo&, bar)|Frobnicate foo with bar method}}
frob(foo&, bar)
- Frobnicate foo with bar method