url required default (empty string)URL of the file to link to. With a leading slash it is treated as a path on the current host. An empty url makes the whole expression return an empty string.
fname optional default basename of the URL pathLink text and title label for the file. When omitted, the basename of the URL path is used (for example report.pdf).
text_before optional default (empty string)Text placed immediately before the link, for example a Download#: prefix. It is not trimmed, so a trailing space is kept. Escape a literal colon as #: so it is not read as a parameter separator.
{filelink:https://example.org/files/report.pdf}
{filelink:https://example.org/files/report.pdf:Annual report}
[{filelink:}]
{filelink:https://example.org/files/report.pdf:Annual report:Download#: }
{filelink:{file............}:{text............}:Download#: }