Module:CalculatedStats: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
 
Line 53: Line 53:
if args[stat] then
if args[stat] then
statTable[stat] = args[stat]
statTable[stat] = args[stat]
additionalOutput = "[[Category:Pages with manually inputted calcuated stats]]"
additionalOutput = "[[Category:Pages with manually input calcuated stats]]"
end
end
end
end
Line 94: Line 94:
for i, stat in ipairs(stats) do --Manual override
for i, stat in ipairs(stats) do --Manual override
if args[stat] then
if args[stat] then
additionalOutput = "[[Category:Pages with manually inputted calcuated stats]]"
additionalOutput = "[[Category:Pages with manually input calcuated stats]]"
end
end
end
end
Line 121: Line 121:
for i, stat in ipairs(stats) do --Add category
for i, stat in ipairs(stats) do --Add category
if args[stat] then
if args[stat] then
additionalOutput = "[[Category:Pages with manually inputted calcuated stats]]"
additionalOutput = "[[Category:Pages with manually input calcuated stats]]"
end
end
end
end
Line 164: Line 164:
for i, stat in ipairs(stats) do --Add category
for i, stat in ipairs(stats) do --Add category
if args[stat] then
if args[stat] then
additionalOutput = "[[Category:Pages with manually inputted calcuated stats]]"
additionalOutput = "[[Category:Pages with manually input calcuated stats]]"
end
end
end
end
Line 199: Line 199:
if args[stat] then
if args[stat] then
statTable[stat] = args[stat]
statTable[stat] = args[stat]
additionalOutput = "[[Category:Pages with manually inputted calcuated stats]]"
additionalOutput = "[[Category:Pages with manually input calcuated stats]]"
end
end
end
end
Line 267: Line 267:
if args[stat] then
if args[stat] then
statTable[stat] = args[stat]
statTable[stat] = args[stat]
additionalOutput = "[[Category:Pages with manually inputted calcuated stats]]"
additionalOutput = "[[Category:Pages with manually input calcuated stats]]"
end
end
end
end

Navigation menu