Content deleted Content added
grab COinS out of citation |
m decode percent encoding |
||
Line 412:
for item in mw.text.gsplit(data, "&") do
local key, value = item:match("(.-)=(.*)")
vals[key] = mw.uri.decode(value)
end
|
grab COinS out of citation |
m decode percent encoding |
||
Line 412:
for item in mw.text.gsplit(data, "&") do
local key, value = item:match("(.-)=(.*)")
vals[key] = mw.uri.decode(value)
end
|