Module:Nurse-kun: Difference between revisions

From Bibliotheca Anonoma
(Created page with "local p = {} function p.run() local capiunto = require 'capiunto' return capiunto.create( { title = tostring(mw.title.getCurrentTitle()) , top = 'Damaged Goods', top...")
(No difference)

Revision as of 03:11, 12 June 2017

Documentation for this module may be created at Module:Nurse-kun/doc

local p = {}
 
function p.run()
	local capiunto = require 'capiunto'
	return capiunto.create( {
		title = tostring(mw.title.getCurrentTitle()) ,
		top = 'Damaged Goods',
		topStyle = 'background:#cfc;',
		bottom = 'Below text'
	} )
:addRow( 'A label', 'some data' )
end
 
return p