Module:High-use: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Compooper No edit summary |
imported>Compooper No edit summary |
||
Line 106: | Line 106: | ||
local discussion_text = systemMessages and 'Please discuss changes ' or 'Consider discussing changes ' | local discussion_text = systemMessages and ' Please discuss changes ' or ' Consider discussing changes ' | ||
if frame.args["2"] and frame.args["2"] ~= "" and frame.args["2"] ~= "yes" then | 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"]) | discussion_text = string.format("%sat [[%s]]", discussion_text, frame.args["2"]) | ||
Line 113: | Line 113: | ||
end | end | ||
return used_on_text .. sandbox_text .. discussion_text .. " | return used_on_text .. sandbox_text .. discussion_text .. "." .. bot_text | ||
end | end | ||