Documentation for this module may be created at Module:icons/doc
local p = {} function p.main(frame) local title = mw.title.new("OnAddIVNetworkEvent") local text = title:getContent() return text end return p