Content deleted Content added
rv this is throwing errors all over the project. |
That should've gone in the sandbox |
||
Line 136:
-- Produces standard hatnote text. Implements the {{hatnote}} template.
--------------------------------------------------------------------------------
p[''] = function (frame) return p.hatnote(frame:newChild{ title = "Template:Hatnote" }) end
function p.hatnote(frame)
Line 142 ⟶ 143:
if not s then
return p.makeWikitextError(
'no text specified: ',
'Template:Hatnote#Errors',
args.category
|