"Module:Other people": अवतरणों में अंतर

Content deleted Content added
Thought I didn't need defaultPage = args[2], but I do :/
Ugh, have to replace table.remove() with a manual downshift because table.remove assumes a sequence
पंक्ति 23:
string.format('people %s %s', args.named or 'named', title)
}
table.remove(args, 1) -- Don't pass args[1] through as a target page. Manual downshift because Lua
-- expectation of sequences means table.remove() doesn't work
for i = 2, table.maxn(args) do
args[i - 1] = args[i]
args[i] = nil
end
return mOtheruses._otheruses(args, options)
end