Content deleted Content added
if (class == nil) or (class == "") then |
remove categorisation per Special:Permalink/1139942647#Template-transcluded redlinked categories, Vol. 993,789 at VPT |
||
(2 intermediate revisions by the same user not shown) | |||
Line 37:
end
if (class ~= nil)
Y[i]["class"] = class
end
Line 56 ⟶ 54:
i = i + 1
end
--[=[
for k, v in pairs( oldClass ) do
if v ~= nil then
Line 91 ⟶ 89:
end
end
]=]
local output = store --.. oldClassCat
return output
|