Module:Sandbox/ChaoticShadow/InfoboxBuilder: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 143: Line 143:
local content = '?'
local content = '?'
if #argt < 2 then
if #argt < 2 then
content = self:getContent(argt[1])
content = self:getContent(argt[1]) -- tables start at 1
else
else
local t = {}
local t = {}