Difference between revisions of "Module:Extension"
Jump to navigation
Jump to search
p.getType
>Ricordisamoa (test) |
>Ricordisamoa (p.getType) |
||
Line 144: | Line 144: | ||
end | end | ||
return res | return res | ||
end | |||
function p.getType( frame ) | |||
return getType( frame.args[1] ) | |||
end | end | ||
return p | return p |