Module:User:D1gggg/double plus one

From Wiktionary, the free dictionary
Jump to navigation Jump to search

This is a private module sandbox of D1gggg, for their own experimentation. Items in this module may be added and removed at D1gggg's discretion; do not rely on this module's stability.


local p = {}

function p.main( frame )
    return 1 + tonumber(frame:expandTemplate{title = 'Template:User:D1gggg/double', args = { frame.args[1] } })
end

return p