יחידה:בקרת זהויות: הבדלים בין גרסאות בדף

עברות קטגוריה
אין תקציר עריכה
שורה 25: שורה 25:
  mw.title.new(catName, 14).exists == false
  mw.title.new(catName, 14).exists == false
then
then
return '[[Category:Pages with red-linked authority control categories]]'
return '[[קטגוריה:דפים עם קטגוריות בקרת זהויות אדומות]]'
end
end
return ''
return ''
שורה 38: שורה 38:
end
end


local catName = 'Wikipedia articles with faulty '..(specialCat or id)..' identifiers'
local catName = 'ויקיפדיה: ערכים עם מזהה '..(specialCat or id)..' שגוי'
return '* <span class="error">The '..id..' id '..rawValue..' is not valid.</span>[[Category:'..catName..']]'..p.redCatLink(catName)..'\n'
return '* <span class="error">The '..id..' id '..rawValue..' is not valid.</span>[[Category:'..catName..']]'..p.redCatLink(catName)..'\n'
end
end
שורה 365: שורה 365:
return false
return false
end
end
return '[https://musicbrainz.org/place/'..id..' '..id..']'..p.getCatForId( 'MusicBrainz place' ) --special category name
return '[https://musicbrainz.org/place/'..id..' '..id..']'..p.getCatForId( 'MusicBrainz למקום' ) --special category name
end
end


שורה 389: שורה 389:
return false
return false
end
end
return '[https://musicbrainz.org/work/'..id..' '..id..']'..p.getCatForId( 'MusicBrainz work' ) --special category name
return '[https://musicbrainz.org/work/'..id..' '..id..']'..p.getCatForId( 'MusicBrainz ליצירה' ) --special category name
end
end


שורה 809: שורה 809:
  '! colspan=4 | Tracking categories and page counts\n'..
  '! colspan=4 | Tracking categories and page counts\n'..
  '|-\n'..
  '|-\n'..
  '! [[:Category:Wikipedia articles with authority control information|'..      'Articles]]\n'..
  '! [[:קטגוריה:ערכים עם מידע בקרת זהויות|'..      'ערכים]]\n'..
  '! [[:Category:User pages with authority control information|'..              'User pages]]\n'..
  '! [[:קטגוריה:דפי משתמש עם מידע בקרת זהויות|'..              'דפי משתמש]]\n'..
  '! [[:Category:Miscellaneous pages with authority control information|'..      'Misc. pages]]\n'..
  '! [[:קטגוריה:דפים שונים עם מידע בקרת זהויות|'..      'דפים]]\n'..
  '! [[:Category:Wikipedia articles with faulty authority control information|'..'Faulty IDs]]\n'..
  '! [[:קטגוריה:ערכים עם מידע בקרת זהויות שגוי|'..'מזהים שגויים]]\n'..
  '|-\n'
  '|-\n'
שורה 990: שורה 990:
parentArgs[param] = parentArgs[dep]
parentArgs[param] = parentArgs[dep]
if namespace == 0 then
if namespace == 0 then
deprecatedIdCat = '[[Category:Wikipedia articles with deprecated authority control identifiers|'..dep..']]'
deprecatedIdCat = '[[קטגוריה:ערכים עם מזהה בקרת זהויות שכבר לא בשימוש|'..dep..']]'
end
end
end
end
שורה 1,057: שורה 1,057:
table.insert( elements, p.createRow( 'LCCN', '', lccnId, '[[WorldCat]] (עם LCCN): [https://www.worldcat.org/identities/lccn-'..lccnIdFmtd..' '..lccnIdFmtd..']', false ) )
table.insert( elements, p.createRow( 'LCCN', '', lccnId, '[[WorldCat]] (עם LCCN): [https://www.worldcat.org/identities/lccn-'..lccnIdFmtd..' '..lccnIdFmtd..']', false ) )
if namespace == 0 then
if namespace == 0 then
worldcatCat = '[[Category:Wikipedia articles with WorldCat-LCCN identifiers]]'
worldcatCat = '[[קטגוריה:ויקיפדיה: ערכים עם מזהה WorldCat-LCCN]]'
end
end
end
end