יחידה:Citation/CS1: הבדלים בין גרסאות בדף
אין תקציר עריכה |
אין תקציר עריכה |
||
| שורה 1,510: | שורה 1,510: | ||
if 'no' == code then name = 'נורבגית' end; -- override wikimedia when code is 'no' | if 'no' == code then name = 'נורבגית' 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 | table.insert( z.properties_cats, 'ציטוט מקור בשפה זרה (' .. name .. ')'); -- in main space and not Hebrew: categorize | ||
end | end | ||
else | else | ||