Bureaucrats, Check users, emailconfirmed, Interface administrators, staff, Administrators, translation-admin, Widget editors
1,659
edits
Tag: Undo |
m (Does this make ? count work) |
||
Line 110: | Line 110: | ||
end | end | ||
local count = tonumber(args['count']) or tonumber(args['Count']) or 1 | if args['count'] == '?' or args['Count'] == '?' then | ||
local count = "?" | |||
else | |||
local count = tonumber(args['count']) or tonumber(args['Count']) or 1 | |||
end | |||
if count ~= 1 then | if count ~= 1 then | ||
local countSpan = parentDiv:tag("span"):wikitext(count) | local countSpan = parentDiv:tag("span"):wikitext(count) |
edits