Modul:Infobox: Unterschied zwischen den Versionen

Zur Navigation springen Zur Suche springen
keine Bearbeitungszusammenfassung
(MH änderte das Inhaltsmodell der Seite Modul:Infobox von „Klartext“ nach „Scribunto“)
Markierung: Änderung des Inhaltsmodells
Keine Bearbeitungszusammenfassung
 
(5 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
local p = {}
function p.ShowInfoBoxOmniMDE(frame)
function p.ShowInfoBoxOmniMDE(frame)
local capiunto = require 'capiunto'   
local capiunto = require 'capiunto'   
Zeile 5: Zeile 6:
:addRow( 'Hersteller', 'HTK GmbH & Co. KG')   
:addRow( 'Hersteller', 'HTK GmbH & Co. KG')   
:addRow( 'Erstrelease', '26.08.2016')   
:addRow( 'Erstrelease', '26.08.2016')   
:addRow( 'Akt. Version', 'R202209RC7 - 23.09.2022')   
:addRow( 'Akt. Version', 'R202209RC10 - 20.12.2024')   
: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=de&gl=US Google PlayStore]') 
end
end


Zeile 24: Zeile 24:
local capiunto = require 'capiunto'   
local capiunto = require 'capiunto'   
return capiunto.create({title = 'OmniShipping'})   
return capiunto.create({title = 'OmniShipping'})   
:addImage( string.format('[[File:%s|200px]]', 'OmniShipping-Logo.png'), 'OmniShipping Logo 2022' )   
:addImage( string.format('[[File:%s|200px]]', 'OmnishippingLogo_neu.png'), 'OmniShipping Logo 2022' )   
:addRow( 'App-Name', '[[OmniShipping:Hauptseite|OmniShipping]]')   
:addRow( 'App-Name', '[[OmniShipping:Hauptseite|OmniShipping]]')   
:addRow( 'Hersteller', 'HTK GmbH & Co. KG')   
:addRow( 'Hersteller', 'HTK GmbH & Co. KG')   
Zeile 35: Zeile 35:
local capiunto = require 'capiunto'   
local capiunto = require 'capiunto'   
return capiunto.create({title = 'OmniBelegService'})   
return capiunto.create({title = 'OmniBelegService'})   
:addImage( string.format('[[File:%s|200px]]', 'OmniBelegService.png'), 'OmniBelegService Logo 2022' )   
:addImage( string.format('[[File:%s|200px]]', 'OmniBelegService.png'), 'OmniBelegService Logo 2024' )   
:addRow( 'App-Name', '[[OmniBelegService:Hauptseite|OmniBelegService]]')   
:addRow( 'App-Name', '[[OmniBelegService:Hauptseite|OmniBelegService]]')   
:addRow( 'Hersteller', 'HTK GmbH & Co. KG')   
:addRow( 'Hersteller', 'HTK GmbH & Co. KG')   
end
end
return p
return p
1.496

Bearbeitungen

Navigationsmenü