Open main menu

Changes

Module:High-use

61 bytes removed, 21:12, 27 March 2020
Restored older version
if frame.args["all-pages"] and frame.args["all-pages"] ~= "" then
local percent = math.floor( ( (count/frame:callParserFunction('NUMBEROFPAGES', 'R') ) * 100) + 0.5)
return_value = string.format("%s pages, which is ≈or roughly %s%% of all", return_value, percent)
end
end
info = "<br />" .. frame.args["info"]
end
sandbox_text = string.format(".%s<br /> To avoid large-scale major disruption and unnecessary server load, any changes to it should first be tested in the %sThe tested changes can then be added to this page in a single edit.&#x20;",
info, sandbox_text
)
else
sandbox_text = string.format(", so and changes to it will may be widely noticed. Please test any Test changes in the %s",
sandbox_text
)
end
local discussion_text = "Please consider Consider discussing changes "
if frame.args["2"] and frame.args["2"] ~= "" and frame.args["2"] ~= "yes" then
discussion_text = string.format("%sat [[%s]]", discussion_text, frame.args["2"])
Anonymous user