Content deleted Content added
Reordered helper functions (first by export status, then alphabetically) and migrated p.quote upstream from Module:Redirect hatnote (includes contributions by Tamzin and Nihiltres) |
Make empty function for direct invokation Tag: Reverted |
||
Line 136:
-- Produces standard hatnote text. Implements the {{hatnote}} template.
--------------------------------------------------------------------------------
p[''] = p.hatnote(frame:newChild{ title = "Template:Hatnote" })
function p.hatnote(frame)
Line 142 ⟶ 143:
if not s then
return p.makeWikitextError(
'no text specified: ' .. args[1],
'Template:Hatnote#Errors',
args.category
|