Difference between revisions of "Module:Bananas"
Line 9: | Line 9: | ||
bottom = '' | bottom = '' | ||
} ) | } ) | ||
− | + | {{Infobox}} | |
− | |||
− | |||
end | end | ||
return p | return p |
Revision as of 04:22, 18 May 2018
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