Module:StewardVote i18n

From Meta, a Wikimedia project coordination wiki
Module documentation
p = {}
json = require( 'Module:JSON' )

function p.index( frame )
--    local x = {}
--    for i,v in ipairs( frame.args ) do
--        x[i] = mw.uri.decode( v )
--    end
    return json.encode( frame.args )
end
return p