Modul:Siedlers Lua Baustelle 2: Unterschied zwischen den Versionen
Aus SchnuppTrupp
Zeile 3: | Zeile 3: | ||
function v.daten(frame) | function v.daten(frame) | ||
local temp = frame:callParserFunction{ name= '#mh', args= { 'Runit-Dolch' } } | local temp = frame:callParserFunction{ name= '#mh', args= { 'Runit-Dolch' } } | ||
+ | temp = temp * 2 | ||
--frame:callParserFunction{'mh:Runit-Dolch'} | --frame:callParserFunction{'mh:Runit-Dolch'} | ||
return temp | return temp | ||
end | end | ||
return v | return v |
Version vom 21. März 2019, 17:33 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{ name= '#mh', args= { 'Runit-Dolch' } } temp = temp * 2 --frame:callParserFunction{'mh:Runit-Dolch'} return temp end return v