Difference between revisions of "Module:InfoboxforLigand"
Line 5: | Line 5: | ||
return capiunto.create( { | return capiunto.create( { | ||
title = 'Structure', | title = 'Structure', | ||
− | |||
} ) | } ) | ||
+ | :addImage([[File:Yisviy.png]]) | ||
end | end | ||
return p | return p |
Revision as of 06:59, 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([[File:Yisviy.png]]) end return p