Module:TemplateStyles

From Imperivm Romanvm
Revision as of 15:07, 9 June 2022 by Procurator-Imperii-Romani (talk | contribs) (1 revision imported)
(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