1.381
Bearbeitungen
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Admin (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
local p = {} | |||
local capiunto = require 'capiunto' | |||
function p.run(frame) | |||
local capiunto = require 'capiunto' | |||
return capiunto.create( { | |||
title = tostring(mw.title.getCurrentTitle()) , | |||
top = 'Above text', | |||
topStyle = 'background:#cfc;', | |||
bottom = 'Below text' | |||
} ) | |||
:addRow(frame.args[1], frame.args[2]) | |||
:addRow(frame.args[3], frame.args[4]) | |||
end | |||
return p |