Changes

Jump to navigation Jump to search

Module:Citation

73 bytes added, 22:05, 26 August 2012
Removed use of ipairs() directly on a template argument list.
args.page1 = args.page1 or args.page
local text = ""
for local index,= 1 while args[index] ~= nil do local arg in ipairs(= args) do[index]
local t = r0(frame, arg, args.group, args["page" .. index])
text = text .. t
index = index + 1
end
return text
Anonymous user

Navigation menu