Открыть главное меню

ВикиПротопия β

Изменения

Модуль:Test

62 байта добавлено, 09:45, 28 августа 2017
Нет описания правки
local p = {}
 
function p.hello( frame )
 
local capiunto = require 'capiunto'
return capiunto.create( {
title = 'Title of the Infobox'
} )
:addHeader( 'A header between the data rows' )
:addRow( 'Another label', 'more data' )
end
 
return p