Difference between revisions of "Template:Fn"

From VideoLAN Wiki
Jump to navigation Jump to search
m (DoesItReallyMatter moved page Template:Function to Template:Fn: Less typing)
m (+Category:Hacker Guide sortkey *)
Line 19: Line 19:
 
{{{{PAGENAME}}|frob(foo&, bar)|Frobnicate foo with bar method}}
 
{{{{PAGENAME}}|frob(foo&, bar)|Frobnicate foo with bar method}}
  
 +
[[Category:Hacker Guide|*]]
 
[[Category:Templates]]
 
[[Category:Templates]]
 
</noinclude>
 
</noinclude>

Revision as of 07:29, 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