Modul:Test

Aus SchnuppTrupp
Version vom 11. August 2016, 19:18 Uhr von Bowserkor (Diskussion | Beiträge) (Änderung 122098 von Bowserkor (Diskussion) rückgängig gemacht.)

Wechseln zu: Navigation, Suche

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! [[Korbis Baustelle5]]'
end
function p.test(frame)
	return 'Und hier soll auch etwas stehen!'
end
return p