Content deleted Content added
No edit summary |
No edit summary |
||
Line 354:
if json.usercalc then
json.usercalc = json.usercalc:gsub("^<nowiki>", '')
json.usercalc = json.usercalc:gsub("</[ ]*nowiki>$", '')
json.usercalc = json.usercalc:gsub("YYYY", date)
return json.usercalc
|