Modul:Infobox: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
MF (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
MF (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 7: | Zeile 7: | ||
:addRow( 'Version', '0.1.6.X - 30.01.2021') | :addRow( 'Version', '0.1.6.X - 30.01.2021') | ||
:addRow( 'Webseite', '[http://www.omnimde.de http://www.omnimde.de]') | :addRow( 'Webseite', '[http://www.omnimde.de http://www.omnimde.de]') | ||
:addRow( 'Demo', '[ | :addRow( 'Demo', '[https://play.google.com/store/apps/details?id=de.htk.omnimde&hl=gsw&gl=US Google PlayStore]') | ||
end | end |
Version vom 3. Februar 2021, 13:36 Uhr
local p = {} function p.ShowInfoBoxOmniMDE(frame) local capiunto = require 'capiunto' return capiunto.create({title = 'OmniMDE'})
- addImage( string.format('Datei:%s', 'OmniMDE_Logo_v9.png'), 'OmniMDE Logo')
- addRow( 'Hersteller', 'HTK GmbH & Co. KG')
- addRow( 'Release', '26.08.2016')
- addRow( 'Version', '0.1.6.X - 30.01.2021')
- addRow( 'Webseite', 'http://www.omnimde.de')
- addRow( 'Demo', 'Google PlayStore')
end
function p.ShowInfoBoxOmniSeller(frame) local capiunto = require 'capiunto' return capiunto.create({title = 'OmniSeller'})
- addImage( string.format('Datei:%s', 'Logo_OmniSeller_2017.png'), 'OmniSeller Logo 2017' )
- addRow( 'App-Name', 'OmniSeller')
- addRow( 'Hersteller', 'HTK GmbH & Co. KG')
- addRow( 'Webseite', 'http://www.omniseller.de')
- addRow( , )
- addRow( , 'Systemvoraussetzungen')
end
return p