Function argRef fcf.Arg argRef(string a_id, string a_arg) fcf.Arg argRef(string a_arg) Returns an object with information about the template argument that references another argument. The argument may belong to another template, but if the argument referenced belongs to the current template, then an instance of the function without the a_id parameter can be used. The arguments are tokenized. An argument created by the fcf.argRef() method cannot be nested in another argument! Source file fcf:fcf.js Namespace fcf Arguments: string a_id - ID of the template whose argument is referenced by the argument. string a_arg - The name of the template argument referenced by the current one. Return value: fcf.Arg