차이 선택: 비교하려는 판의 라디오 버튼을 선택한 다음 엔터나 아래의 버튼을 누르세요.
설명: (최신) = 최신 판과 비교, (이전) = 이전 판과 비교, 잔글= 사소한 편집

2024년 6월 12일 (수)

  • 최신이전 14:042024년 6월 12일 (수) 14:04젊은리버럴 토론 기여 2,640 바이트 +2,640 새 문서: -- Module:Wikibase local p = {} -- Return the item ID of the item linked to the current page. function p.id(frame) if not mw.wikibase then return "wikibase module not found" end entity = mw.wikibase.getEntityObject() if entity == nil then return "(연결된 항목 없음)" end return entity.id end -- Return the label of a given data item. function p.label(frame) if frame.args[1] == nil then...