Module:Bananas

From Cysteinome
Revision as of 04:22, 18 May 2018 by Wu3857 (talk | contribs)
Jump to: navigation, search

Documentation for this module may be created at Module:Bananas/doc

local p = {}
 
function p.run()
	local capiunto = require 'capiunto'
	return capiunto.create( {
		title = tostring(mw.title.getCurrentTitle()) ,
		top = 'Basic Information',
		topStyle = 'background:#cfc;',
		bottom = ''
	} )
	{{Infobox}}

end
 
return p