Jump to content

Module:TemplateStyles

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Alexis Jazz (talk | contribs) at 04:07, 20 November 2023 (Imported page from https://en.wiktionary.org/wiki/Module:TemplateStyles [AJsImportTool]). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
return function (CSS_page)
	return mw.getCurrentFrame():extensionTag{
		name = "templatestyles", args = { src = CSS_page }
	}
end