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