Open main menu

Changes

Module:Hatnote

5 bytes added, 14:47, 23 June 2016
Non-breaking space after "§" in _formatLink() to match Module:Section link; might not be a bad idea to require() that module but this is a good start
local page, section = link:match('^(.-)#(.*)$')
if page then
display = page .. ' §  ' .. section
end
end
Anonymous user