יחידה:תבנית מידע: הבדלים בין גרסאות בדף
מאין תקציר עריכה |
מאין תקציר עריכה |
||
| שורה 21: | שורה 21: | ||
local function renderImages() | local function renderImages() | ||
-- render right an left images | -- render right an left images | ||
if args.rightImage or args.leftImage then | if (args.rightImage and #(args.rightImage)>0) or (args.leftImage and #(args.leftImage)>0) then | ||
local row = root:tag('tr') | local row = root:tag('tr') | ||
:tag('td') | :tag('td') | ||