Difference between revisions of "Module:InfoboxforLigand"
| Line 6: | Line 6: | ||
title = 'Structure', | title = 'Structure', | ||
} ) | } ) | ||
| − | :addImage([[ | + | :addImage([[args]]) |
end | end | ||
return p | return p | ||
Revision as of 06:40, 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([[args]])
end
return p