Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Protection banner: Difference between revisions

From the Lonsdale Battalion wiki
Content deleted Content added
rm stuff only useful for pp-create and other things deprecated in favor of salting
use mw.ustring.lower to convert the reason to lower case, for the benefit of other-language wikis
Line 114: Line 114:
local reason = args.reason or args[1]
local reason = args.reason or args[1]
if reason then
if reason then
self.reason = reason:lower()
self.reason = mw.ustring.lower(reason)
end
end
end
end
Cookies help us deliver our services. By using our services, you agree to our use of cookies.