Content deleted Content added
Jackmcbarn (talk | contribs) fix error |
Jackmcbarn (talk | contribs) handle unset content |
||
Line 57:
titleText = mw.title.getCurrentTitle().prefixedText
end
local retval = string.format(substText, titleText, os.date(dateText), pargs.content or '')
if mw.isSubsting() then
return retval
|