Module:Bananas
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