These parameters will be replaced by their corresponding values in the URL and displayed text:
%IMG
: Full image URL for GIF, JPG, and PNG; thumbnail URL for other types.
%URL
: Full image URL.
%TURL
: Thumbnail URL.
%name
: Original file name.
%board
: Current board.
%MD5
: MD5 hash in base64.
%sMD5
: MD5 hash in base64 using -
and _
.
%hMD5
: MD5 hash in hexadecimal.
%$0
: Matched regular expression within the filename.
%$1
, %$2
, %$3
, ... : Subexpressions within the matched regular expression.
%%
, %semi
: Literal %
and ;
.
Lines starting with a #
will be ignored.
You can specify a display text by appending ;text:[text]
to the URL.
You can specify the applicable boards/sites by appending ;boards:[board1],[board2]
. See the Filter guide for details.
You can specify the applicable file types by appending ;types:[extension1],[extension2]
.
You can specify a regular expression the filename must match by appending ;regexp:[regular expression]
.