Bureaucrats, emailconfirmed, Interface administrators, staff, Administrators, translation-admin, translator
2,564
edits
(never mind, that didn't work, testing what happens without attempting to string replace) |
m (try args[1].args again) |
||
Line 199: | Line 199: | ||
-- replace "gm4:" with "gm4RP:" then pass to Grid | -- replace "gm4:" with "gm4RP:" then pass to Grid | ||
function p.GridRP( f ) | function p.GridRP( f ) | ||
local args = f.args | local args = f.args[1].args | ||
if #args == 0 then | if #args == 0 then | ||
args = f:getParent().args | args = f:getParent().args |
edits