Module:ScriptItem: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 569: Line 569:
local rows = { { '', p.formatType(tokens[1], frame), description } }
local rows = { { '', p.formatType(tokens[1], frame), description } }
local widths = { 30, 80, 400 }
local widths = { 30, 80, 400 }
return p.table(headers, rows, widths, 'wikitable-parameters wikitable')
return p.table(headers, rows, widths, 'wikitable-returns wikitable')
end
end


6,833

edits