7,038
edits
(Created page with "function p.main(frame) local title = mw.title.new("OnAddIVNetworkEvent") local text = title:getContent() return text end") |
No edit summary |
||
| Line 1: | Line 1: | ||
local p = {} | |||
function p.main(frame) | function p.main(frame) | ||
local title = mw.title.new("OnAddIVNetworkEvent") | local title = mw.title.new("OnAddIVNetworkEvent") | ||
| Line 4: | Line 6: | ||
return text | return text | ||
end | end | ||
return p | |||
edits