יחידה:Citation/CS1: הבדלים בין גרסאות בדף
Copied from English Wikipedia |
עכשיו קישורים |
||
| שורה 1,508: | שורה 1,508: | ||
end | end | ||
else | else | ||
table.insert (z.maintenance_cats, ' | table.insert (z.maintenance_cats, 'תבנית ציטוט עם ציון שפה לא מזוהה'); -- add maintenance category when |language= does not appear to be ISO 639-1 language | ||
end | end | ||
return (" " .. wrap_msg ('language', name)); -- wrap with '(in ...)' | return (" " .. wrap_msg ('language', name)); -- wrap with '(in ...)' | ||
| שורה 1,814: | שורה 1,814: | ||
if is_set(Date) then | if is_set(Date) then | ||
if is_set (Year) then | if is_set (Year) then | ||
table.insert( z.maintenance_cats, " | table.insert( z.maintenance_cats, "תבניות ציטוט עם תאריך ושנה בו זמנית"); -- add to maint category | ||
end | end | ||
else | else | ||
| שורה 1,895: | שורה 1,895: | ||
if is_set (Maximum) then | if is_set (Maximum) then | ||
if Maximum >= #a then -- if display-authors value greater than or equal to number of authors | if Maximum >= #a then -- if display-authors value greater than or equal to number of authors | ||
table.insert( z.maintenance_cats, " | table.insert( z.maintenance_cats, "תבניות ציטוט עם פחות מחברים מהנדרש"); -- add maintenance category because display-authors parameter may be removed | ||
end | end | ||
else | else | ||