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

မော်ဂျူး: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