The page has not been checked
Documentation for this module may be created at Module:Sandbox/QuimGil/Wikimania/doc
local p = {} function p.sum( frame) local a = frame.args[1] local b = frame.args[2] return a + b end return p