Module:TemplateStyles

From Imperivm Romanvm
Revision as of 23:24, 10 November 2019 by wiktionary>Erutuon (Protected "Module:TemplateStyles": Highly visible template/module ([Edit=Allow only template editors and administrators] (indefinite) [Move=Allow only template editors and administrators] (indefinite)))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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