Module:Infobox: Difference between revisions

72 bytes removed ,  10 years ago
shorter variable name for what is a pretty simple role, really
(hack to parse the parameters in the 'correct' order)
(shorter variable name for what is a pretty simple role, really)
Line 255:
end
local temp
local argumentCountera = 1
local moreArgumentsExist = true
for j,v in ipairs(prefixTable) do
Line 265:
while moreArgumentsExist == true do
moreArgumentsExist = false
for i = argumentCountera, argumentCounter a+ 19 do
for j,v in ipairs(prefixTable) do
temp = origArgs[v .. tostring(i)]
Line 273:
end
end
argumentCountera = argumentCountera + 20
end
end
Anonymous user