|
|
(6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) |
Zeile 1: |
Zeile 1: |
− | local v = {}
| |
| | | |
− | function v.laden(frame)
| |
− | local fargs = frame.args
| |
− | local id = fargs.id or ''
| |
− | local lager = tonumber(fargs.lager or '1')
| |
− | local vkpreis = fargs.vkpreis or nil
| |
− |
| |
− | local MHI = require( "Module:MHI" ) -- Läd Modul MHI um die Funktionen zu nutzen
| |
− | local mhp = frame:callParserFunction{ name= '#mh', args= { id } } -- Speichert den MHPreis
| |
− | local bild = mh:bild(frame,id,'')
| |
− | local name = frame:callParserFunction{ name= '#mh', args= { id,'n' } }
| |
− | name = frame:callParserFunction{ name= '#ifexist', args= { name,'[['..name..']]',name } }
| |
− | local lagerpl = frame:callParserFunction{ name= '#pl', args= { lager } }
| |
− | local vkpreis2 = tonumber('33')
| |
− | if vkpreis ~= nil then
| |
− | vkpreis = tonumber(vkpreis)
| |
− | else
| |
− | vkpreis = tonumber('22') --mh:value(frame,id)
| |
− | end
| |
− | local vkpreispl = frame:callParserFunction{ name= '#pl', args= { vkpreis } }
| |
− | local mhpreis = mh:mhpreis(frame,id)
| |
− | local wertlagerpl = mhp * lager
| |
− | wertlagerpl = frame:callParserFunction{ name= '#pl', args= { wertlagerpl } }
| |
− | vkpreis=tonumber(vkpreis)
| |
− | local gewinninv
| |
− | if lager<28 then
| |
− | gewinninv = lager * (mhp-vkpreis)
| |
− | else
| |
− | gewinninv = 28 * (mhp-vkpreis)
| |
− | end
| |
− | local gewinninvpl = frame:callParserFunction{ name= '#pl', args= { gewinninv } }
| |
− | return '|'..bild..'||align="left" width="280px"|'..name..'||'..lagerpl..'||'..vkpreispl..'||'..mhpreis..'||'..wertlagerpl..'||'..gewinninvpl..'\n|-'
| |
− |
| |
− | end
| |
− |
| |
− | return v
| |
Die Dokumentation für dieses Modul kann unter Modul:Siedlers Lua Baustelle 1/Doku erstellt werden