6,834
edits
No edit summary |
No edit summary |
||
Line 566: | Line 566: | ||
local description = p.formatDescription(table.concat(tokens, ' ', 2)) | local description = p.formatDescription(table.concat(tokens, ' ', 2)) | ||
local headers = { "Type", "Description" } | local headers = nil--{ "Type", "Description" } | ||
local rows = { { p.formatType(tokens[1], frame), description } } | local rows = { { '', p.formatType(tokens[1], frame), description } } | ||
local widths = { | local widths = { 30, 80, 400 } | ||
return p.table(headers, rows, widths, 'wikitable-parameters wikitable') | return p.table(headers, rows, widths, 'wikitable-parameters wikitable') | ||
end | end |
edits