Template:Fn

From VideoLAN Wiki
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