Documentation for this module may be created at Module:FormatText/doc
local p = {} function p.italicize(frame) return '<i>' .. frame.args[1] .. '</i>' end return p