Template:Infobox
local p = {}
function p.run() local capiunto = require 'capiunto' return capiunto.create( { title = tostring(mw.title.getCurrentTitle()) , top = 'Basic Information', topStyle = 'background:#cfc;', bottom = } ) :addRow('Short Name:', 'PTP1B') :addRow('UNP ID','Helium') :addRow('Li','Lithium')
end
return p