Module:TemplateStyles

Permanently protected module
From Wikipedia, the free encyclopedia
return function (CSS_page)
	return mw.getCurrentFrame():extensionTag{
		name = "templatestyles", args = { src = CSS_page }
	}
end