Modul:Infobox

Aus HTK Wiki
Zur Navigation springen Zur Suche springen

local p = {}

function p.ShowInfoBoxOmniMDE(frame) local capiunto = require 'capiunto' return capiunto.create( {title = tostring(mw.title.getCurrentTitle())} ) :addImage(Datei:Https://upload.wikimedia.org/wikipedia/commons/thumb/4/4f/Microsoft Word 2013 logo.svg/65px-Microsoft Word 2013 logo.svg.png, 'caption') :addRow( 'Hersteller', 'data') :addRow( 'Release', 'data') :addRow( 'Version', 'data') :addRow( 'Webseite', 'data') end

return p