Documentation for this module may be created at Module:Sandbox/trappist the monk/tag/doc

local function tag (frame)
	return frame:callParserFunction ('#tag:syntaxhighlight', frame.args[1])
end

return {tag = tag}