Modul:Siedlers Lua Baustelle 2: Unterschied zwischen den Versionen
Aus SchnuppTrupp
| Zeile 2: | Zeile 2: | ||
function v.daten(frame) | function v.daten(frame) | ||
| − | local temp = frame:callParserFunction{'#mh','Runit-Dolch'} | + | local temp = frame:callParserFunction{'#mh', args = { 'Runit-Dolch','b'}} |
return temp | return temp | ||
end | end | ||
return v | return v | ||
Version vom 21. März 2019, 17:21 Uhr
Die Dokumentation für dieses Modul kann unter Modul:Siedlers Lua Baustelle 2/Doku erstellt werden
local v = {}
function v.daten(frame)
local temp = frame:callParserFunction{'#mh', args = { 'Runit-Dolch','b'}}
return temp
end
return v