type optional default (empty)The field type name (the prefix), such as headline, abstract, text, or full_text. It forms the start of the field id; the rest is padded to a total length of 16 characters.
num optional default 0The field number, placed at the right end of the id. 0 (the default) gives the base field id. Must be between 0 and 99999; a value outside that range makes fieldid return an empty string.
id_type optional default the dot characterThe padding character used between the type and the number. A dot builds the normal field id (headline........); an underscore builds the alternate underscore form (text___________1).
{fieldid:headline:0}
{fieldid:full_text}
{fieldid:text:1}
[{fieldid:text:100000}]
{fieldid:abstract:12}
{fieldid:text:1:_}