Module:Crafting: Difference between revisions

Jump to navigation Jump to search
m
Pattern matching needs the literal question mark
m (Forgot how to Lua)
m (Pattern matching needs the literal question mark)
Line 110: Line 110:
end
end


if string.gmatch(args['count'],'?') or string.gmatch(args['Count'],'?') then
if string.gmatch(args['count'],'%?') or string.gmatch(args['Count'],'%?') then
local count = "?"
local count = "?"
else  
else  
Bureaucrats, Check users, emailconfirmed, Interface administrators, staff, Administrators, translation-admin, Widget editors
1,633

edits

Navigation menu