Module:Hatnote: Difference between revisions
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 136: | Line 136: | ||
-- Produces standard hatnote text. Implements the {{hatnote}} template. | -- Produces standard hatnote text. Implements the {{hatnote}} template. | ||
-------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ||
p[''] = function (frame) return p.hatnote(frame:newChild{ title = "Template:Hatnote" }) end | |||
function p.hatnote(frame) | function p.hatnote(frame) |