Template:Fn

From VideoLAN Wiki
Revision as of 07:28, 17 April 2019 by DoesItReallyMatter (talk | contribs) (DoesItReallyMatter moved page Template:Function to Template:Fn: Less typing)
Jump to navigation Jump to search

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