1.381
Bearbeitungen
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
local p = {} | local p = {} | ||
function p.ShowInfoBoxOmniMDE(frame) local capiunto = require 'capiunto' return capiunto.create( { title = tostring(mw.title.getCurrentTitle()) , top = 'Above text', topStyle = 'background:#cfc;', bottom = 'Below text' } ) end | function p.ShowInfoBoxOmniMDE(frame) | ||
local capiunto = require 'capiunto' | |||
return capiunto.create( { | |||
title = tostring(mw.title.getCurrentTitle()) , | |||
top = 'Above text', | |||
topStyle = 'background:#cfc;', | |||
bottom = 'Below text' | |||
} ) | |||
:addImage( image, caption ) | |||
:addRow( Hersteller, data ) | |||
:addRow( Release, data ) | |||
:addRow( Version, data ) | |||
:addRow( Webseite, data ) | |||
end | |||
return p | return p |