Module:Hatnote: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote -- -- -- -- This module produces hatnote links and links to related articles. It -- -- implements the {{hatnote}} and {{format link}} meta-templates and includes -- -- helper functions for other Lua hatnote modules....")
 
No edit summary
Line 172: Line 172:


return mw.getCurrentFrame():extensionTag{
return mw.getCurrentFrame():extensionTag{
name = 'templatestyles', args = { src = 'Module:Hatnote/styles.css' }
name = 'templatestyles', args = { src = 'MediaWiki:Common.css' }
} .. tostring(hatnote)
} .. tostring(hatnote)
end
end


return p
return p

Navigation menu