יחידה:Citation/CS1: הבדלים בין גרסאות בדף

אין תקציר עריכה
אין תקציר עריכה
שורה 1,505: שורה 1,505:
if 'no' == code then name = 'Norwegian' end; -- override wikimedia when code is 'no'
if 'no' == code then name = 'Norwegian' end; -- override wikimedia when code is 'no'
if 0 == namespace and 'he' ~= code then -- is this page main / article space and Hebrew not the language?
if 0 == namespace and 'he' ~= code then -- is this page main / article space and Hebrew not the language?
table.insert( z.properties_cats, 'ציטוט מקור בשפה זרה (' .. name .. ')'); -- in main space and not Hebrew: categorize, not translated: 'CS1 ' .. name .. '-language sources (' .. code .. ')'
table.insert( z.properties_cats, 'ציטוט מקור בשפה זרה (' .. code .. ')'); -- in main space and not Hebrew: categorize, not translated: 'CS1 ' .. name .. '-language sources (' .. code .. ')'
end
end
else
else