1.640
Bearbeitungen
MF (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
MF (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
local p = {} | local p = {} | ||
local capiunto = require 'capiunto' return | function p.ShowInfoBoxOmniMDE(frame) | ||
capiunto.create({title = 'OmniMDE'}) | local capiunto = require 'capiunto' | ||
:addImage( string.format('[[File:%s|200px]]', 'OmniMDE_Logo_v9.png'), 'OmniMDE Logo') | return capiunto.create({title = 'OmniMDE'}) | ||
:addRow( 'Hersteller', 'HTK GmbH & Co. KG') | :addImage( string.format('[[File:%s|200px]]', 'OmniMDE_Logo_v9.png'), 'OmniMDE Logo') | ||
:addRow( 'Release', '26.08.2016') | :addRow( 'Hersteller', 'HTK GmbH & Co. KG') | ||
:addRow( 'Version', '0.1.6.X - 30.01.2021') | :addRow( 'Release', '26.08.2016') | ||
:addRow( 'Webseite', '[http://www.omnimde.de http://www.omnimde.de]]') | :addRow( 'Version', '0.1.6.X - 30.01.2021') | ||
:addRow( 'Demo', 'Google PlayStore') | :addRow( 'Webseite', '[http://www.omnimde.de http://www.omnimde.de]]') | ||
:addRow( 'Demo', '[Google PlayStore https://play.google.com/store/apps/details?id=de.htk.omnimde&hl=de&gl=US]') | |||
end | |||
function p.ShowInfoBoxOmniSeller(frame) | |||
local capiunto = require 'capiunto' | |||
function p.ShowInfoBoxOmniSeller(frame) | return capiunto.create({title = 'OmniSeller'}) | ||
:addImage( string.format('[[File:%s|200px]]', 'Logo_OmniSeller_2017.png'), 'OmniSeller Logo 2017' ) | |||
: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 | |||
end | |||
return p | return p |