Content deleted Content added
Jackmcbarn (talk | contribs) effectively includeonly cats |
Jackmcbarn (talk | contribs) check against prefixedText |
||
Line 66:
titleText = mw.title.getCurrentTitle().prefixedText
end
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
|