Difference between revisions of "Module:Bananas"

From Cysteinome
Jump to: navigation, search
Line 9: Line 9:
 
bottom = ''
 
bottom = ''
 
} )
 
} )
:addRow('H', 'Hydrogen')
+
{{Infobox}}
:addRow('He','Helium')
 
:addRow('Li','Lithium')
 
  
 
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