Module:InfoboxforLigand
Documentation for this module may be created at Module:InfoboxforLigand/doc
local p = {} function p.run() local capiunto = require 'capiunto' return capiunto.create( { title = tostring(mw.title.getCurrentTitle()) , top = 'Structure', topStyle = 'background:#cfc;', bottom = '--' } ) :addImage([[frame.args]]) end return p