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