OurBigBook
The JavaScript interface sees arguments as follows:
function macro_name(args)
where args is a dict such that:
  • optional arguments have the key/value pairs explicitly given on the call
  • mandatory arguments have a key documented by the API, and the value on the call.
    For example, the link API names its arguments href and text.

Ancestors

  1. Macro argument
  2. OurBigBook Markup syntax
  3. OurBigBook Markup
  4. OurBigBook Project