Content deleted Content added
Jackmcbarn (talk | contribs) check against prefixedText |
Jackmcbarn (talk | contribs) original had 3 braces |
||
Line 61:
local pframe = frame:getParent()
local pargs = pframe.args
local retval = string.format(substText,
▲ local retval = string.format(substText, titleText, os.date(dateText), pframe:getTitle() == mw.title.getCurrentTitle().prefixedText and '|category=' or '', pargs.content or '')
if mw.isSubsting() then
return retval
|