Modul:Infobox: Unterschied zwischen den Versionen

Aus HTK Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
local p = {}  
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') 
:addRow( 'Hersteller', 'HTK GmbH & Co. KG') 
:addRow( 'Erstrelease', '26.08.2016') 
:addRow( 'Akt. Version', 'R202209RC7 - 23.09.2022') 
:addRow( 'Webseite', '[http://www.omnimde.de http://www.omnimde.de]') 
:addRow( 'Demo', '[https://play.google.com/store/apps/details?id=de.htk.omnimde&hl=de&gl=US Google PlayStore]') 
end


function p.ShowInfoBoxOmniMDE(frame)
function p.ShowInfoBoxOmniSeller(frame)
local capiunto = require 'capiunto'  
local capiunto = require 'capiunto'
return capiunto.create({title = 'OmniMDE'}) :addImage( string.format('[[File:%s{{!}}200px]]', 'OmniMDE_Logo_v9.png'), 'OmniMDE Logo') :addRow( 'Hersteller', 'HTK GmbH & Co. KG') :addRow( 'Erstrelease', '26.08.2016') :addRow( 'Akt. Version', 'R202209RC7 - 23.09.2022') :addRow( 'Webseite', '[http://www.omnimde.de http://www.omnimde.de]') :addRow( 'Demo', '[https://play.google.com/store/apps/details?id=de.htk.omnimde&hl=de&gl=US Google PlayStore]') end
return capiunto.create({title = 'OmniSeller'})
:addImage( string.format('[[File:%s|200px]]', 'OmniSeller-Logo_gruen_basket_300x206.png'), 'OmniSeller Logo 2020' )
:addRow( 'App-Name', '[[OmniSeller:Hauptseite|OmniSeller]]')
:addRow( 'Hersteller', 'HTK GmbH & Co. KG')
:addRow( 'Webseite', '[http://www.omniseller.de http://www.omniseller.de]')
:addRow( '', '') 
:addRow( '', '[[OmniSeller:Systemvoraussetzungen|Systemvoraussetzungen]]')
end


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


function p.ShowInfoBoxOmniShipping(frame)  
function p.ShowInfoBoxOmniBelegService(frame)
local capiunto = require 'capiunto'  
local capiunto = require 'capiunto'
return capiunto.create({title = 'OmniShipping'}) :addImage( string.format('[[File:%s{{!}}200px]]', 'OmniShipping-Logo.png'), 'OmniShipping Logo 2022' ) :addRow( 'App-Name', '[[OmniShipping:Hauptseite{{!}}OmniShipping]]') :addRow( 'Hersteller', 'HTK GmbH & Co. KG') :addRow( 'Webseite', '[http://www.OmniShipping.io http://www.OmniShipping.io]') :addRow( '', '') :addRow( '', '[[OmniShipping:Systemvoraussetzungen{{!}}Systemvoraussetzungen]]') end
return capiunto.create({title = 'OmniBelegService'})
 
:addImage( string.format('[[File:%s|200px]]', 'OmniBelegService.png'), 'OmniBelegService Logo 2022' )   
function p.ShowInfoBoxOmniBelegService(frame)
:addRow( 'App-Name', '[[OmniBelegService:Hauptseite|OmniBelegService]]')
  local capiunto = require 'capiunto'
:addRow( 'Hersteller', 'HTK GmbH & Co. KG')
return capiunto.create({title = 'OmniBelegService'}) :addImage( string.format('[[File:%s{{!}}200px]]', '[[]]'), 'OmniBelegService Logo 2022' ) :addRow( 'App-Name', '[[OmniBelegService:Hauptseite{{!}}OmniBelegService]]') :addRow( 'Hersteller', 'HTK GmbH & Co. KG') end
end
return p
return p

Version vom 31. Oktober 2022, 13:34 Uhr

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') :addRow( 'Hersteller', 'HTK GmbH & Co. KG') :addRow( 'Erstrelease', '26.08.2016') :addRow( 'Akt. Version', 'R202209RC7 - 23.09.2022') :addRow( 'Webseite', '[http://www.omnimde.de http://www.omnimde.de]') :addRow( 'Demo', '[https://play.google.com/store/apps/details?id=de.htk.omnimde&hl=de&gl=US Google PlayStore]') end function p.ShowInfoBoxOmniSeller(frame) local capiunto = require 'capiunto' return capiunto.create({title = 'OmniSeller'}) :addImage( string.format('[[File:%s|200px]]', 'OmniSeller-Logo_gruen_basket_300x206.png'), 'OmniSeller Logo 2020' ) :addRow( 'App-Name', '[[OmniSeller:Hauptseite|OmniSeller]]') :addRow( 'Hersteller', 'HTK GmbH & Co. KG') :addRow( 'Webseite', '[http://www.omniseller.de http://www.omniseller.de]') :addRow( '', '') :addRow( '', '[[OmniSeller:Systemvoraussetzungen|Systemvoraussetzungen]]') end function p.ShowInfoBoxOmniShipping(frame) local capiunto = require 'capiunto' return capiunto.create({title = 'OmniShipping'}) :addImage( string.format('[[File:%s|200px]]', 'OmniShipping-Logo.png'), 'OmniShipping Logo 2022' ) :addRow( 'App-Name', '[[OmniShipping:Hauptseite|OmniShipping]]') :addRow( 'Hersteller', 'HTK GmbH & Co. KG') :addRow( 'Webseite', '[http://www.OmniShipping.io http://www.OmniShipping.io]') :addRow( '', '') :addRow( '', '[[OmniShipping:Systemvoraussetzungen|Systemvoraussetzungen]]') end function p.ShowInfoBoxOmniBelegService(frame) local capiunto = require 'capiunto' return capiunto.create({title = 'OmniBelegService'}) :addImage( string.format('[[File:%s|200px]]', 'OmniBelegService.png'), 'OmniBelegService Logo 2022' ) :addRow( 'App-Name', '[[OmniBelegService:Hauptseite|OmniBelegService]]') :addRow( 'Hersteller', 'HTK GmbH & Co. KG') end return p