Module:icons: Difference between revisions

From GTA Connected
Jump to navigation Jump to search
(Created page with "function p.main(frame) local title = mw.title.new("OnAddIVNetworkEvent") local text = title:getContent() return text end")
(No difference)

Revision as of 13:34, 9 June 2026

Documentation for this module may be created at Module:icons/doc

function p.main(frame)
	local title = mw.title.new("OnAddIVNetworkEvent")
	local text = title:getContent()
	return text
end