local page, section = link:match('^(.-)#(.*)$')
if page then
display = page .. ' § ' .. section
end
end
checkType('_hatnote', 2, options, 'table', true)
options = options or {}
local classes = {'hatnote', 'navigation-not-searchable'}
local extraclasses = options.extraclasses
local selfref = options.selfref