Module:Sandbox/trappist the monk/tag

Revision as of 12:35, 27 September 2018 by imported>Trappist the monk (create;)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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}