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 = { { tokens[1], description } } | ||
local widths = { 120, 400 } | local widths = { 120, 400 } | ||
return p.table(headers, rows, widths, 'wikitable-returns wikitable') | return p.table(headers, rows, widths, 'wikitable-returns wikitable') |
edits