Module:Comic books

From Semantic MediaWiki - Sandbox

It uses the class on Module:Comic books/class to process its arguments, store them semantically and displays an infobox.

This module stores its configuration on Module:Comic books/config.


local p = {}

function p.main( frame )
	local comicBook = require( 'Module:Comic books/class' ):new()
	return comicBook:renderPage()
end

return p
Cookies help us deliver our services. By using our services, you agree to our use of cookies.