Template:F

From Kolmafia
Revision as of 07:51, 22 January 2021 by Philmasterplus (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A simple way of linking to a function page, but displaying it with the parentheses.

For example,

{{f|to_string}}

produces: to_string().

You can link to a function page while using a different name (e.g. when discussing JavaScript versions of ASH functions) by specifying a second parameter.

For example,

{{f|to_string|toString}}

produces toString().