မာတိကာသို့ ခုန်သွားရန်

မဝ်ဂျူ:TemplateStyles

နူ ဝိက်ရှေန်နရဳ

Documentation for this module may be created at မဝ်ဂျူ:TemplateStyles/doc

local frame = mw.getCurrentFrame()
local args = {}

return function (stylesheet)
	args.src = stylesheet
	return frame:extensionTag("templatestyles", nil, args)
end