require('strict') local p = {} p.main = function(frame) return mw.title.new(frame.args[2])[frame.args[1]] end return p