Aktionen

Modul

Test Formate: Unterschied zwischen den Versionen

Aus Bohnenwiki

Zeile 2: Zeile 2:
  
 
function p.hello( frame )
 
function p.hello( frame )
     return "Hello, world!"
+
     for arg in frame.args do print(arg) end
 
end
 
end
  
 
return p
 
return p

Version vom 15. Juli 2015, 20:55 Uhr

Die Dokumentation für dieses Modul kann unter Modul:Test Formate/Doku erstellt werden

local p = {}

function p.hello( frame )
    for arg in frame.args do print(arg) end
end

return p
Cookies helfen uns bei der Bereitstellung von Bohnenwiki. Durch die Nutzung von Bohnenwiki erklärst du dich damit einverstanden, dass wir Cookies speichern.