Differenze tra le versioni di "Modulo:Learnlist"

m
Bugfix #2 (to make this work in subpages)
m (Bugfix (the first of a long strike))
m (Bugfix #2 (to make this work in subpages))
local p = lib.sanitize(mw.clone(frame.args))
local gen = tonumber(p.gen) or gendata.latest
local poke = string.lower(p[1] or mw.title.getCurrentTitle().textbaseText)
return poke, gen
end