Modul:Infoboks test
Utseende
Moduldokumentasjon
[opprett]
local p = {}
local ibox = require( 'Module:Infoboks lua' )
local defsTest1 =
{
{ "bilde", pid = "P18", qid = "qid", bilde = "bilde", bildetekst = "bildetekst", byline = "byline",
bildestor = "bildestørrelse"},
{ "rad", param = "munning", pid = "P403"},
{ "rad", param = "land", pid = "P17"},
{ "rad", param = "område", pid = "P131"},
{ "rad", param = "høyde", pid = "P2048"},
{ "rad", param = "innløp", pid = "P200"},
}
function p.infoboks(frame)
local start = ibox._ibxStart("biografi","bred","navn","navn2")
local text,par = ibox._innhold(frame,defsTest1)
local slutt = ibox._ibxSlutt()
return start .. text .. slutt
end
return p