Module:Electowidget: Difference between revisions

This makes the get_data test work
(More futzing)
(This makes the get_data test work)
 
Line 45:
-- local title, s = mw.title.new(tostring(datapage))
local title = mw.title.new(frame.args[1])
if 1 == 1 then
return title
end
local s = title:getContent()
local i, j = s:find( "<electowidget>", 1, true )