Module:Hatnote: Difference between revisions

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
 
(2 intermediate revisions by the same user not shown)
Line 171: Line 171:
:wikitext(s)
:wikitext(s)


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


return p
return p