Template:Usage

From Spherical
Revision as of 19:25, 20 May 2013 by Apollolux (talk | contribs) (Doc)
Jump to: navigation, search


Use this template to demonstrate Sphere API. Template parameters include:

  • returns (optional) - The return type of the function
  • object (optional) - The Sphere object this function is a member of, if any
  • func - The name of the function
  • params (optional) - A comma-separated list of function parameters, if any

For example, {{Usage|object=sound|func=play|params=repeat}} will result in:

sound.play(repeat);


And {{Usage|returns=WindowStyle|func=LoadWindowStyle|params=filename}} will result in:

WindowStyle LoadWindowStyle(filename);