Modul:Test: Unterschied zwischen den Versionen

Aus SchnuppTrupp
Wechseln zu: Navigation, Suche
Zeile 1: Zeile 1:
 
local p = {}
 
local p = {}
 
function p.hello(frame)
 
function p.hello(frame)
     return 'Hello'
+
     return 'Ich will, dass hier etwas steht!'
 
end
 
end
 
return p
 
return p

Version vom 2. August 2016, 17:36 Uhr

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

local p = {}
function p.hello(frame)
    return 'Ich will, dass hier etwas steht!'
end
return p