Changes
Jump to navigation
Jump to search
add a help link for the hatnote and formatLink functions
local display = args[2]
if not link then
return p.makeWikitextError( 'no link specified', 'Template:Format hatnote link#Errors', args.category )
end
return p._formatLink(link, display)
local options = {}
if not s then
return p.makeWikitextError( 'no text specified', 'Template:Hatnote#Errors', args.category )
end
options.extraclasses = args.extraclasses