Difference between revisions of "Module:InfoboxforLigand"
| Line 6: | Line 6: | ||
title = 'Structure', | title = 'Structure', | ||
} ) | } ) | ||
| − | :addImage( | + | :addImage(image) |
end | end | ||
return p | return p | ||
Revision as of 07:07, 1 December 2018
Documentation for this module may be created at Module:InfoboxforLigand/doc
local p = {}
function p.run()
local capiunto = require 'capiunto'
return capiunto.create( {
title = 'Structure',
} )
:addImage(image)
end
return p