local p = ;
p.all = function(frame)
text = "This category is being considered for ";
type = frame.args[1]; targetText=""; if type
"r" then text = text .. "renaming to "; target=frame.args["target"] if target
"m" then text = text .. "merging into "; target=frame.args["target"] if target
nil) then target3 = frame.args["target3"] if target3
"l" then text = text .. "conversion into a list"; target=frame.args["target"] if not(target
text = text .. "." section = frame.args["section"] if not (section
text = text .. "
This does not mean that any of the pages in the category will be deleted. They may, however, be recategorized.
"
year = frame.args["year"] month = frame.args["month"] day = frame.args["day"]
discussionPlace = "Wikipedia:Categories for discussion/Log/"..year.." "..month.." "..day.."#" if section
text = text .. "Please share your thoughts on the matter at this category's entry on the Categories for discussion page. Please do not empty the category or remove this notice while the discussion is in progress.
"
discussionpage = "Categories for discussion/Log/" .. os.date("%Y %B %e") text = text .. "" .. frame:expandTemplate..": "
if type
"d" then reason = "This category has been deleted per the discussion at "..reason elseif type
"" then reason = "Merged per "..reason; else reason = "Merged into "..targetText.." per "..reason end elseif type
"" then reason = "Listified per "..reason; else reason = "Listified into "..targetText.." per "..reason end end adminMsg = adminMsg .. " ["..mw.title.getCurrentTitle:fullUrl.."?action=delete&wpReason=" ..mw.uri.encode(reason) adminMsg = adminMsg .. " click here to delete]." adminMsg = adminMsg .. '
' endtext = text .. '
category=""
if mw.title.getCurrentTitle.namespace
return frame:expandTemplate..category;end
return p;