url required default (none - required)The address to check. Must start with http:// or https:// (it is fetched with a real HEAD/GET request). A mailto: address is also accepted, but its colon collides with the parameter separator, so write it as mailto#: - linkcheck then verifies the domain has a mail (MX) record. Any other scheme (ftp:, tel:, ...) is reported as Non HTTP. An empty url makes the whole expression return an empty string.
format optional default _#codeA template for the output. Any of these aliases that appear in it are replaced with that link's values, and surrounding text is kept as written: _#code (HTTP status code, e.g. 200), _#text (status comment, e.g. OK or Not Found), _#weight (severity 0 healthy to 5 broken), _#color (a hex colour matching the weight, green to red), _#span (a ready-made coloured HTML badge built from color/text/code), _#redir (final URL after following redirects), _#hops (number of redirects, empty if none), _#mime (MIME type from Content-Type), _#charset (charset if the server sends one), _#duration (seconds the check took). With no format the default is _#code.
{linkcheck:https://example.com/}
{linkcheck:https://example.com/:_#text}
{linkcheck:https://example.com/:_#weight}
{linkcheck:https://example.com/:_#span}
{linkcheck:https://example.com/:_#code _#text (weight _#weight)}
{linkcheck:https://example.com/:_#mime}
{linkcheck:https://example.com/this-page-does-not-exist:_#code _#text}
{linkcheck:http://www.actionapps.org/:_#code _#text}
{linkcheck:mailto#:test@example.com:_#text}