Difference between revisions of "Module:InfoboxforLigand"
| Line 5: | Line 5: | ||
return capiunto.create( { | return capiunto.create( { | ||
title = 'Structure', | title = 'Structure', | ||
| + | image = '(args)' | ||
} ) | } ) | ||
| − | |||
end | end | ||
return p | return p | ||
Revision as of 06:57, 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',
image = '(args)'
} )
end
return p