본문으로 이동

모듈:Authority control 및 모듈:Authority control/연습장: 문서 사이의 차이

(문서 사이의 차이)
첫 번째 문서
두 번째 문서
내용 삭제됨 내용 추가됨
링크 수정
 
편집 요약 없음
 
251번째 줄: 251번째 줄:
local function rkdartistsLink( id )
local function rkdartistsLink( id )
return '[https://rkd.nl/en/explore/artists/' .. id .. ' ' .. id .. ']' .. getCatForId( 'RKDartists' )
return '[https://rkd.nl/en/explore/artists/' .. id .. ' ' .. id .. ']' .. getCatForId( 'RKDartists' )
end

local function nlkLink( id )
return '[//nl.go.kr/authorities/resource/' .. id .. ' ' .. id .. ']' ..getCatForId('국립중앙도서관')
end
end


331번째 줄: 335번째 줄:
{ 'RKDartists', '[[:en:Netherlands Institute for Art History#Online artist pages|RKD]]', 650, rkdartistsLink },
{ 'RKDartists', '[[:en:Netherlands Institute for Art History#Online artist pages|RKD]]', 650, rkdartistsLink },
{ '멜론', '[[멜론 (온라인 음악 서비스)|멜론]]', 4473, melonLink },
{ '멜론', '[[멜론 (온라인 음악 서비스)|멜론]]', 4473, melonLink },
{ '국립중앙도서관', '[[국립중앙도서관]]', 5034, nlkLink },
}
}