Module:TemplateStyles: Difference between revisions

From Imperivm Romanvm
Jump to navigation Jump to search
m (Protected "Module:TemplateStyles": Highly visible template/module ([Edit=Allow only template editors and administrators] (indefinite) [Move=Allow only template editors and administrators] (indefinite)))
 
m (1 revision imported)
 
(No difference)

Latest revision as of 15:07, 9 June 2022

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

return function (CSS_page)
	return mw.getCurrentFrame():extensionTag{
		name = "templatestyles", args = { src = CSS_page }
	}
end