منځپانگې ته ورتلل

Module:Bananas

د ويکيپېډيا، وړیا پوهنغونډ له خوا
تر ۰۸:۲۰, ۶ اپريل ۲۰۲۴ پورې شته مخليدنه، د شاه زمان پټان (خبرې اترې | ونډې) لخوا ترسره شوې
{{#invoke:bananas|hello}}
{{#invoke:bananas|hello|پلانی}}
{{#invoke:bananas|hello|{{کارننوم}}}}
Script error: The function "hello" does not exist.
Script error: The function "hello" does not exist.
Script error: The function "hello" does not exist.

  local p = {} 
  function p.salam(frame)
      local name = frame.args[1]
      if not name then name = 'عالم' end
      return  'سلام يا ' .. name .. '! أنا لوا!' 
  end 
  return p