hook(type => "preprocess", id => "tag", call => \&preprocess_tag, scan => 1);
hook(type => "preprocess", id => "taglink", call => \&preprocess_taglink, scan => 1);
hook(type => "pagetemplate", id => "tag", call => \&pagetemplate);
hook(type => "preprocess", id => "tag", call => \&preprocess_tag, scan => 1);
hook(type => "preprocess", id => "taglink", call => \&preprocess_taglink, scan => 1);
hook(type => "pagetemplate", id => "tag", call => \&pagetemplate);
return htmllink($params{page}, $params{destpage},
tagpage($tag),
linktext => IkiWiki::pagetitle($1));
return htmllink($params{page}, $params{destpage},
tagpage($tag),
linktext => IkiWiki::pagetitle($1));