Aktionen

Modul

Test Formate: Unterschied zwischen den Versionen

Aus Bohnenwiki

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:


function p.hello( frame )
function p.hello( frame )
     for arg in frame.args do print(arg) end
    local string = ""
     for arg in frame.args do string = string .. "\n" .. arg end
    return string
end
end


return p
return p

Version vom 15. Juli 2015, 20:57 Uhr

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

local p = {}

function p.hello( frame )
    local string = ""
    for arg in frame.args do string = string .. "\n" .. arg end
    return string
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.