Module:Infobox Test

From Bibliotheca Anonoma
Revision as of 19:08, 8 January 2017 by Antonizoon (talk | contribs)

Documentation for this module may be created at Module:Infobox Test/doc

local p = {}
 
function p.run(frame)
	local capiunto = require 'capiunto'
	return capiunto.create( {
		-- Some initial options, like global styles, go here
	} )
end

return p