模块:沙盒/Emojiwiki/tonum

维基百科,自由的百科全书
跳转到导航 跳转到搜索
local p={}
function p.x(frame) return tonumber(frame:getParent().args["a"]) end
return p