Module:Sandbox/CX Zoom/WPBS: Difference between revisions

Content deleted Content added
Create WPBS module for project-independent quality ratings ||||||| Extremely relevant module history can be found at https://en.wikipedia.beta.wmflabs.org/wiki/Module:CX_Zoom_Beta/LearnSplit and https://en.wikipedia.beta.wmflabs.org/wiki/Module:CX_Zoom_Beta/WPBS_3
 
 
(4 intermediate revisions by the same user not shown)
Line 37:
end
ifoldClass[i] = Y[i]["class"] ~= nil then
oldClass[i] = Y[i]["class"]
end
if (class ~= nil) and (class ~= "") then
Y[i]["class"] = class
end
Line 56 ⟶ 54:
i = i + 1
end
--[=[
for k, v in pairs( oldClass ) do
if v ~= nil then
Line 77 ⟶ 75:
end
if (class == nil) or (class == "") then
oldClassCat = oldClassCat .. "[[Category:Pages using WikiProject banner shell without class parameter]]"
else
Line 91 ⟶ 89:
end
end
]=]
 
local output = store --.. oldClassCat
return output