יחידה:הערה: הבדלים בין גרסאות בדף
מאין תקציר עריכה |
מאין תקציר עריכה |
||
| שורה 18: | שורה 18: | ||
end | end | ||
if text and #text then | if text and #text>0 then | ||
if refName and #refName>0 and refGroup and #refGroup>0 then | if refName and #refName>0 and refGroup and #refGroup>0 then | ||
return frame:callParserFunction{ name = '#tag:ref', args = { text, name = refName, group = refGroup } } .. warnings | return frame:callParserFunction{ name = '#tag:ref', args = { text, name = refName, group = refGroup } } .. warnings | ||