Bureaucrats, Check users, emailconfirmed, Interface administrators, staff, Administrators, translation-admin, Widget editors
1,678
edits
m (I don't know how to Scribunto) |
m (Take link as argument, should probs move this to a generic module later) |
||
Line 8: | Line 8: | ||
function p.wikiTable( frame ) | function p.wikiTable( frame ) | ||
local args = frame:getParent().args[1] | |||
local data = mw.ext.externaldata.getWebData { | local data = mw.ext.externaldata.getWebData { | ||
url = | url = args | ||
, data = "json=_json" | , data = "json=_json" | ||
} | } |
edits