Jump to content

Module:Authority control: Difference between revisions

m
1 revision imported
(Put pages invoking AC but having zero IDs in "Category:AC with 0 elements" for easier tracking/maintenance, per request at talk. Navbox will still be suppressed in this case)
 
m (1 revision imported)
 
(2 intermediate revisions by 2 users not shown)
Line 254: Line 254:
return false
return false
end
end
return '[http://isni.org/isni/'..id..' '..id:sub( 1, 4 )..' '..id:sub( 5, 8 )..' '..id:sub( 9, 12 )..' '..id:sub( 13, 16 )..']'..p.getCatForId( 'ISNI' ) --no https as of 9/2019
return '[https://isni.org/isni/'..id..' '..id:sub( 1, 4 )..' '..id:sub( 5, 8 )..' '..id:sub( 9, 12 )..' '..id:sub( 13, 16 )..']'..p.getCatForId( 'ISNI' ) --no https as of 9/2019
end
end