יחידה:תבנית מידע: הבדלים בין גרסאות בדף

מאין תקציר עריכה
מאין תקציר עריכה
שורה 263: שורה 263:


removeEmptyHeaders()
removeEmptyHeaders()
local res='<pre>'
local res='<pre>'..#templateStructure
for k,v in pairs(templateStructure) do
for k,v in pairs(templateStructure) do
res = res..'\n|*'..k..'* - '..(v.label or '')..'='..(v.data or '')
res = res..'\n|*'..k..'* - '..(v.label or '')..'='..(v.data or '')