Modul:Infobox: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
local p = {}  
local p = {}  
function p.ShowInfoBoxOmniMDE(frame) local capiunto = require 'capiunto' return capiunto.create({title = 'OmniMDE'})
function p.ShowInfoBoxOmniMDE(frame)


local capiunto = require 'capiunto' return
capiunto.create({title = 'OmniMDE'})
:addImage( string.format('[[File:%s|200px]]', 'OmniMDE_Logo_v9.png'), 'OmniMDE Logo')  
:addImage( string.format('[[File:%s|200px]]', 'OmniMDE_Logo_v9.png'), 'OmniMDE Logo')  
:addRow( 'Hersteller', 'HTK GmbH & Co. KG')  
:addRow( 'Hersteller', 'HTK GmbH & Co. KG')  
:addRow( 'Release', '26.08.2016')  
:addRow( 'Release', '26.08.2016')  
: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', '[https://play.google.com/store/apps/details?id=de.htk.omnimde&hl=gsw&gl=US Google PlayStore]')  
:addRow( 'Demo', 'Google PlayStore')  


end
end


function p.ShowInfoBoxOmniSeller(frame) local capiunto = require 'capiunto' return capiunto.create({title = 'OmniSeller'})
function p.ShowInfoBoxOmniSeller(frame)  
 
local capiunto = require 'capiunto'  
:addImage( string.format('[[File:%s|200px]]', 'Logo_OmniSeller_2017.png'), 'OmniSeller Logo 2017' )  
return capiunto.create({title = 'OmniSeller'})
:addRow( 'App-Name', '[[OmniSeller:Hauptseite|OmniSeller]]')  
:addImage( string.format('[[File:%s|200px]]', 'Logo_OmniSeller_2017.png'), 'OmniSeller Logo 2017' )
:addRow( 'Hersteller', 'HTK GmbH & Co. KG')  
:addRow( 'App-Name', '[[OmniSeller:Hauptseite|OmniSeller]]')
:addRow( 'Webseite', '[http://www.omniseller.de http://www.omniseller.de]')  
:addRow( 'Hersteller', 'HTK GmbH & Co. KG')
:addRow( '', '')  
:addRow( 'Webseite', '[http://www.omniseller.de http://www.omniseller.de]')
:addRow( '', '[[OmniSeller:Systemvoraussetzungen|Systemvoraussetzungen]]')''
:addRow( '', '')
 
:addRow( '', '[[OmniSeller:Systemvoraussetzungen|Systemvoraussetzungen]]')  
end
end  


return p
return p
1.640

Bearbeitungen

Navigationsmenü