ข้ามไปเนื้อหา

มอดูล:th-utilities/templates

จาก วิกิพจนานุกรม พจนานุกรมเสรี

local export = {}

function export.th_pos(frame)
	local args = require("Module:parameters").process(frame.args,
		{
			[1] = {required = true},
		}
	)
	return require("Module:th-utilities").th_pos(args[1])
end

return export