Module:ScriptItem: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 389: Line 389:
if isEvent then
if isEvent then
headers = nil--{ "Type", "Name", "Description" }
headers = nil--{ "Type", "Name", "Description" }
widths = { 50, 200, 100, 400 }
widths = { 50, 110, 110, 400 }
else
else
headers = nil--{ "Type", "Name", "Presence", "Default Value", "Description" }
headers = nil--{ "Type", "Name", "Presence", "Default Value", "Description" }
widths = { 50, 200, 100, 400 }
widths = { 50, 110, 110, 400 }
end
end
return p.table(headers, rows, widths, 'wikitable-parameters wikitable')
return p.table(headers, rows, widths, 'wikitable-parameters wikitable')
6,833

edits