Module:FormatText
Revision as of 05:00, 24 August 2012 by Mediawiki>MZMcBride (new page)
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