Open main menu

Changes

Module:Hatnote

34 bytes added, 01:33, 10 September 2019
m
46 revisions imported
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