Module:Items/SourceTables/Sandbox: Difference between revisions

m
Add fallback value for empty level
m (Add temp code to invoke module via sandbox template)
m (Add fallback value for empty level)
Line 795: Line 795:
if minqty == nil then minqty = 1 end
if minqty == nil then minqty = 1 end
if expIcon == nil then expIcon = '' end
if expIcon == nil then expIcon = '' end
if level == nil then level = 'N/A' end
local rowPart = {}
local rowPart = {}
table.insert(rowPart, '\r\n|-')
table.insert(rowPart, '\r\n|-')
964

edits