View source for Module:Data tables/common
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
local p = {}
function p.commonHeaders()
return "{| class=\"wikitable sortable\" style=\"text-align: center\"\n" ..
"!Image\n" ..
"!Name\n" ..
"!Size\n" ..
"!Mass (t)\n" ..
"!Max Temperature (K)\n" ..
"!Impact Tolerance (m/s)\n"
end
--function p.commonCells(partJson)
--local commonCells = "|-\n" ..
-- "|".."[[File:"..partJson["file"].."|80px|center]]\n" ..
-- "|".."[["..partJson["name"].."]]\n" ..
-- "|".."{{Size|Size="..partJson["size"].."}}\n" ..
-- "|"..partJson["mass"].."\n" ..
-- "|"..partJson["max_temp"].."\n" ..
-- "|"..partJson["imp_tol"].."\n"
--return commonCells
--end
000
1:0
Template used on this page:
Return to Module:Data tables/common.